smartnginx/ts/smartnginx.plugins.ts

21 lines
615 B
TypeScript
Raw 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
import * as lik from '@pushrocks/lik';
import * as smartlog from '@pushrocks/smartlog';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartshell from '@pushrocks/smartshell';
import * as smartfile from '@pushrocks/smartfile';
import * as smartstring from '@pushrocks/smartstring';
2019-01-22 11:11:31 +00:00
import * as smartunique from '@pushrocks/smartunique';
2019-01-22 11:11:31 +00:00
export { lik, smartlog, smartpromise, smartshell, smartfile, smartstring, smartunique };
2019-04-10 17:03:17 +00:00
// thirdparty scope
import * as selfsigned from 'selfsigned';
2019-08-20 20:30:31 +00:00
export { selfsigned };