nestjs-type-clean
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.0 • Public • Published

nestjs-type-clean

A type-clean module for Nest.js.

NPM Version Package License NPM Downloads

Installation

$ yarn add nestjs-type-clean

Basic usage

app.module.ts

import { Module } from "@nestjs/common";
import { TypeCleanModule } from 'nestjs-type-clean';
import { DogsModule } from "./dog.module.ts";

@Module({
  imports: [
    TypeCleanModule,
    DogsModule
  ]
})
export class AppModule {}

Test

# e2e tests
$ npm run test:e2e

Stay in touch

License

nestjs-type-mongodb is MIT licensed.

Package Sidebar

Install

npm i nestjs-type-clean

Weekly Downloads

0

Version

1.0.0-beta.0

License

MIT

Unpacked Size

3 kB

Total Files

2

Last publish

Collaborators

  • jrdn