Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of twitchbronbron/undent

Account's avatar
jtwebman/coveralls-next
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for chai
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for sinon
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
levibuzolic/eslint-plugin-no-only-tests
ESLint rule for .only blocks in mocha tests
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
evanw/node-source-map-support
Fixes stack traces for files with source maps
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

TwitchBronBron's profile
TwitchBronBron
20 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
twitchbronbron

twitchbronbron/undent

Remove indentation from multi-line strings.

JavaScript
3
0
MIT License

Undent is a tiny JavaScript utility (available as an npm package and CLI) that strips uniform leading indentation from multi‑line strings. It works both as a regular function and as a template‑literal tag, automatically detecting the smallest indentation level, trimming line ends, and preserving original newline characters—making it useful for developers who need clean, readable string literals in code.