@proload/plugin-kdl
v0.2.1
Published
A proload plugin to support .kdl files
Readme
@proload/plugin-kdl
Enables the loading of [namespace].config.kdl files using @proload/core.
import load from '@proload/core';
import kdl from '@proload/plugin-kdl';
load.use([kdl]);
await load('namespace');