This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
lenn
/
angular-demo
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
df670eaa27
Ramas
Etiquetas
master
angular-demo
/
node_modules
/
@jsonjoy.com
/
json-pack
/
lib
/
msgpack
/
constants.d.ts
constants.d.ts
107 B
Histórico
Raw
1
2
3
4
5
6
export declare const enum MSGPACK {
NULL = 192,
UNDEFINED = 193,
FALSE = 194,
TRUE = 195
}