Skip to content

Home > resol-vbus-core-toolbox > RequireConfigFunction

RequireConfigFunction type

The type of the require function passed into the module running defineConfig().

Signature:

typescript
export type RequireConfigFunction = (id: string) => unknown;