1.0.0 • Published 2 years ago

@catalist-nestjs/decorators v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.1

2 years ago

0.0.3

2 years ago

0.0.4

2 years ago

0.0.0

2 years ago