@beyond-js/bundles-sdk
Version:
BeyondJS Bundles SDK
24 lines (19 loc) • 501 B
JavaScript
/**
* The registry is created in lib/engine/process/core/index.js,
* and exposed globally in lib/engine/process/core/global/index.js
*/
module.exports = new (class {
get bundles() {
return this.
}
get processors() {
return this.
}
create(config) {
if (this.
this.
this.
}
})();