UNPKG

playable

Version:

Video player based on HTML5Video

8 lines (6 loc) 119 B
enum Lifetime { SINGLETON = 'singleton', TRANSIENT = 'transient', SCOPED = 'scoped', } export default Lifetime;