djb2a
DJB2a non-cryptographic hash function
Found 4841 results for function
DJB2a non-cryptographic hash function
Markdown template helper. Uses remarkable to render markdown in templates. Should work with Handlebars, Lo-Dash or any template engine that supports helper functions.
Run an array of functions in series, each passing its results to the next function (waterfall)
Get a list of function's argument variable names
It's noop function. It does nothing.
ESLint rules for functional programming
Check if a value is a function
Safely evaluate JavaScript (estree) expressions, sync and async.
Determine if a function is an ES6 arrow function or not.
Executes a callback for each property found on a object, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object and Function prototypes by default,
Stringifies function's parameters definition
Make an asynchronous function synchronous
the fastest version of Function#bind I could make
Fast and simple C FFI (foreign function interface) for Node.js
Add context awareness to your apps and frameworks by safely evaluating user-defined conditional expressions. Useful for evaluating expressions in config files, prompts, key bindings, completions, templates, and many other user cases.
Executes a callback for each property found on a object, recursively on nested properties, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object an
Create a transform stream using await instead of callbacks
JavaScript function overloading framework.
commitlint plugin to use functions as rule value
return a debounced function
Mathematical expression evaluator fork with prototype pollution fix
Fast and simple way to parse code context for use with documentation from code comments. Parses context from a single line of JavaScript, for functions, variable declarations, methods, prototype properties, prototype methods etc.
Simple javascript lib for converting a [comma || space] delimited string to an array
Find how many values of a discrete periodic function are contained in an interval.
return a throttled function
Find the nearest value of a discrete periodic function, given a point.
Exponential function.
Gamma function.
Lightweight logging library for any Node 10+ applications
Given a point and a distance, determine how many periodic values were skipped.
Compose an array of middleware into a single function for use in Express, Connect, router, etc.
function try-catch wrapper for promises
Replace text in files using strings, regexs or functions.
Limit the execution rate of a function using the token bucket algorithm
Convert classes into factory functions so they can be called with or without new.
A module for sending responses from lambda-funciton backed custom resources in AWS CloudFormation
Call a module's exported functions directly from the command line, with arguments.
AWS Lambda mock context object
Flex JWE Token Validator
Function parameter decorator transform plugin for babel v7, just like typescript.
Natural exponential function.
Constant function.
Return a value or an evaluated function (with arguments).
Function.prototype.bind replacement that provides an `unbounded` hidden property on the returned bounded function, that contains the original unbounded function
Fast, generic JavaScript/node.js utility functions.
Load helpers with patterns, as an object, key-value pair, or module.
The gaussian (radial basis function) kernel
Fork a stream into multiple streams
Currying in javascript. Like .bind() without also setting `this`.
Check if function is an ES6 class.
A pipe function to perform function composition in LTR (Left To Right) direction.
Clones a function (creates wrapper function), with the same signature as source function
Retrieves the value of a specified property from all elements in the collection.
Round a double-precision floating-point number toward zero.
grab bag of easing equations
converts callback-based functions to Promises and apply currying to arguments
Flatten a function's argument. Like, really flatten
Complementary error function.
Evaluate bˣ - 1.
Calculate a scaled Lanczos sum for the approximation of the gamma function.
Natural logarithm of the gamma function.
Renames functions calls, but leaves function definitions unchanged.
An implementation of the memoize technique
because i get tired of typing EE.prototype.emit.bind.bind(EE.prototype.emit)
LaunchDarkly Server SDK for JavaScript - common Edge SDK code
Compute gamma(x+1) - 1.
Incomplete gamma function.
A safe callback to string serializer
Compute exp(x) - 1.
Function that returns an arbitrary `async function`, or undefined if `async function` syntax is unsupported.
Turn a callback-style function into a function that returns a promise
Evaluate a factorial.
Coerce props to custom values
🦅 cli syntax highlighting: any function - any object - 176 languages
Make configurable canvas easily with Canvafy
Determine the best order for running async functions, and run them
Validate and format function arguments ( handles types and optionals)
create a function that can only be invoked once
Select an attribute of an object based on semver versioning
Inverse complementary error function.
Create javascript functions with optional, default and named paramaters.
Ensure a function is only called once. This is a fork of sindresorhus/onetime, but with CommonJS support.
Function that returns an arbitrary async generator function, or undefined if async generator syntax is unsupported.
Functional composition library
Evaluate ln(1+x) - x.
Compute the ratio of two gamma functions.
Functional multimethod library
Error helpers library
Functional dispatch library
Make a function mimic another one. This is a fork of sindresorhus/mimic-fn, but with CommonJS support.
Beta function.
Function constructor.
Compute the binomial coefficient.
Extract function definitions from an array of GLSL tokens.
Get the argument names of a JavaScript function
When a function is not enough
Rename a function
Get arguments of a function, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.
Determine a function's name.
Calculate the Lanczos sum for the approximation of the gamma function.
Inverse incomplete gamma function.
determine if a function is a generator function
Incomplete beta function.
Utility library of AST helper functions
Evaluate the signum function for a double-precision floating-point number.
Incomplete beta function and its first derivative.
use function as webpack loader option
return a function composed of 2 or more functions
Detect native function name support.
A toolkit for deep structure manipulations, provides deep merge/clone functionality out of the box, and exposes hooks and custom adapters for more control and greater flexibility.
Strips javascript code blocks out of README (or any other markdown) files and converts them into function objects.
Frequent default values
A foreign function interface (FFI) for Node.js, N-API style
Stand-in for a function
Parse function arguments. Useful to implement variadic functions.
Chained function calls
Get the hash of a string
Validate the type of arguments passed through the function.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Easily draw function graphs in text mode.
Tap into a promise chain without affecting its value or state
Modulus function.
ESLint rules for controlling where and how mutation is used.
Inverse incomplete beta function.
Return a function which tests if every element in an array-like object passes a test condition.
Wraps synchronous functions with a callback-style API
get a function's source
Convert ES6 class constructor to normal function.
Creates a queue of sync or async functions with resolve and reject callback.
Wraps a function so that it's only ever executed once.
Instances of classes which are directly callable as functions.
Make weak references to JavaScript Objects.
Create a lazily evaluated value
Pass a value through a pipeline of functions
Sorting and matching utility using configurable string, glob, regular expression, and/or function matchers
Overloads a function. Makes parameters optional.
This is a tiny library for customizing components appearance
Qualified Function. Wraps a function so it only gets executed if a condition is true.
This is a tiny library for customizing components appearance
Turns arrays and values into Filtering Functions.
Utility functions for Node.js and JavaScript
Build and evaluate JavaScript strings safely via tagged template literals
Support the Bind Operator
Lodash's memoize function, but in a much smaller package than lodash.memoize's.
An async/await module for sending responses from lambda-funciton backed custom resources in AWS CloudFormation
Possible Function. Wraps what might be a function, with fallback behavior in case it’s not. Perfect for use in functions that accept optional callback arguments.
Returns an object’s class and its ancestors.
Gives a wrapper function the properties and string value of its underlying function.
Inverse error function.
Drops undefined arguments from the end of a function call.
Utility functions for Web Extensions, manifest v2 and v3
Execute functions in a configurable order, modifying a shared data structure.
A utility function to detect if a string should be wrapped in quotes to work as an object key
Defines fallback behavior in case a variable is not a function. Perfect for optional callback parameters.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
Natural logarithm of the beta function.
Creates a variadic function, with a “rest parameter” that’s NOT at the end.
Batch multiple function calls into a single one
Memoized function binding
Evaluate the natural logarithm of the factorial function.
Retrieves parameter names from a function
SDBM non-cryptographic hash function
Inverse incomplete beta function.
A small utility module that converts function arguments to an object for use within the function based on a supplied metadata object. This allows parameters to be passed in any order, making the resultant function very flexible.
💠 Recursive assign for objects, arrays and more
An eslint plugin to enforce method or function name stick to the conventions.
Function.
Function sequencing reloaded
An ESLint plugin to prevent function declaration after return statement
Compute the natural logarithm of the binomial coefficient.
Node.JS Argon2 password hashing algorithm following the PHC string format
Wraps JavaScript code within an immediately invoked function expression.
Generate a function that returns a constant.
Transforms all internal references to a module's exports such that each reference starts with `module.exports` instead of directly referencing an internal name. This enables easy mocking of specific (exported) functions in Jest with Babel/TypeScript, even
Tests whether an JavaScript AST node is likely to be a valid `require` call.
Sort an object's keys, including an optional key list
Easily define a base path where your serverless functions are located
A memoize implementation that only caches the most recent evaluation
A Serverless plugin that makes creation of per function IAM roles easier
Test if a value is an array of strings.
Create a matching function from a glob pattern, regex, string, array, object or function.
Node.JS Argon2 password hashing algorithm following the PHC string format
Wraps synchronous functions with a cps (callback passing style) function
A function argument organizer
Create a promise that reports progress
Validate the api to your functions to help people use them correctly. This is pretty much React's propTypes without React.
React components for [Stripe.js and Elements](https://stripe.com/docs/stripe-js).
Node.JS bcrypt password hashing algorithm following the PHC string format
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
Create a promise that can be canceled. This is a fork of sindresorhus/p-cancelable, but with CommonJS support.
Run AWS step functions offline with Serverless
A foreign function interface (FFI) for Node.js, N-API style
Provides an object similar to Function Runtime's context for use in unit testing
Filter an object by its keys or values. Returns a copy of an object filtered to have only keys or values that match the given glob patterns.
Create array of functions bound to input arrays.
Stream transform passthrough that calls a function.
A wrapper for AWS's [Step Functions Local](https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html).
Passthrough chunks via a function.
Creates a new function with a bound sequence of arguments. Compliant to 8 arguments.
Unified API for password hashing algorithms
A collection of utilities for JavaScript functions
Provide powerful data processing capabilities for handlebars, by adding the ramda function as helpers.
Easing equations for CSS transitions
Retrieve the function location from it reference in NodeJS.
A foreign function interface (FFI) for Node.js
Limit the execution rate of any function
The fast and furious version of function nodes
Serverless devs tool, serverless developer tool, supports Alibaba cloud, AWS, azure, baidu cloud, Huawei cloud, Google cloud and Tencent cloud.
one no-op function to rule them all
Google's Material Design colors for Sass/Scss
Runtime validation types for TypeScript.
Light weight JSON Schema $ref resolver. Expands a JSON Schema by resolving `$ref` references from a mapping of definitions. Does not handle remote references. Has comprehensive unit tests and no dependencies.
A plugin to configure ESBuild for building code compatible with CloudFront Functions
Universal adapter for schema validation
A sass function that inlines svg files
return a partial function
Add some chicken curry to your functions
Instances of classes which are directly callable as functions.
FNV-1a non-cryptographic hash function implementation written in TypeScript.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
Simple, lazyily evaluated values.
Helper that returns a throttled function (TypeScript types included - works without TypeScript also)
A sass function that inlines svg files
gulp-fn - gulp plugin used in order to run custom callback functions per file
An npm module to help you run and test Lambda functions locally
Forget Function.bind and func.apply(context, arguments), performance matters! For a better curry!
A collection of setTimeout-related function wranglers
Async Function Queue
Beta distribution probability density function (PDF).
ESLint rules for functional programming
Node async function to Promise
Functional map with sugar
Returns a regex for Projectz readme sections depending on the section name.
Utility functions for functions.
Assert that a value is a function
stringify objects containing functions
Retrieves the argumentnames of a function
PostCSS plugin to implement SASS color functions
Function storage for Mongoose
Parse an AWS Lambda function name into a name and a qualifier
Limit the number of function parameters and arguments with ease and flexibility
Loader module for webpack to execute your custom procedure. It works as your custom loader.
compose an arbitrary number of functions from right to left.
OpenAI LLM function schema from OpenAPI (Swagger) document
Make sure $q is a constructor (1.3+). Throw if it isn't.
Node.JS PBKDF2 password hashing algorithm following the PHC string format
Wraps a function so that it's only ever executed once.
A tiny language to write mapping functions as strings
right-to-left function composition
Check if something is an ES7 async function