UNPKG

@bestcodetools/api-node-base

Version:

BestCodeTools Node Base for Backend API

5 lines 224 B
export { default as jwt } from 'jsonwebtoken'; export { default as express } from 'express'; export { default as joi } from 'joi'; export type { default as bodyParser } from 'body-parser'; //# sourceMappingURL=index.d.ts.map