1.0.0 • Published 1 year ago

@catalist-nestjs/decorators v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Nestjs Decorators

Nestjs Decorators for Catalist Finance projects. Part of Catalist NestJS Modules

Install

yarn add @catalist-nestjs/decorators

Usage

OneAtTime

The decorator does not allow to call the method more than once at a time.

import { OneAtTime } from '@catalist-nestjs/decorators';

export class TestService {
  @OneAtTime()
  async foo() {
    // do some async work
  }
}
1.0.0

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.1

1 year ago

0.0.3

1 year ago

0.0.4

1 year ago

0.0.0

1 year ago