UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

13 lines (11 loc) 298 B
/** * Copyright (c) 2020 Chan Zewail * * This software is released under the MIT License. * https: //opensource.org/licenses/MIT */ export * from './provider'; export * from './provide'; export * from './provide-on-config'; export * from './provide-on-missing'; export * from './provide-on';