0.0.9 • Published 1 year ago

isomorphic-typescript-project-test v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Installation

Node.js

The installation method differs depending on whether your project is using ESM modules or CJS modules.

ESM

NPM

npm install --save isomorphic-typescript-project

Yarn

yarn add isomorphic-typescript-project

CommonJS

NPM

Add the following to your package.json:

  "overrides": {
    "isomorphic-typescript-project-test": {
      "node-fetch": "2.6.7"
    }
  }

npm install --save isomorphic-typescript-project-test

Yarn

Add the following to your package.json:

  "resolutions": {
    "isomorphic-typescript-project-test/**/node-fetch": "2.6.7"
  }

yarn add isomorphic-typescript-project-test

Browser

Webpack / Rollup

import Features from 'isomorphic-typescript-project-test';

Script tag

<!-- TODO -->
<script src="/something.js"></script>

Usage

// CJS
const Features = require('isomorphic-typescript-project-test').default;

// ESM
import Features from 'isomorphic-typescript-project-test';
0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago