check if an AST node is a call to require()
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`estree-is-require` is a utility library that checks if an AST node represents a valid `require()` call, optionally verifying the requested module name. It's designed for developers working with JavaScript ASTs, such as those building build tools, bundlers, or code analysis tools.