smartuniverse/dist/smartuniverse.plugins.d.ts

10 lines
395 B
TypeScript
Raw Normal View History

2018-03-13 05:15:40 +00:00
import * as lik from 'lik';
2018-03-08 22:42:46 +00:00
import * as path from 'path';
import * as smartcli from 'smartcli';
import * as smartexpress from 'smartexpress';
import * as smartfile from 'smartfile';
2018-03-13 05:15:40 +00:00
import * as smartrequest from 'smartrequest';
import * as smartrx from 'smartrx';
import * as smarttime from 'smarttime';
export { lik, path, smartcli, smartexpress, smartfile, smartrx, smartrequest, smarttime };