// Type definitions for buffer-xor 2.0 // Project: https://github.com/crypto-browserify/buffer-xor // Definitions by: Daniel Byrne // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// declare function xor(a: Buffer, b: Buffer): Buffer; export = xor;