UNPKG

@eddaic/nestjs-decorators

Version:

Additional decorators intended for use with NestJS framework.

10 lines (9 loc) 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RoundingPolicy = void 0; var RoundingPolicy; (function (RoundingPolicy) { RoundingPolicy[RoundingPolicy["DEFAULT"] = 0] = "DEFAULT"; RoundingPolicy[RoundingPolicy["CEIL"] = 1] = "CEIL"; RoundingPolicy[RoundingPolicy["FLOOR"] = 2] = "FLOOR"; })(RoundingPolicy || (exports.RoundingPolicy = RoundingPolicy = {}));