isBuffer.d.ts 66 B

123
  1. declare function isBuffer(val: any): boolean;
  2. export = isBuffer;