UNPKG

107 BTypeScriptView Raw
1/**
2 * Checks for IPv6 format
3 */
4export declare function IsIPv6(target: any, propertyName: string): void;