|
|
hai 3 meses | |
|---|---|---|
| .. | ||
| dist | hai 3 meses | |
| CHANGELOG.md | hai 3 meses | |
| LICENSE | hai 3 meses | |
| README.md | hai 3 meses | |
| package.json | hai 3 meses | |
A inherits@2 fork that is safe per default to use in browsers.
import inherits from 'inherits-browser';
function Parent() {}
function Child() {
Parent.call(this);
}
inherits(Child, Parent);
package.json#browser; always be browser compatibleISC