Sha256: 0b5f26d198fe8ed2e8dcc93f0160c4d88d28d15fd488d3824e2c4f73c980a654
Contents?: true
Size: 249 Bytes
Versions: 92
Compression:
Stored size: 249 Bytes
Contents
# inherit Prototype inheritance utility. ## Installation ``` $ component install component/inherit ``` ## Example ```js var inherit = require('inherit'); function Human() {} function Woman() {} inherit(Woman, Human); ``` ## License MIT
Version data entries
92 entries across 92 versions & 4 rubygems