@bundled-es-modules/chai
TypeScript icon, indicating that this package has built-in type declarations

4.3.7 • Public • Published

chai

This is a mirror of chai, bundled and exposed as ES module.

Install

npm install @bundled-es-modules/chai
bower install bundled-es-modules/chai

Use

<script type="module">
  import { chai, expect, should, assert } from '@bundles-es-modules/chai';
  // or directly
  import chai from '@bundles-es-modules/chai/chai.js';
</script>

Bower use

<script type="module">
  import { chai, expect, should, assert } from 'chai';
  // or directly
  import chai from 'chai/chai.js';
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i @bundled-es-modules/chai

Weekly Downloads

530

Version

4.3.7

License

none

Unpacked Size

438 kB

Total Files

10

Last publish

Collaborators

  • passle
  • d4kmor
  • bashmish
  • robrez
  • jorenbroekema