A simple library for reliably monitoring cron jobs, control-loops, or other important system events with Cronitor.
A simple list of possible Typed Array names.
Robustly get the byte offset of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Is this value a JS SharedArrayBuffer?
Is this value a JS ArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.
Simple and Maintained fast NodeJS internal caching
Allows defining CloudWatch schedules in local timezones(with DST!) in serverless events
Robustly get the byte length of a Typed Array
Get the ArrayBuffer out of a TypedArray, robustly.
Javascript Timezone Offset
Robustly get the length of a Typed Array
Mixin for Node-Cron
An ESnext spec-compliant `Array.prototype.toSorted` shim/polyfill/replacement that works as far down as ES3.
Retrieve the values defined with preprocessor statements in a selection of GLSL tokens
A powerful and flexible cron job manager built with TypeScript
A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.
Fast and tiny JavaScript/TypeScript cron parser with timezone support - works in Node.js, Deno, Bun, Cloudflare Workers, and browsers. Zero dependencies.
Incremental Markdown parser that consumes and emits Lezer trees
Memoize/cache function results
General purpose glob-based configuration matching.
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.