@aequum/nestjs-common
v0.27.41
Published
aequum NestJS common components
Downloads
54
Readme
aequum NestJS common components
In this pagage you can find the all de shared common unclasified components used in the aequum over NestJS.
Components
Enums
HttpResponseDescriptions: Descriptions for HTTP responses, used for HTTP outputs of@aequum/exceptionspackage.
Utils
moduleworkspacetoArray(): Converts animport *module to an array of components of the module.toFlattenArray(): Converts animport *module recursively if have animport *inside to a flattened array of components of the module.
swaggerworkspacepatchDocumentViaSwaggerExplorer: Patches the document by monkey patching theSwaggerExplorerclass in the methodgenerateDenormalizedDocument, see the function for more details.authModName: Returns the swagger authorization module name, can be use alias likeoauthoroauth2to refers toOAuth2orjwtto refers toBearer.
