2025-11-13 13:13:34 -07:00

2 lines
68 B
JavaScript

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