UNPKG

110 BTypeScriptView Raw
1/**
2 * Checks for any numbers
3 */
4export declare function IsDecimal(target: any, propertyName: string): void;