UNPKG

@greensight/gds

Version:
5 lines (4 loc) 95 B
/** * Strict check on object type. */ export declare const isObject: (item: any) => boolean;