smartnginx/ts/smartnginx.plugins.ts

16 lines
528 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 };