Files
fvtt-hamalron/node_modules/undertaker/lib/get-task.js
T
2025-12-25 23:08:06 +01:00

8 lines
96 B
JavaScript

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