This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
sark
/
new-templane
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
a5f02cf26f
Branche
Tagy
main
new-templane
/
node_modules
/
undertaker
/
lib
/
get-task.js
get-task.js
96 B
História
Raw
1
2
3
4
5
6
7
'use strict';
function get(name) {
return this._registry.get(name);
}
module.exports = get;