fix(core): update

This commit is contained in:
2020-06-18 21:04:52 +00:00
parent ff5ab4def0
commit ee25cfc78f
8 changed files with 10574 additions and 5 deletions

View File

@@ -1,5 +1,14 @@
// node native scope
import * as path from 'path';
export {
path
};
// pushrocks scope
import * as smartdns from '@pushrocks/smartdns';
import * as smartfile from '@pushrocks/smartfile';
import * as smartmustache from '@pushrocks/smartmustache';
import * as smartrequest from '@pushrocks/smartrequest';
export { smartdns, smartfile, smartmustache };
export { smartdns, smartfile, smartmustache, smartrequest };