biofriction-wp-theme/node_modules/undertaker/lib/get-task.js

8 lines
96 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
'use strict';
function get(name) {
return this._registry.get(name);
}
module.exports = get;