mikebase

0.0.1 • Public • Published

mikebase

Class-free, pure prototypal inheritance that lets you write expressive, well-structured code, without ever touching special prototype properties or new, instanceof operators. All this without losing track of the inheritance tree!

This is a humble fork of the awesome http://github.com/Gozala/selfish !

Install

npm install mikebase

Require

// from NodeJS:
require("mikebase");
// from the browser:
var Base = require("!raw.github.com/mikedeboer/mikebase/master/index").Base;

Documentation

You can find the generated documentation at http://mikedeboer.github.com/mikebase

Readme

Keywords

none

Package Sidebar

Install

npm i mikebase

Weekly Downloads

8

Version

0.0.1

License

none

Last publish

Collaborators

  • mikedeboer