1.0.3 • Published 9 years ago

bloody-strip-invariant v1.0.3

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

strip-invariant

Build Status

install

$ npm install bloody-strip-invariant

what it does

for production use, you don't need invariant to have formatted messages.

invariant(
  value != null,
  "expected a value, got %s",
  value
)

will be transformed into

invariant(value != null)

usage

$ babel --plugins bloody-strip-invariant source.js

license

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago