2026-01-22 21:21:56 +05:30

2 lines
68 B
JavaScript

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