v1.0 with SW PWA enabled
This commit is contained in:
3
frontend/node_modules/smob/dist/utils/check.d.ts
generated
vendored
Normal file
3
frontend/node_modules/smob/dist/utils/check.d.ts
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
export declare function isObject(item: unknown): item is Record<string, any>;
|
||||
export declare function isSafeKey(key: string): boolean;
|
||||
export declare function isEqual(x: any, y: any): boolean;
|
||||
Reference in New Issue
Block a user