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

writetome51/has-value-no-value

Functions that check if argument is, or is not, undefined or null

JavaScript
0
0
MIT License
Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the repos that depend on writetome51/has-value-no-value

Account's avatar
writetome51/is-empty-not-empty
Account's avatar
writetome51/get-ymd-hms
Account's avatar
writetome51/get-grouped-by-property
Account's avatar
writetome51/array-get-and-remove-by-test
Account's avatar
writetome51/array-remove-by-indexes
Account's avatar
writetome51/array-get-and-remove-by-indexes
Account's avatar
writetome51/sort-by-property
Account's avatar
writetome51/get-in-numeric-order-by-property
Account's avatar
writetome51/in-numeric-order
Account's avatar
writetome51/validating-inputs
Account's avatar
writetome51/unsubscribe-on-destroy-directive
Account's avatar
writetome51/abstract-search-service
Account's avatar
writetome51/table-of-users
Account's avatar
writetome51/observable-service
Account's avatar
writetome51/number-array
Account's avatar
writetome51/public-array
Account's avatar
writetome51/public-array-sorter
Account's avatar
writetome51/public-array-replacer
Account's avatar
writetome51/public-array-remover
Account's avatar
writetome51/public-array-inserter

Top contributors

No contributors yet

Recent events

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

No events yet

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

This project provides two simple utility functions, `hasValue()` and `noValue()`, for checking if a JavaScript/TypeScript argument is defined (not `null` or `undefined`) or is empty. It's designed for developers who need a readable, reusable way to perform these common null-checking operations