@nestjs-plus/common

Common module and utility building blocks for badass NestJS applications

Usage no npm install needed!

<script type="module">
  import nestjsPlusCommon from 'https://cdn.skypack.dev/@nestjs-plus/common';
</script>

README

@nestjs-plus/common

version downloads license

Utility functions and low level reusable modules that provide building blocks for the @nestjs-plus and @nestjs ecosystem.

Mixins

The mixin pattern is particularly useful with NestJS components like Interceptors as a mechanism to provide both configuration while still allowing the component to participate with Nest's Dependency Injection.