Files
memecoin-botV2/.pnpm-store/v10/files/91/3bf482450a9f43e25bb16ce4def917aa3c02ba020b97de57f7f31c6c65fe57bbc109a39dc074c0623cecca139d20f4224d50e965dc5ae53cf6de7a0dad187d

6 lines
246 B
Plaintext

type DecodeOptions = Parameters<TextDecoder["decode"]>[1];
export declare class Wtf8Decoder extends TextDecoder {
decode(input?: NodeJS.AllowSharedBufferSource, options?: DecodeOptions): string;
}
export {};
//# sourceMappingURL=wtf8.d.ts.map