1.1.0 • Published 6 years ago

oktopost-classy v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Classy

Implements some basic OO principals into javascript.

NPM Version Build Status Coverage Status

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');