JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q46254F
  • License MIT

Instrumentation with pre-built node binaries.

Package Exports

  • edm

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (edm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

edm

Instrumentation with pre-built node binaries.

Build Status codecov

NPM

Install

npm i -S edm

This project is in active development. Please come back in a couple of weeks.


TEST

Unit tests output for current release:

TOC

lib

should have default function export.

should.exist(lib.default);
lib.default.should.be.a('function');