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 fabiospampinato/zeptomatch-explode

Account's avatar
fabiospampinato/fava
A wannabe tiny largely-drop-in replacement for ava that works in the browser too.
Account's avatar
fabiospampinato/tsex
A little CLI for making TypeScript packages, cleanly and effortlessly.
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

fabiospampinato's profile
fabiospampinato
7 contributions

Recent events

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

No events yet
fabiospampinato

fabiospampinato/zeptomatch-explode

A little utility for exploding a zeptomatch-flavored glob into its dynamic and static parts.

JavaScript
2
1
MIT License

Zeptomatch‑explode is a small Node.js utility that parses Zeptomatch‑style glob patterns and separates them into their static (literal) and dynamic (wildcard) components, either from the start (`explodeStart`) or the end (`explodeEnd`). It lets developers quickly isolate fixed path segments for faster file‑system scanning or optimized matching, and is aimed at developers building tooling that needs high‑performance glob handling.