ES2015 spec-compliant shim for Reflect.ownKeys
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This package provides an ES2015 spec-compliant shim for the `Reflect.ownKeys` method, allowing developers to use this functionality in environments that don't natively support it or have noncompliant implementations. It's designed for JavaScript developers who need consistent behavior across different JavaScript engines, particularly when working with older browsers or Node.js versions that lack full ES2015 support. The package implements the es-shim API interface and works in ES3-supported environments, making it suitable for library authors and developers targeting broad compatibility.