UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

16 lines (15 loc) 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FileValidator = void 0; /** * Interface describing FileValidators, which can be added to a ParseFilePipe * * @see {ParseFilePipe} * @publicApi */ class FileValidator { constructor(validationOptions) { this.validationOptions = validationOptions; } } exports.FileValidator = FileValidator;