Implements some basic OO principals into javascript.
- bower
bower install oktopost-classy
- npm
npm install oktopost-classy --save
// In browser
var Classy = window.Classy;
// In node
const Classy = require('oktopost-classy');| Name | Name | Last commit date | ||
|---|---|---|---|---|
Implements some basic OO principals into javascript.
bower install oktopost-classynpm install oktopost-classy --save// In browser
var Classy = window.Classy;
// In node
const Classy = require('oktopost-classy');