Appearance
Home > resol-vbus-core-script > RequireScriptFunction
RequireScriptFunction type
The type of the require
function inside the parsed script.
Signature:
typescript
export type RequireScriptFunction = (id: string) => unknown;