Skip to content

remarkablemark/npm-package-typescript-template

Repository files navigation

npm-package-typescript-template

NPM

NPM version build

npm-package-typescript-template

Quick Start

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

Install

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>

Usage

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

Release is automated with Release Please.

License

MIT