This commit is contained in:
nora 2023-07-29 21:32:35 +02:00
parent 761f78de0b
commit 09ae6cbb56
5 changed files with 6 additions and 7 deletions

View file

@ -1,3 +1,3 @@
export function encodeUtf8(s: string): Uint8Array {
return new TextEncoder().encode(s);
}
return new TextEncoder().encode(s);
}