Files
2026-06-10 12:38:42 -03:00

2 lines
68 B
JavaScript

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