@softkit/async-storage
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

This is a simple wrapper to setup a Cls Async Storage for NestJS

This is useful just for do not repeat yourself everytime, and shoudn't be used outside of Softkit ecosystem

Installation

yarn add @softkit/async-storage

Usage

import { setupClsModule } from '@softkit/async-storage';

@Module({
  imports: [
    setupClsModule(),
  ]
})
export class MainAppAppModule {}

Package Sidebar

Install

npm i @softkit/async-storage

Weekly Downloads

4

Version

0.0.10

License

none

Unpacked Size

4.12 kB

Total Files

9

Last publish

Collaborators

  • vsamofal