Files
2026-03-27 11:54:23 +08:00

2 lines
68 B
JavaScript

export const fromUtf8 = (input) => new TextEncoder().encode(input);