minimal-gatsby-backend/node_modules/is-buffer/index.d.ts

3 lines
63 B
TypeScript
Raw Normal View History

2020-02-18 22:53:38 -05:00
declare function isBuffer(obj: any): boolean
export = isBuffer