smartuniverse/dist/smartuniverse.plugins.d.ts

11 lines
452 B
TypeScript
Raw Normal View History

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