smartnginx/ts/smartnginx.plugins.ts

22 lines
703 B
TypeScript
Raw Permalink Normal View History

2019-01-09 11:15:28 +00:00
// native
import * as path from 'path';
2019-01-09 11:15:28 +00:00
export { path };
// @pushrocks scope
2023-07-26 14:05:53 +00:00
import * as lik from '@push.rocks/lik';
import * as smartfile from '@push.rocks/smartfile';
import * as smartlog from '@push.rocks/smartlog';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartshell from '@push.rocks/smartshell';
import * as smartstring from '@push.rocks/smartstring';
import * as smartunique from '@push.rocks/smartunique';
2023-07-26 14:05:53 +00:00
export { lik, smartfile, smartlog, smartpath, smartpromise, smartshell, smartstring, smartunique };
2019-04-10 17:03:17 +00:00
// thirdparty scope
2023-07-26 14:05:53 +00:00
import * as selfsigned from 'selfsigned';
2019-04-10 17:03:17 +00:00
2019-08-20 20:30:31 +00:00
export { selfsigned };