UNPKG

telefunc

Version:

Remote functions. Instead of API.

2 lines (1 loc) 125 B
export declare function getGlobalObject<T extends Record<string, unknown> = never>(key: `${string}.ts`, defaultValue: T): T;