Files

2 lines
73 B
JavaScript

export const toUtf8 = (input) => new TextDecoder("utf-8").decode(input);