UNPKG

@skele/config

Version:

Skele package that provides the posibility to define a custom configuration

12 lines (7 loc) 138 B
'use strict' import * as _config from './config' const config = { define: _config.define, } export { config } export default config