UNPKG

soonspacejs

Version:
6 lines (5 loc) 243 B
export declare const propertiesCtx: { source: null | "code" | "unknown"; }; export declare function runWithCode<T>(fn: (...args: any[]) => T): T; export declare function asyncRunWithCode<T>(fn: (...args: any[]) => Promise<T>): Promise<T>;