smartuniverse/ts/smartuniverse.plugins.ts

26 lines
571 B
TypeScript

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