UNPKG

jsmodern

Version:

An extension to existing JavaScript, influenced by other great languages such as Rust, Dart, Java, Golang, etc.

9 lines 257 B
import { PrototypeStruct } from '..'; export declare type IsObjectFn = (x: any) => boolean; export declare const isObject: PrototypeStruct; declare global { interface Object { isObject: IsObjectFn; } } //# sourceMappingURL=is-object.d.ts.map