14 lines
433 B
TypeScript
14 lines
433 B
TypeScript
// node native
|
|
import * as path from 'path';
|
|
|
|
export { path };
|
|
|
|
// @pushrocks scope
|
|
import * as smartdelay from '@pushrocks/smartdelay';
|
|
import * as smartfile from '@pushrocks/smartfile';
|
|
import * as smartpuppeteer from '@pushrocks/smartpuppeteer';
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
import * as smarttime from '@pushrocks/smarttime';
|
|
|
|
export { smartdelay, smartfile, smartpuppeteer, smartpromise, smarttime };
|