UNPKG

projectstarboy_ox_lib

Version:
3 lines (2 loc) 137 B
export declare const cache: Record<string, any>; export declare const onCache: <T = any>(key: string, cb: (value: T) => void) => void;