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

The **split-string-or-buffer-once-pmb** package provides a tiny utility that mimics `String.split` but only splits at the first (or last) occurrence of a separator, and it works equally on JavaScript strings, Buffers, or any object supporting `indexOf`/`lastIndexOf` and `slice`. It exports a `splitOnce` function (with optional `last` mode) that returns the two parts as an array or `false` if the separator isn’t found, making it useful for developers who need a simple, generic “split‑once” operation without pulling in larger libraries.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mk-pmb/split-string-or-buffer-once-pmb-js

Account's avatar
mk-pmb/equal-pmb-js
Expect two values to be equal, for whatever latest notion of equality.
Account's avatar
mk-pmb/eslint-config-nodejs-pmb
My favorite eslint rules.
Account's avatar
mk-pmb/eslint-plugin-json-light-pmb
(2022 maintenance fork) Light ESLint plugin for JSON validating
Account's avatar
eslint-community/eslint-plugin-n
Additional ESLint's rules for Node.js
Account's avatar
mk-pmb/nodemjs-node
Run .mjs files from your command line, with all the tweaks from esmod-pmb.
Account's avatar
mk-pmb/p-fatal-js
Re-throw unhandled promise rejections in the next turn, so other listeners get a chance to also run.
Account's avatar
mk-pmb/node-usnam-pmb
Concise stack traces for node: pretty-error + compact theme (still with paths) + auto-start.

Support the repos that depend on this repository

Top contributors

mk-pmb's profile
mk-pmb
4 contributions

Recent events

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

No events yet
mk-pmb

mk-pmb/split-string-or-buffer-once-...

Generic splitOnce, using indexOf and slice so it can work on strings and buffers alike.

JavaScript
0
0
No license