// Type definitions for is-buffer 2.0 // Project: https://github.com/feross/is-buffer#readme // Definitions by: Junyoung Choi // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 3.0 /// declare function isBuffer(obj: any): obj is Buffer; export = isBuffer;