UNPKG

@lwc/module-resolver

Version:

Resolves paths for LWC components

8 lines 289 B
/** * Determines whether the given value is an object or null. * @param obj The value to check * @returns true if the value is an object or null * @example isObject(null) // true */ export declare function isObject(obj: any): obj is object | null; //# sourceMappingURL=shared.d.ts.map