initial implementation
This commit is contained in:
30
ts/smartpdf.plugins.ts
Normal file
30
ts/smartpdf.plugins.ts
Normal file
@@ -0,0 +1,30 @@
|
||||
// native
|
||||
import * as http from 'http';
|
||||
import * as path from 'path';
|
||||
|
||||
export {
|
||||
http,
|
||||
path
|
||||
}
|
||||
|
||||
// @pushrocks
|
||||
import * as smartfile from '@pushrocks/smartfile';
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
import * as smartnetwork from '@pushrocks/smartnetwork';
|
||||
import * as smartunique from 'smartunique';
|
||||
|
||||
export {
|
||||
smartfile,
|
||||
smartpromise,
|
||||
smartunique,
|
||||
smartnetwork
|
||||
}
|
||||
|
||||
// thirdparty
|
||||
import * as express from 'express';
|
||||
import * as puppeteer from 'puppeteer';
|
||||
|
||||
export {
|
||||
express,
|
||||
puppeteer
|
||||
}
|
Reference in New Issue
Block a user