npm-package-typescript-template
import { name } from 'npm-package-typescript-template';NPM:
npm install npm-package-typescript-templateYarn:
yarn add npm-package-typescript-templateCDN:
<script src="https://unpkg.com/npm-package-typescript-template@latest/umd/npm-package-typescript-template.min.js"></script>ES Modules:
import { name } from 'npm-package-typescript-template';CommonJS:
const { name } = require('npm-package-typescript-template');UMD:
<script src="https://unpkg.com/npm-package-typescript-template@latest/umd/npm-package-typescript-template.min.js"></script>
<script>
const { name } = window['npm-package-typescript-template'];
</script>Release is automated with Release Please.