Lorenzob's picture
Upload folder using huggingface_hub
19605ab verified
|
raw
history blame
249 Bytes

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

function Human() {}
function Woman() {}

inherit(Woman, Human);

License

MIT