Reads and caches the entire contents of a file until it is modified
return list of CallSite objects from a captured stacktrace
Internationalized string formatting and locale negotiation
Install a transform to `require.extensions` that always runs last, even if additional extensions are added later.
Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.
Render JSX to an HTML string, with support for Preact components.
Split string by any separator excluding brackets, quotes and escaped characters
Types on steroids 💊
Get utf8 byte length of string
Append the contents of one stream onto another.
TypeScript definitions for keygrip
Concatenate file contents with a custom separator and generate a source map
Check if a module ID is resolvable with require()
Sort array elements in ascending order.
Shorthands for commonly used doctypes
Resolve URL pathnames using JavaScript
Convert all segments in a path to curves
Generate an AST from a string template.
The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.
decompress zip plugin
```typescript export function getTempName(prefix?: string | null | undefined): string;
Measure the difference between two strings using the Levenshtein distance algorithm
Convert Windows backslash paths to slash paths
64-bit big-endian signed integer-to-string conversion