Generate importmap for node_modules
{ exports: { ".": { import: "./es/index.js", }, }, }, }, }); ``` ## Using import maps The generated importmap can be used in two ways: 1. As a separate file: ```html <script src="demo.importmap"></script> <script type="module"> import lodash from "lodash"; </script> ``` 2. Embedded in HTML: ```html <script type="importmap"> { "imports": { "lodash": "/node_modules/lodash/lodash.js" } } </script> ``` ## TypeScript Support This package has built-in TypeScript support. TypeScript definitions are included in the package. ## See Also - [es-module-shims](https://github.com/guybedford/es-module-shims)
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.