react-storm
Version:
A small storm in the React Store world
6 lines (5 loc) • 321 B
TypeScript
export declare function decycle(obj: any, stack?: any[]): any;
export declare function compareObjects(a: Object, b: Object): boolean;
export declare function promsify(fn: () => unknown | void): Promise<any>;
export declare function shorid(): string;
export declare function useLock(): (handler: () => void) => void;