has-strict-mode

Does the current JS environment have strict mode? ES5+ should; but let's not assume.

legacy-extends

Helper to extend a class including defining super_ and superConstruct (optional) on the derived class. Compatible with Node.js inherits and handles es6 classes using Reflect API