@stdlib/iter-filter
Create an iterator which filters the values of another iterator according to a predicate function.
Create an iterator which filters the values of another iterator according to a predicate function.
Create an iterator which both filters and maps the values of another iterator.
Create an iterator which rejects the values of another iterator according to a predicate function.
Apply a mask to a provided input array.
Apply a mask to a provided input array.
Apply a mask to a provided input array.
Apply a mask to a provided input array and map the unmasked values according to a callback function.
Return a shallow copy of an array containing only those elements which pass a test implemented by a predicate function.
Return a shallow copy of an array containing only those elements which fail a test implemented by a predicate function.
Inside-out promise; lets you call resolve and reject from outside the Promise constructor function.
Await for asynchronous data
Create a deferred promise
A Promise-compatible abstraction that defers resolving/rejecting promises to another closure.
Function that returns a Promise which will be resolved on timeout
Array.prototype.reject polyfill to select elements that do not pass the predictor
resolver 是一个强大的 TypeScript 工具函数,用于处理异步函数的执行结果,统一进行错误处理和结果包装,让您的异步代码更加简洁和可靠。
Just like a Promise but you can manually resolve or reject it
Gale/Shapely deferred acceptance algorithm
Role and Attribute based Access Control for Node.js
Role and Attribute based Access Control for Node.js. Rebuilt with modern.js