API reference / @backpack/config / yamlLoader
Function: yamlLoader()
ts
function yamlLoader(path): Loader;
A loader that reads values from a YAML file.
Parameters
Parameter | Type | Description |
---|---|---|
path | string | The path to your YAML file. |