smartuniverse/ts/smartuniverse.plugins.ts

7 lines
207 B
TypeScript
Raw Normal View History

2018-03-08 22:42:46 +00:00
import * as path from 'path';
2018-03-07 21:22:15 +00:00
import * as smartcli from 'smartcli';
import * as smartexpress from 'smartexpress';
2018-03-08 22:42:46 +00:00
import * as smartfile from 'smartfile';
2018-03-07 21:22:15 +00:00
2018-03-08 22:42:46 +00:00
export { path, smartcli, smartexpress, smartfile };