This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
sark
/
new-templane
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
00f9c905dc
Atzari
Tagi
main
new-templane
/
node_modules
/
undertaker
/
lib
/
get-task.js
get-task.js
96 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
'use strict';
function get(name) {
return this._registry.get(name);
}
module.exports = get;