UNPKG

@doc.e.dub/csound-browser

Version:

[![npm (scoped with tag)](https://shields.shivering-isles.com/npm/v/@csound/browser/latest)](https://www.npmjs.com/package/@csound/browser) [![GitHub Workflow Status](https://shields.shivering-isles.com/github/workflow/status/csound/csound/csound_wasm)](h

5 lines (3 loc) 158 B
export const decoder = new TextDecoder("utf-8"); export const encoder = new TextEncoder("utf-8"); export const uint2String = (uint) => decoder.decode(uint);