@bundled-es-modules/fetch-mock

6.5.2 • Public • Published

fetch-mock

This is a mirror of fetch-mock, bundled and exposed as ES module.

Install

npm install @bundled-es-modules/fetch-mock
bower install bundled-es-modules/fetch-mock

Use

<script type="module">
  // from main file
  import { fetchMock } from 'fetch-mock';
  // or directly
  import fetchMock from 'fetch-mock/fetchMock.js';
  console.log(fetchMock);
</script>

Make sure you added @bundled-es-modules scope to the path if used via npm.

Readme

Keywords

none

Package Sidebar

Install

npm i @bundled-es-modules/fetch-mock

Weekly Downloads

83

Version

6.5.2

License

none

Unpacked Size

606 kB

Total Files

7

Last publish

Collaborators

  • passle
  • d4kmor
  • bashmish
  • robrez
  • jorenbroekema