This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
lovecoding
/
Vip4.0W
Beobachten
10
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
c04a112d75
Branches
Tags
main
Vip4.0W
/
16.webpack
/
node_modules
/
@jsonjoy.com
/
json-pack
/
lib
/
JsonPackValue.d.ts
JsonPackValue.d.ts
101 B
Verlauf
Originalformat
1
2
3
4
export declare class JsonPackValue<T = Uint8Array> {
readonly val: T;
constructor(val: T);
}