mirror of
https://github.com/wishthis/wishthis.git
synced 2025-12-27 01:08:21 -05:00
8 lines
96 B
JavaScript
8 lines
96 B
JavaScript
'use strict';
|
|
|
|
function get(name) {
|
|
return this._registry.get(name);
|
|
}
|
|
|
|
module.exports = get;
|