Clémentine
init
7c5b7bd
raw
history blame
No virus
101 Bytes
export declare class JsonPackValue<T = Uint8Array> {
readonly val: T;
constructor(val: T);
}