0.1.2 • Published 10 years ago

edm v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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');