UNPKG

telefunc

Version:

Remote functions. Instead of API.

10 lines (9 loc) 233 B
export { importGlobOff }; export { importGlobOn }; declare global { var _telefunc: undefined | { telefuncFilesGlobFilePath?: string; }; } declare function importGlobOff(): void; declare function importGlobOn(): void;