polyn is a collection of Node and browser compatible JavaScript utilities that focus on polymorphism
npm install polyn> This package is deprecated. It has been refactored into new libraries, which you should use instead: @polyn/blueprint, and @polyn/immutable
polyn is a collection of Node and browser compatible JavaScript utilities that focus on polymorphism.
```
npm install --save polyn
Then you can require it like so:
`JavaScript`
var polyn = require('polyn');
folder, or:`
bower install --save polyn
`Then add a script tag:
`html
`Then it will be available on the window:
`JavaScript
window.polyn;
``* Validate or require properties
* Validate or require arguments
Read more about Blueprints on the wiki.
> im•mu•ta•ble (ĭ-myo͞oˈtə-bəl), adj.
> Not subject or susceptible to change.
Read more about Immutables on the wiki.