UNPKG

telefunc

Version:

Remote functions. Instead of API.

6 lines (5 loc) 217 B
export type { TelefuncFiles }; export type { Telefunction }; type Telefunction = (...args: unknown[]) => Promise<unknown>; type FileExports = Record<string, unknown>; type TelefuncFiles = Record<string, FileExports>;