8 lines
96 B
JavaScript
Raw Normal View History

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