mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-15 08:55:04 +01:00
printing!!!
This commit is contained in:
parent
27a4ecc46b
commit
761f78de0b
6 changed files with 165 additions and 26 deletions
3
src/utils.ts
Normal file
3
src/utils.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export function encodeUtf8(s: string): Uint8Array {
|
||||
return new TextEncoder().encode(s);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue