Checks if the callback returns truthy for any element of the array. Iteration is stopped once the callback returns truthy Return the truthy value or the last falsy value if none of the iteration returns truthy
Splits a String into an Array of substrings with the option to skip some cases where the separator is found, based on some truthy condition.
Checks if the callback returns truthy for any element of the array. Iteration is stopped once the callback returns truthy Return the truthy value or the last falsy value if none of the iteration returns truthy Run over the given array from right to
A tiny invariant function
Matches strings against configurable strings, globs, regular expressions, and/or functions
short-circuited, asynchronous version of Array.protototype.some
Properly hijack require, i.e., properly define require hooks and customizations
Assertions and Validations for TypeScript
A package used by Expo CLI for processing images
Compare items in two sequences to find a longest common subsequence
Nanoscale assertion module
Compare items in two sequences to find a longest common subsequence
A CSS-inspired language to select, sequence, and compose DOM events.
Determine if a JavaScript object is numeric
Common utility functions
Let your JS API users either give you a callback or receive a promise
Node.js final http responder
Super-simple invariant function
A tiny (183B to 210B) and fast utility to ascend parent directories
Template-based docx report creation
A shared utility package for Powertools for AWS Lambda (TypeScript) libraries
Determines if something should be considered a synonym for true
A pure JS implementation SHA256.
SHA256 wrapper for browsers that prefers `window.crypto.subtle` but will fall back to a pure JS implementation in @aws-crypto/sha256-js to provide a consistent interface for SHA256.