UNPKG

92 BTypeScriptView Raw
1/**
2 * Only allow values <= limit
3 */
4export declare function Max(limit: number): Function;