match-condition
Check if a value matches a condition
Check if a value matches a condition
Magic methods for NodeJS
Switch case for actions
Execute functions remotely in different contexts of your extension
Practical functions for daily usage.
JS库
A tiny package to create angular component as functions.
Asynchronously resolve subscribed decisions in pub-sub architecture
Get the modules that call a function of another module
Allows a user to initialize a method call with arguments to be called at a later date.. The method can continue to have arguments added over time until it is invoked.
Limit the execution rate of async function
Transform sync, async or generator function to Stream. Correctly handle errors and optional arguments.
Call an array of functions in parallel (allow set the limit number of tasks executing at the same time)
Applies a function to each typed array element.
Log to console showing line number, file and method from where the log originated. Also nicely highlight code for functions, objects, arrays etc. using an ide like feel.
Currying made simple
I wanted to create a function that I could just enter which days and at what range of time during those days a function would run. Also this function would run at that time every week. For example: If I had a store that is open between 10:00 - 15:00 every
Debounce will collapse multiple requests (if any) for a named task into one invocation which will execute after the given wait time has passed.
Easily update an AWS Lambda function layer to the most recent version.
Bind function arguments without binding 'this'. Lightweight and minimal.