@pushrocks/smartnginx
Version:
control nginx from node, TypeScript ready
13 lines (12 loc) • 560 B
TypeScript
import * as path from 'path';
export { path };
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';
import * as smartunique from '@pushrocks/smartunique';
export { lik, smartlog, smartpromise, smartshell, smartfile, smartstring, smartunique };
import * as selfsigned from 'selfsigned';
export { selfsigned };