UNPKG

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