mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-01-13 11:36:22 +00:00
8 lines
96 B
JavaScript
8 lines
96 B
JavaScript
'use strict';
|
|
|
|
function get(name) {
|
|
return this._registry.get(name);
|
|
}
|
|
|
|
module.exports = get;
|