UNPKG

@skele/config

Version:

Skele package that provides the posibility to define a custom configuration

12 lines (8 loc) 160 B
import Layer from './layer' function define(configuration) { return new Layer(configuration, null, false) } export { define } export default { define, }