UNPKG

playable

Version:

Video player based on HTML5Video

10 lines 328 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Lifetime; (function (Lifetime) { Lifetime["SINGLETON"] = "singleton"; Lifetime["TRANSIENT"] = "transient"; Lifetime["SCOPED"] = "scoped"; })(Lifetime || (Lifetime = {})); exports.default = Lifetime; //# sourceMappingURL=Lifetime.js.map