@staxjs/config
v0.1.4
Published
Loads the stax config
Downloads
5
Maintainers
Readme
config
A centralized source for reading project configurations from
stax.config.js
.
Usage
import { getConfig } from '@staxjs/config'
const config = getConfig()
console.log(config._meta.packageName)