UNPKG

rubico

Version:

[a]synchronous functional programming

11 lines (10 loc) 273 B
export = nonfunctionsConditional; /** * @name nonfunctionsConditional * * @synopsis * ```coffeescript [specscript] * nonfunctionsConditional(array Array<value>, index number) -> boolean * ``` */ declare function nonfunctionsConditional(array: any, index: any): any;