8 lines
288 B
TypeScript
8 lines
288 B
TypeScript
|
// @push.rocks scope
|
||
|
import * as smartdata from '@push.rocks/smartdata';
|
||
|
import * as smartunique from '@push.rocks/smartunique';
|
||
|
import * as smarttime from '@push.rocks/smarttime';
|
||
|
import * as smartlog from '@push.rocks/smartlog';
|
||
|
|
||
|
export { smartdata, smartunique, smarttime, smartlog };
|