smartuniverse/ts/smartuniverse.plugins.ts
2018-03-08 23:42:46 +01:00

7 lines
207 B
TypeScript

import * as path from 'path';
import * as smartcli from 'smartcli';
import * as smartexpress from 'smartexpress';
import * as smartfile from 'smartfile';
export { path, smartcli, smartexpress, smartfile };