Browse Source

README: add warning for #29

master
Daniel Cousens 8 years ago
committed by GitHub
parent
commit
0aa8216c65
  1. 2
      README.md

2
README.md

@ -83,6 +83,8 @@ typeforce({
// TypeError: Unexpected property 'y' of type Number
```
WARNING: Be wary of using `quacksLike` types which inherently rely on the `MyType.name` property, if that property is mangled by say `uglifyjs` you will have a bad time.
## License
This library is free and open-source software released under the MIT license.

Loading…
Cancel
Save