UNPKG

125 BTypeScriptView Raw
1/**
2 * Checks for valid floating point numbers
3 */
4export declare function IsFloat(target: any, propertyName: string): void;