oktopost-classy
v1.1.0
Published
Implements some basic OO principals into javascript.
Downloads
10
Readme
Classy
Implements some basic OO principals into javascript.
Table Of Content
Installation
- bower
bower install oktopost-classy
- npm
npm install oktopost-classy --save
Usage
// In browser
var Classy = window.Classy;
// In node
const Classy = require('oktopost-classy');