Resolve a file path from a base filename
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides a utility to resolve an absolute file path from a base filename, optionally checking against a list of file extensions (e.g., `.js`, `.json`). It's designed for Node.js developers needing to emulate legacy automatic module resolution, where file extensions can be omitted. The primary API `getFilePath` returns the first matching file path or `undefined` if none is found.