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

`is-file-esm` is a tiny utility that tells you whether a given JavaScript file in a Node project will be interpreted as an ES module (`import`) or as a CommonJS script (`require`). It works with synchronous, promise‑based, or callback APIs, inspecting the nearest `package.json` “type” field and the file’s extension, and is aimed at developers who need to programmatically resolve a file’s module system (e.g., build tools, linters, or scripts).

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of davidmarkclements/is-file-esm

Account's avatar
davidmarkclements/nonsynchronous
async/await callback fusioning utilities
Account's avatar
standard/standard
JavaScript Standard Style

Support the repos that depend on this repository

Top contributors

davidmarkclements's profile
davidmarkclements
1 contributions

Recent events

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

No events yet
davidmarkclements

davidmarkclements/is-file-esm

Determines whether a Node file is a Module (`import`) or a Script (`require`)

JavaScript
11
0
MIT License