UNPKG

@ryancavanaugh/buffer-equal

Version:

Type definitions for buffer-equal 0.0.1 from https://www.github.com/DefinitelyTyped/DefinitelyTyped

11 lines (7 loc) 375 B
// Type definitions for buffer-equal 0.0.1 // Project: https://github.com/substack/node-buffer-equal // Definitions by: Bart van der Schoor <https://github.com/Bartvds> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// <reference types="node" /> declare function bufferEqual(actual: Buffer, expected: Buffer): boolean; export = bufferEqual;