UNPKG

122 BTypeScriptView Raw
1/**
2 * Checks for url format (http://foo.com)
3 */
4export declare function IsUrl(target: any, propertyName: string): void;