UNPKG

camelot-unchained

Version:
20 lines (16 loc) 770 B
/** * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ "use strict"; function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } (function (AudioSettingType) { AudioSettingType[AudioSettingType["RANGE"] = 0] = "RANGE"; AudioSettingType[AudioSettingType["BOOL"] = 1] = "BOOL"; })(exports.AudioSettingType || (exports.AudioSettingType = {})); var AudioSettingType = exports.AudioSettingType; var AudioSetting = function AudioSetting() { _classCallCheck(this, AudioSetting); }; exports.AudioSetting = AudioSetting;