UNPKG

114 BTypeScriptView Raw
1/**
2 * Checks for IPv4 (129.89.23.1)
3 */
4export declare function IsIPv4(target: any, propertyName: string): void;