mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-05-31 18:59:19 +08:00
2 lines
68 B
TypeScript
2 lines
68 B
TypeScript
export declare const isObject: (value: unknown) => value is object;
|