UNPKG

zland-core

Version:
21 lines (11 loc) 268 B
<!-- Start Config.js --> # [Config.js](Config.js) Config object to make config parameters available within the zland. Example: ```javascript // get top level param Config.get('debug'); // get nested params Config.get('test.test'); ``` <!-- End Config.js -->