UNPKG

playable

Version:

Video player based on HTML5Video

7 lines (6 loc) 131 B
declare enum Lifetime { SINGLETON = "singleton", TRANSIENT = "transient", SCOPED = "scoped" } export default Lifetime;