Files
performance-tests/wasm_pthread_fast/web/node_modules/es-object-atoms/isObject.d.ts

4 lines
72 B
TypeScript
Raw Normal View History

2025-11-18 12:55:09 +01:00
declare function isObject(x: unknown): x is object;
export = isObject;