This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
sark
/
new-templane
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
a1c915b327
Větve
Značky
main
new-templane
/
node_modules
/
es6-weak-map
/
test
/
implement.js
implement.js
85 B
Historie
Surový
1
2
3
4
5
"use strict";
module.exports = function (t, a) {
a(typeof WeakMap, "function");
};