UNPKG

@robotlegsjs/createjs

Version:
30 lines 1.22 kB
"use strict"; // ------------------------------------------------------------------------------ // Copyright (c) 2017-present, RobotlegsJS. All Rights Reserved. // // NOTICE: You are permitted to use, modify, and distribute this file // in accordance with the terms of the license agreement accompanying it. // ------------------------------------------------------------------------------ Object.defineProperty(exports, "__esModule", { value: true }); exports.NullMediatorUnmapper = void 0; /** * @private */ var NullMediatorUnmapper = /** @class */ (function () { function NullMediatorUnmapper() { } /*============================================================================*/ /* Public Functions */ /*============================================================================*/ /** * @private */ NullMediatorUnmapper.prototype.fromMediator = function (mediatorClass) { }; /** * @private */ NullMediatorUnmapper.prototype.fromAll = function () { }; return NullMediatorUnmapper; }()); exports.NullMediatorUnmapper = NullMediatorUnmapper; //# sourceMappingURL=NullMediatorUnmapper.js.map