UNPKG

111 BTypeScriptView Raw
1/**
2 * Will only allow numbers
3 */
4export declare function IsNumeric(target: any, propertyName: string): void;