This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
waibao
/
NN2024071001
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
e034836318
Ramas
Etiquetas
master
NN2024071001
/
addons
/
admin
/
node_modules
/
es5-ext
/
test
/
function
/
noop.js
noop.js
88 B
Histórico
Raw
1
2
3
"use strict";
module.exports = function (t, a) { a(typeof t(1, 2, 3), "undefined"); };