levelcache/ts/levelcache.plugins.ts

37 lines
857 B
TypeScript
Raw Permalink Normal View History

2020-02-05 17:11:30 +00:00
// node native scope
import * as path from 'path';
2020-02-15 22:38:28 +00:00
export { path };
2020-02-05 17:11:30 +00:00
2023-07-20 20:54:07 +00:00
// @push.rocks scope
import * as lik from '@push.rocks/lik';
import * as smartbucket from '@push.rocks/smartbucket';
import * as smartcache from '@push.rocks/smartcache';
import * as smartfile from '@push.rocks/smartfile';
import * as smartjson from '@push.rocks/smartjson';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartstring from '@push.rocks/smartstring';
import * as smartunique from '@push.rocks/smartunique';
import * as taskbuffer from '@push.rocks/taskbuffer';
2020-02-05 17:11:30 +00:00
2021-04-23 18:40:57 +00:00
export {
lik,
smartbucket,
smartcache,
smartfile,
smartjson,
2022-03-22 21:45:12 +00:00
smartpath,
2021-04-23 18:40:57 +00:00
smartpromise,
smartstring,
smartunique,
taskbuffer,
};
2024-02-14 00:32:19 +00:00
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass,
};