15 lines
501 B
TypeScript
15 lines
501 B
TypeScript
// node native
|
|
import * as path from 'path';
|
|
|
|
export { path };
|
|
|
|
// @pushrocks scope
|
|
import * as smartdelay from '@push.rocks/smartdelay';
|
|
import * as smartfile from '@push.rocks/smartfile';
|
|
import * as smartpuppeteer from '@push.rocks/smartpuppeteer';
|
|
import * as smartpath from '@push.rocks/smartpath';
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
import * as smarttime from '@push.rocks/smarttime';
|
|
|
|
export { smartdelay, smartfile, smartpath, smartpuppeteer, smartpromise, smarttime };
|