Official implementation of the TypeID specification in TypeScript. TypeIDs are type-safe, K-sortable, and globally unique identifiers inspired by Stripe IDs
Give me a string and I'll tell you if it's a valid npm package license string
Execute callbacks when child processes are spawned
For encoding to/from base64urls
A little library for asserting types and values, with zero dependencies.
A JavaScript library that breaks strings into their individual user-perceived characters (including emojis!)
A finite state machine library
URI Templates (RFC6570) including de-substitution
A basic but performant promise implementation
The option type, also known as the maybe type, for JavaScript
Yet another SVG path parser. This one's tiny
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order
utility to return a react components display name
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
walk paths fast and efficiently
Escape strings for use as JavaScript string literals
Are these two JavaScript values equal?
Takes a grid of values (GeoJSON format) and a set of threshold ranges. It outputs polygons that group areas within those ranges, effectively creating filled contour isobands.
cjson - Commented JavaScript Object Notation. It is a json loader, which parses only valid json files, but with comments enabled. Useful for loading configs.
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
Split a string on the first occurance of a given separator
Provide AMD's define() API for declaring modules in the AMD format
Require module from string
Transforms member style imports (import {x} from 'y') into default style imports (import x from 'y/lib/x')