UNPKG

@umutyaldiz/hopejs

Version:
10 lines 240 B
export default class LazyLoad { constructor() { this.options = null; this.lazy = null; } Init(options) { this.options = options; this.lazy = new this.options.plugin(this.options); } }