2025-06-16 17:24:23 +08:00

8 lines
96 B
JavaScript

'use strict';
function get(name) {
return this._registry.get(name);
}
module.exports = get;