// Type definitions for buffer-equal 1.0 0 // Project: https://github.com/chaijs/assertion-error // Definitions by: Bart van der Schoor // Definitions: https://github.com/borisyankov/DefinitelyTyped /// declare module 'buffer-equal' { function bufferEqual(actual:NodeBuffer, expected:NodeBuffer): boolean; export = bufferEqual; }