Take an array of token and produce a more useful API to give to a parser
Check if a certain debug flag is enabled.
Convert Unicode characters to Latin characters using transliteration
An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing
A robust HTML entities encoder/decoder with full Unicode support.
Render JSX to an HTML string, with support for Preact components.
Reads and caches the entire contents of a file until it is modified
Split string by any separator excluding brackets, quotes and escaped characters
An SCF API Client for NodeJS
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.
return list of CallSite objects from a captured stacktrace
Install a transform to `require.extensions` that always runs last, even if additional extensions are added later.
TypeScript definitions for keygrip
Check if a module ID is resolvable with require()
Get utf8 byte length of string
Append the contents of one stream onto another.
Shorthands for commonly used doctypes
Sort array elements in ascending order.
Concatenate file contents with a custom separator and generate a source map
Resolve URL pathnames using JavaScript
Convert all segments in a path to curves
Types on steroids 💊
```typescript export function getTempName(prefix?: string | null | undefined): string;
Measure the difference between two strings using the Levenshtein distance algorithm