web-audio-test-api
Version:
Web Audio API test library for CI
15 lines (12 loc) • 326 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = inLaws;
function inLaws(superClass) {
function ctor() {}
ctor.prototype = Object.create(superClass.prototype, {
constructor: { value: ctor, enumerable: false, writable: true, configurable: true }
});
return ctor;
}