C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.
Apply a unary function to each element retrieved from a strided input array according to a callback function and assign results to a strided output array.
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.