lark-config-sync-loader

1.0.1 • Public • Published

lark-config-sync-loader

Sync loader for lark-config.

Usage

const LarkConfig  = require('lark-config');
const load        = require('lark-config-sync-loader');
const config      = new LarkConfig();

load(config, '/path/to/config');    // equivalent to config.load('/path/to/config') in sync way

Dependents (0)

Package Sidebar

Install

npm i lark-config-sync-loader

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

5.66 kB

Total Files

10

Last publish

Collaborators

  • viringbells