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

`from-env` is a tiny TypeScript utility that validates the presence of required environment variables at runtime. By calling `fromEnv({ env: "MY_ENV" })(process.env)`, it throws an error if the specified variable is missing, otherwise returns the filtered env object—making it useful for Node.js developers who want a simple, types‑safe way to enforce required configuration values.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
bifravst

bifravst/from-env

Helper function which ensures that required environment variables are set.

TypeScript
1
0
BSD 3-Clause "New" or "Revised" License
renovate[bot]'s profile
renovate[bot]
567 contributions
renovate-bot's profile
renovate-bot
61 contributions
coderbyheart's profile
coderbyheart
56 contributions

Support the dependencies of bifravst/from-env

Account's avatar
bifravst/eslint-config-typescript
ESLint config for all our projects.
Account's avatar
bifravst/prettier-config
Prettier config for our projects
Account's avatar
conventional-changelog/commitlint
Shareable commitlint config enforcing conventional commits
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
typicode/husky
Modern native Git hooks