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 nk-components/time-now

Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
tape-testing/testling
write tests for browser code

Support the repos that depend on this repository

Top contributors

No contributors yet

Recent events

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

No events yet
nk-components

nk-components/time-now

Returns a timestamp using Performance.now or Date.now

JavaScript
0
0
No license

`time-now` is a tiny utility that returns a high‑resolution timestamp, preferring `performance.now()` when available and falling back to `Date.now()` otherwise. It’s intended for front‑end JavaScript projects (Node or browser) that need a simple, cross‑environment way to get the current time for profiling or animation timing. The package is distributed via npm and Component and is released under the MIT license.