0.0.10 • Published 3 months ago

@softkit/async-storage v0.0.10

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

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 {}
0.0.10

3 months ago

0.0.9

3 months ago

0.0.8

3 months ago

0.0.7

5 months ago

0.0.6

6 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago