UNPKG

lasso

Version:

Lasso.js is a build tool and runtime library for building and bundling all of the resources needed by a web application

11 lines (9 loc) 226 B
class LassoPrebuild { constructor ({ name, slots, assets, flags }) { this.slots = slots; this.assets = assets; this.name = name; this.flags = flags; } } module.exports = LassoPrebuild;