Skip to content

larkjs/lark-config-sync-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sync loader for lark-config.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published