41 lines
973 B
TypeScript
41 lines
973 B
TypeScript
// native
|
|
import * as path from 'path';
|
|
|
|
export { path };
|
|
|
|
// @pushrocks
|
|
import * as smartbuffer from '@push.rocks/smartbuffer';
|
|
import * as smartfs from '@push.rocks/smartfs';
|
|
import * as smartdelay from '@push.rocks/smartdelay';
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
import * as smartpath from '@push.rocks/smartpath';
|
|
import * as smartpuppeteer from '@push.rocks/smartpuppeteer';
|
|
import * as smartnetwork from '@push.rocks/smartnetwork';
|
|
import * as smartserve from '@push.rocks/smartserve';
|
|
import * as smartunique from '@push.rocks/smartunique';
|
|
import * as smartjimp from '@push.rocks/smartjimp';
|
|
|
|
export {
|
|
smartbuffer,
|
|
smartfs,
|
|
smartdelay,
|
|
smartpromise,
|
|
smartpath,
|
|
smartpuppeteer,
|
|
smartunique,
|
|
smartnetwork,
|
|
smartserve,
|
|
smartjimp,
|
|
};
|
|
|
|
// tsclass scope
|
|
import * as tsclass from '@tsclass/tsclass';
|
|
|
|
export { tsclass };
|
|
|
|
// thirdparty
|
|
import pdf2json from 'pdf2json';
|
|
import pdfLib from 'pdf-lib';
|
|
|
|
export { pdf2json, pdfLib };
|