npm-package-typescript-template
    Preparing search index...

    npm-package-typescript-template

    npm-package-typescript-template

    NPM

    NPM version build

    npm-package-typescript-template

    import { name } from 'npm-package-typescript-template';
    

    NPM:

    npm install npm-package-typescript-template
    

    Yarn:

    yarn add npm-package-typescript-template
    

    CDN:

    <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.

    MIT