UNPKG

109 BTypeScriptView Raw
1/**
2 * Checks for valid integers
3 */
4export declare function IsInt(target: any, propertyName: string): void;