1
0
forked from Rowland/EG
EG/Cesium-1.132/node_modules/undertaker/lib/get-task.js
2025-08-25 17:48:13 +08:00

8 lines
96 B
JavaScript

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