wishthis/node_modules/undertaker/lib/get-task.js
2022-01-21 09:28:41 +01:00

7 lines
96 B
JavaScript

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