25 lines
377 B
TypeScript
25 lines
377 B
TypeScript
// pushrocks scope
|
|
import * as lik from '@pushrocks/lik';
|
|
import * as smartfile from '@pushrocks/smartfile';
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
export {
|
|
lik,
|
|
smartfile,
|
|
smartpromise
|
|
}
|
|
|
|
// tsclass
|
|
import type * as tsclass from '@tsclass/tsclass';
|
|
|
|
export {
|
|
tsclass
|
|
}
|
|
|
|
// third party scope
|
|
import * as mongodb from 'mongodb';
|
|
|
|
export {
|
|
mongodb
|
|
}
|