1. `hasIntrospection` looks like useless check at the moment: https://github.com/dfilatov/inherit/blob/master/lib/inherit.js#L10 2. Why not to use shims for Object.create, Object.keys, Object.assign (extend), etc. 3. Can we remove or replace comment with obscene lexic? https://github.com/dfilatov/inherit/blob/master/lib/inherit.js#L43 4. https://github.com/dfilatov/inherit/blob/master/lib/inherit.js#L49 — it is the same as Object.keys, right? 5. Why not to use `noOp` as `emptyBase`? They are both empty functions.
hasIntrospectionlooks like useless check at the moment: https://github.com/dfilatov/inherit/blob/master/lib/inherit.js#L10noOpasemptyBase? They are both empty functions.