UNPKG

104 BTypeScriptView Raw
1/// <reference types='node' />
2
3declare function isBuffer(obj: any): obj is Buffer;
4
5export = isBuffer;