docker/ts/plugins.ts

48 lines
1.2 KiB
TypeScript
Raw Permalink Normal View History

2019-09-13 16:15:45 +00:00
// node native path
import * as path from 'path';
2019-09-13 16:20:12 +00:00
export { path };
2019-09-13 16:15:45 +00:00
2019-01-09 23:24:35 +00:00
// @pushrocks scope
2024-02-02 15:40:38 +00:00
import * as lik from '@push.rocks/lik';
import * as smartarchive from '@push.rocks/smartarchive';
2024-06-05 22:32:50 +00:00
import * as smartbucket from '@push.rocks/smartbucket';
2024-02-02 15:40:38 +00:00
import * as smartfile from '@push.rocks/smartfile';
import * as smartjson from '@push.rocks/smartjson';
import * as smartlog from '@push.rocks/smartlog';
import * as smartnetwork from '@push.rocks/smartnetwork';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartstring from '@push.rocks/smartstring';
import * as smartstream from '@push.rocks/smartstream';
import * as smartunique from '@push.rocks/smartunique';
2024-02-02 15:40:38 +00:00
import * as smartversion from '@push.rocks/smartversion';
2019-01-09 23:24:35 +00:00
2019-09-13 16:20:12 +00:00
export {
lik,
smartarchive,
2024-06-05 22:32:50 +00:00
smartbucket,
2019-09-13 16:20:12 +00:00
smartfile,
smartjson,
smartlog,
smartnetwork,
smartpath,
smartpromise,
smartrequest,
smartstring,
smartstream,
smartunique,
2020-09-30 16:35:24 +00:00
smartversion,
2019-09-13 16:20:12 +00:00
};
2019-01-09 23:24:35 +00:00
2020-03-22 23:53:31 +00:00
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
2020-09-30 16:35:24 +00:00
export { tsclass };
2020-03-22 23:53:31 +00:00
2019-01-09 23:24:35 +00:00
// third party
import * as rxjs from 'rxjs';
2019-01-09 23:28:12 +00:00
export { rxjs };