UNPKG

vuestic-ui

Version:
3 lines (2 loc) 129 B
/** Returns true if `obj` is object and not null */ export declare const isObject: (obj: unknown) => obj is Record<string, any>;