Vehicle
Land Vehicle
Car
Ferrari
Engine
Ferrari
Tire
Mirror
Break
Seat
Vehicle
Land Vehicle
Engine
Amphicar
Tire
Mirror
Break
Seat
skrew propeller
rudder
(by Eric Elliott)
$ npm install stampit
var stampit = require('stampit');
var myStamp =
stampit()
.props()
.refs()
.init()
.methods()
.static()
stampit()
.refs()
.props()
.init()
.methods()
.static()
Add instance safe,
deeply merged properties to
the objects created from the stamp
stampit()
.refs()
.props()
.init()
.methods()
.static()
Add properties which are passed
by reference to the objects
created from the stamp
stampit()
.refs()
.props()
.init()
.methods()
.static()
Add private data
and privileged methods to
the objects created from the stamp
stampit()
.refs()
.props()
.init()
.methods()
.static()
Add public methods to
the objects created from the stamp
stampit()
.refs()
.props()
.init()
.methods()
.static()
Add methods to the stamp,
but not to the objects
created from the stamp