smartuniverse/ts/smartuniverse.plugins.ts
2018-03-20 08:16:54 +01:00

22 lines
471 B
TypeScript

import * as lik from 'lik';
import * as path from 'path';
import * as smartcli from 'smartcli';
import * as smartexpress from 'smartexpress';
import * as smartfile from 'smartfile';
import * as smartrequest from 'smartrequest';
import * as smartrx from 'smartrx';
import * as smartsocket from 'smartsocket';
import * as smarttime from 'smarttime';
export {
lik,
path,
smartcli,
smartexpress,
smartfile,
smartrx,
smartrequest,
smartsocket,
smarttime
};