UNPKG

web-audio-test-api

Version:
15 lines (12 loc) 326 B
"use strict"; 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; }