guitar
v0.1.2
Published
Instrumentation with pre-built node binaries.
Downloads
20
Maintainers
Readme
guitar
Instrumentation with pre-built node binaries.
Install
npm i -S guitar
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');