UNPKG

moleculer

Version:

Fast & powerful microservices framework for Node.JS

12 lines (8 loc) 197 B
/* * moleculer * Copyright (c) 2023 MoleculerJS (https://github.com/moleculerjs/moleculer) * MIT Licensed */ "use strict"; const Registry = require("./registry"); module.exports = Registry;