UNPKG

@eddaic/nestjs-decorators

Version:

Additional decorators intended for use with NestJS framework.

3 lines (2 loc) 122 B
import { RoundingPolicy } from '../enum'; export declare function round(value: number, rounding: RoundingPolicy): number;