0.0.16 • Published 6 years ago

oups v0.0.16

Weekly downloads
9
License
MIT
Repository
github
Last release
6 years ago

oups

Throw error with ES6 Template Strings.

throw new Error("Your ${es6} Template String", { es6: "ES6"});

NPM Build Status Coverage Status NPM Download Dependencies Status

Installation

npm install oups --save

Test

To run our tests, clone the oups repo and install the dependencies.

$ git clone https://github.com/BenoitClaveau/oups --depth 1
$ cd oups
$ npm install
$ npm test