Licence
MIT
Version
0.0.16
Deps
2
Size
12 kB
Vulns
0
Weekly
0
oups
Throw error with ES6 Template Strings.
throw new Error("Your ${es6} Template String", { es6: "ES6"});
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