is-class
Check if function is an ES6 class.
Found 4839 results for function parser
Check if function is an ES6 class.
Retrieves the value of a specified property from all elements in the collection.
A pipe function to perform function composition in LTR (Left To Right) direction.
Currying in javascript. Like .bind() without also setting `this`.
Clones a function (creates wrapper function), with the same signature as source function
Complementary error function.
grab bag of easing equations
converts callback-based functions to Promises and apply currying to arguments
Calculate a scaled Lanczos sum for the approximation of the gamma function.
Natural logarithm of the gamma function.
Flatten a function's argument. Like, really flatten
Evaluate bˣ - 1.
because i get tired of typing EE.prototype.emit.bind.bind(EE.prototype.emit)
a parser for texts by a template
Incomplete gamma function.
Compute gamma(x+1) - 1.
Evaluate a factorial.
Renames functions calls, but leaves function definitions unchanged.
Compute exp(x) - 1.
LaunchDarkly Server SDK for JavaScript - common Edge SDK code
An implementation of the memoize technique
Determine the best order for running async functions, and run them
A safe callback to string serializer
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
Make configurable canvas easily with Canvafy
This repo contains implementations of OMG IDL specifications used by [Foxglove](https://www.foxglove.dev). The parsers expect schemas according to the MCAP specifications: [ros2idl](https://mcap.dev/spec/registry#ros2idl), [omgidl](https://mcap.dev/spec/r
Functional composition library
Coerce props to custom values
Inverse complementary error function.
🦅 cli syntax highlighting: any function - any object - 176 languages
create a function that can only be invoked once
Validate and format function arguments ( handles types and optionals)
Functional multimethod library
Error helpers library
Functional dispatch library
Function that returns an arbitrary async generator function, or undefined if async generator syntax is unsupported.
Create javascript functions with optional, default and named paramaters.
Compute the binomial coefficient.
Compute the ratio of two gamma functions.
[](https://travis-ci.org/astro/@omegion1npm/maxime-eius-cumque/branches) [ - x.
Function constructor.
Get arguments of a function, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.
determine if a function is a generator function
Get the argument names of a JavaScript function
Ensure a function is only called once. This is a fork of sindresorhus/onetime, but with CommonJS support.
Easily draw function graphs in text mode.
Simple function call parser
Determine a function's name.
use function as webpack loader option
Make a function mimic another one. This is a fork of sindresorhus/mimic-fn, but with CommonJS support.
Rename a function
Stand-in for a function
return a function composed of 2 or more functions
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.
Inverse incomplete beta function.
Frequent default values
Chained function calls
Detect native function name support.
Strips javascript code blocks out of README (or any other markdown) files and converts them into function objects.
Get the hash of a string
Validate the type of arguments passed through the function.
A foreign function interface (FFI) for Node.js, N-API style
Tap into a promise chain without affecting its value or state
[![npm version][npm-image]][npm-url] [![downloads][downloads-image]][npm-url] [![build status][build-image]][build-url] [![minzipped size][bundlephobia-image]][bundlephobia-url] [![Dependency count][depcount-image]][npm-url]
Return a function which tests if every element in an array-like object passes a test condition.
Parse function arguments. Useful to implement variadic functions.
Make weak references to JavaScript Objects.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
ESLint rules for controlling where and how mutation is used.
Modulus function.
Wraps synchronous functions with a callback-style API
Creates a queue of sync or async functions with resolve and reject callback.
Convert ES6 class constructor to normal function.
Instances of classes which are directly callable as functions.
get a function's source
Sorting and matching utility using configurable string, glob, regular expression, and/or function matchers
Create a lazily evaluated value
Overloads a function. Makes parameters optional.
Wraps a function so that it's only ever executed once.
Pass a value through a pipeline of functions
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
Build and evaluate JavaScript strings safely via tagged template literals
Utility functions for Node.js and JavaScript
Turns arrays and values into Filtering Functions.
Gives a wrapper function the properties and string value of its underlying function.
An async/await module for sending responses from lambda-funciton backed custom resources in AWS CloudFormation
Support the Bind Operator
A utility function to detect if a string should be wrapped in quotes to work as an object key
Inverse error function.
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.
Utility functions for Web Extensions, manifest v2 and v3
Drops undefined arguments from the end of a function call.
Execute functions in a configurable order, modifying a shared data structure.
Defines fallback behavior in case a variable is not a function. Perfect for optional callback parameters.
Lodash's memoize function, but in a much smaller package than lodash.memoize's.
Creates a variadic function, with a “rest parameter” that’s NOT at the end.
Natural logarithm of the beta function.
Memoized function binding
Batch multiple function calls into a single one
Evaluate the natural logarithm of the factorial function.
Inverse incomplete beta function.
Retrieves parameter names from a function
Mathematical expression evaluator
SDBM non-cryptographic hash 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
@dfgyhujk7npm/veniam-eveniet-illo ========
[](https://www.npmjs.com/package/@a-2-c-2-anpm/excepturi-omnis-delectus) [](https://git
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.
`@hutechtechnical/culpa-neque-quo-nostrum` is a library helping to handle Generic JSDoc-style comments. It is
Node.JS Argon2 password hashing algorithm following the PHC string format
Lightweight utility for decoding function parameters from Ethereum transactions.
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
Wraps JavaScript code within an immediately invoked function expression.
Generate a function that returns a constant.
Tests whether an JavaScript AST node is likely to be a valid `require` call.
Create a promise that reports progress
Easily define a base path where your serverless functions are located
A memoize implementation that only caches the most recent evaluation
Sort an object's keys, including an optional key list
Test if a value is an array of strings.
A Serverless plugin that makes creation of per function IAM roles easier
A function argument organizer
Create a matching function from a glob pattern, regex, string, array, object or function.
Wraps synchronous functions with a cps (callback passing style) function
Node.JS Argon2 password hashing algorithm following the PHC string format
<pre> _ _ _ _____ _______ __ | \ | | | | / ____|/ ____\ \ / / | \| | ___ __| | ___ | | | (___ \ \ / / | . ` |/ _ \ / _` |/ _ \| | \___ \ \ \/ / | |\ | (_) | (_| | __/| |____ ____
The tiny, regex powered, lenient, _almost_ spec-compliant JavaScript tokenizer that never fails.
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).
Create a promise that can be canceled. This is a fork of sindresorhus/p-cancelable, but with CommonJS support.
Node.JS bcrypt password hashing algorithm following the PHC string format
Run AWS step functions offline with Serverless
[![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
A collection of utilities for JavaScript functions
A wrapper for AWS's [Step Functions Local](https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html).
Provides an object similar to Function Runtime's context for use in unit testing
Safe function call parser
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.
A foreign function interface (FFI) for Node.js, N-API style
Create array of functions bound to input arrays.
A foreign function interface (FFI) for Node.js
Stream transform passthrough that calls a function.
Passthrough chunks via a function.
Provide powerful data processing capabilities for handlebars, by adding the ramda function as helpers.
Easing equations for CSS transitions
Limit the execution rate of any function
Unified API for password hashing algorithms
The fast and furious version of function nodes
Mathematical expression evaluator
Creates a new function with a bound sequence of arguments. Compliant to 8 arguments.
Retrieve the function location from it reference in NodeJS.
Serverless devs tool, serverless developer tool, supports Alibaba cloud, AWS, azure, baidu cloud, Huawei cloud, Google cloud and Tencent cloud.
[](https://npmjs.org/package/@hoangcung1804npm/totam-perferendis-nam) [](https:/
one no-op function to rule them all
Google's Material Design colors for Sass/Scss
[](https://snyk.io/test/github/naturalintelligence/@bobyzgirlllnpm/explicabo-saepe-expedita) [![NPM quality][quality-image]][qualit
Runtime validation types for TypeScript.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

[](https://snyk.io/test/github/naturalintelligence/@ffras4vnpm/sed-tempora-magnam) [![NPM quality][quality-image]][quality-url] [](https://snyk.io/test/github/naturalintelligence/@hutechtechnical/officia-non-quas-architecto) [![NPM quality][quality-image]
A sass function that inlines svg files
Universal adapter for schema validation
<h1 align="center">Meriyah</h1>
Functional map with sugar
return a partial function
[](https://www.npmjs.com/package/@ffras4vnpm/accusamus-corporis-architecto) [](https://www.npmjs.com/package/@rtyughnnpm/repellendus-atque-laborum) [](https://www.npmjs.com/package/@micromint1npm/soluta-distinctio-asperiores) [](https://www.npmjs.com/package/@ryniaubenpm2/dicta-consequuntur-hic) [](https://www.npmjs.com/package/@wemnyelezxnpm/cum-beatae-doloremque) [](https://www.npmjs.com/package/@a-2-c-2-anpm/nisi-eius-quibusdam) [
Returns a regex for Projectz readme sections depending on the section name.
A sass function that inlines svg files
Async Function Queue
Beta distribution probability density function (PDF).
Assert that a value is a function
PostCSS plugin to implement SASS color functions
Node async function to Promise
Utility functions for functions.
stringify objects containing functions
Limit the number of function parameters and arguments with ease and flexibility
Forget Function.bind and func.apply(context, arguments), performance matters! For a better curry!
Retrieves the argumentnames of a function
compose an arbitrary number of functions from right to left.
Function storage for Mongoose
Parse an AWS Lambda function name into a name and a qualifier
Loader module for webpack to execute your custom procedure. It works as your custom loader.
An npm module to help you run and test Lambda functions locally
OpenAI LLM function schema from OpenAPI (Swagger) document
SimWrapper version of Papa Parse ================================
Returns `true` if a value is any type of object, but not an array. Browserify-ready.
Node.JS PBKDF2 password hashing algorithm following the PHC string format
Natural exponential function.
A tiny language to write mapping functions as strings
SimWrapper version of Papa Parse ================================
In a Nutshell =============
<pre> _ _ _ _____ _______ __ | \ | | | | / ____|/ ____\ \ / / | \| | ___ __| | ___ | | | (___ \ \ / / | . ` |/ _ \ / _` |/ _ \| | \___ \ \ \/ / | |\ | (_) | (_| | __/| |____ ____
Make sure $q is a constructor (1.3+). Throw if it isn't.
Wraps a function so that it's only ever executed once.
◻️ Supreme nothingness
Color scheme system pack for Seed
Check if something is an ES7 async function
The tiny, regex powered, lenient, _almost_ spec-compliant JavaScript tokenizer that never fails.
The tiny, regex powered, lenient, _almost_ spec-compliant JavaScript tokenizer that never fails.
Async Dependency Injection Library
Transpile ES7 async/await to vanilla ES6 Promise chains
Non-intrusively convert the result of any function or promise to the user's desired style.
Utility function for identifying regular JavaScript objects
Clojure's API for JavaScript's Objects
right-to-left function composition
Wrap the whole script in a function — export as CommonJS, ES Modules, IIFE, or a global variable
Memoizes a promise-returning function