mirror of
https://github.com/borbann-platform/end-of-semester-report.git
synced 2025-12-19 22:44:03 +01:00
3 lines
63 B
TypeScript
3 lines
63 B
TypeScript
declare function isBuffer(obj: any): boolean
|
|
export = isBuffer
|