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 sergejmueller/ltrim

Account's avatar
mattdesl/array-range
creates a new array with given range
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
pazguille/shuffle-array
Randomize the order of the elements in a given array.

Support the repos that depend on this repository

Top contributors

sergejmueller's profile
sergejmueller
2 contributions

Recent events

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

No events yet
sergejmueller

sergejmueller/ltrim

Strip whitespace - or other characters - from the beginning of a string

JavaScript
1
1
MIT License

ltrim is a lightweight Node.js module that removes specified characters from the beginning of a string, defaulting to whitespace. It's designed for developers who need a simple, dependency-free solution for string manipulation without the bloat of larger libraries.