32 lines
811 B
TypeScript
32 lines
811 B
TypeScript
// tsclass scope
|
|
import * as tsclass from '@tsclass/tsclass';
|
|
|
|
export { tsclass };
|
|
|
|
// @pushrocks scope
|
|
import * as lik from '@push.rocks/lik';
|
|
import * as smartdelay from '@push.rocks/smartdelay';
|
|
import * as smartlog from '@push.rocks/smartlog';
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
import * as smartq from '@push.rocks/smartpromise';
|
|
import * as smartrx from '@push.rocks/smartrx';
|
|
import * as smartstring from '@push.rocks/smartstring';
|
|
import * as smarttime from '@push.rocks/smarttime';
|
|
import * as smartunique from '@push.rocks/smartunique';
|
|
import * as taskbuffer from '@push.rocks/taskbuffer';
|
|
import * as mongodb from 'mongodb';
|
|
|
|
export {
|
|
lik,
|
|
smartdelay,
|
|
smartpromise,
|
|
smartlog,
|
|
smartq,
|
|
smartrx,
|
|
mongodb,
|
|
smartstring,
|
|
smarttime,
|
|
smartunique,
|
|
taskbuffer,
|
|
};
|