fix(core): update

This commit is contained in:
2021-11-20 22:38:37 +01:00
parent d152920692
commit f29623c084
6 changed files with 45 additions and 36 deletions

View File

@@ -1,26 +1,17 @@
// node native
import * as path from 'path';
export {
path
}
export { path };
// @pushrocks scope
import * as smartexpress from '@pushrocks/smartexpress';
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartexpress,
smartpromise
}
export { smartexpress, smartpromise };
// third party
import * as openapiTypes from 'openapi-types';
import swaggerParser from '@apidevtools/swagger-parser';
import nodeFetch from 'node-fetch';
export {
openapiTypes,
swaggerParser,
nodeFetch
}
export { openapiTypes, swaggerParser, nodeFetch };