UNPKG

telefunc

Version:

Remote functions. Instead of API.

4 lines (3 loc) 222 B
export { assertTelefunction }; import type { Telefunction } from '../types.js'; declare function assertTelefunction(exportValue: unknown, exportName: string, telefuncFilePath: string): asserts exportValue is Telefunction;