3 lines
63 B
TypeScript
Raw Normal View History

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