// Type definitions for buffer-equal 0.0.1 // Project: https://github.com/substack/node-buffer-equal // Definitions by: Bart van der Schoor // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// declare function bufferEqual(actual: Buffer, expected: Buffer): boolean; export = bufferEqual;