3 lines
63 B
TypeScript
Raw Permalink Normal View History

declare function isBuffer(obj: any): boolean
export = isBuffer