TypeScript with some extras for type-checking.
Plugin for @hookstate/core to enable state values comparison.
Build an element once, move it anywhere
Array manipulation, ordering, searching, summarizing, etc.
A lite module for reverse-operations on buffers
unist utility to recursively walk over nodes, with ancestral information
make using levelup reverse ranges easy
reverse the arguments passed to a function.
A splay tree typescript library
wait-on is a cross platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available
Ledger service responsible for domain handling
Resolve package.json exports & imports maps
unist utility to visit nodes
A fully Unicode-aware string reverser written in JavaScript.
Reverse an SVG path (or subpath)
Curated collection of data structures for the JavaScript/TypeScript.
Apply a function to an array from then end to the beginning.
Takes a json-file and return a copy of the same file, but sorted
get reverse-geocoded location data for latitude and longitude values
Miscellaneous operators for graphology.
Trie and radix tree implementation tailored towards exact matches.
JavaScript url handling for Django that doesn't hurt.
Utility functions for converting to and from URLs that encode query string data into URL paths
A utility for generating monotonically increasing unique event ids across a network of services.
Reverse sort order of `it` in a block with `Reverse[it]`.
The palindrome check is achieved by first converting the integer to a string, then comparing it to the reversed value of that string. Eg :- 5.palindrome?