UNPKG

nestjs-api-tools

Version:

Wrappers for convenient API development including validation, logging and i18n wrappers

3 lines (2 loc) 123 B
import { CustomDecorator } from '@nestjs/common'; export declare const IpAllowlist: (...ips: string[]) => CustomDecorator;