This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
lovecoding
/
w1020
Suivre
10
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
babd1cffb6
Branches
Tags
master
w1020
/
22.webpack
/
node_modules
/
@jsonjoy.com
/
json-pack
/
lib
/
JsonPackValue.d.ts
JsonPackValue.d.ts
101 B
Historique
Raw
1
2
3
4
export declare class JsonPackValue<T = Uint8Array> {
readonly val: T;
constructor(val: T);
}