selectn
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
Found 22 results for pointfree
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
Curried function that calls `JSON.parse` on provided input returning either the parsed JSON or the specified default value if the data fails to parse as valid JSON instead of throwing a `SyntaxError`.
Point free wrappers for fantasy land js.
[a]synchronous functional programming
Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL
Returns a new array comprised of the given array's contents with the given value appended.
Functional point-free utilities for js
Curried predicate which checks that a value exists in an array. Generally faster than `indexOf` across JS engines.
Curried a few common jQuery methods to allow them to be written in a point free fashion.
Pointfree functional composition / Forth style stack execution engine
Curried function deriving a new array containing items from given array for which predicate returns true. Supports unary function, RegExp, dot/bracket-notation string path, and compound query object as predicate.
Ramda + Snabbdom = Fantastic!
ESLint rules for JS Standard Style + strict, pure functional programming in JS
Higher-order utilities for use with async functions
Put a value in a box
Functional point-free utilities for fetch
The full ECMAScript API done a pointfree way.
Creates a unary function wrapper which extracts a specific argument by index and applies the argument to the original unary function.
Helpers Functions to convert your Pointfull Code to Pointfree Code
Point free wrappers for BaobabJS
ESLint rules for JS Standard Style + functional programming
[a]synchronous functional programming