Files
pole-book/server/node_modules/@strapi/design-system/dist/helpers/objects.d.ts

9 lines
292 B
TypeScript

export declare function isKeyOf(o: object | [] | string, s: string | number | symbol): s is keyof typeof o;
/**
* @description Simple object check.
* @export
* @param item
* @returns {boolean}
*/
export declare function isObject(item: any): boolean;
//# sourceMappingURL=objects.d.ts.map