fix(core): update
This commit is contained in:
26
ts/smartswagger.plugins.ts
Normal file
26
ts/smartswagger.plugins.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
// node native
|
||||
import * as path from 'path';
|
||||
|
||||
export {
|
||||
path
|
||||
}
|
||||
|
||||
// @pushrocks scope
|
||||
import * as smartexpress from '@pushrocks/smartexpress';
|
||||
import * as smartpromise from '@pushrocks/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
|
||||
}
|
||||
Reference in New Issue
Block a user