|
|
3 달 전 | |
|---|---|---|
| .. | ||
| dist | 3 달 전 | |
| CHANGELOG.md | 3 달 전 | |
| LICENSE | 3 달 전 | |
| README.md | 3 달 전 | |
| package.json | 3 달 전 | |
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