0.0.1 • Published 11 years ago

mikebase v0.0.1

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

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