UNPKG

@storm-stack/types

Version:

⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.

4 lines (3 loc) 135 B
export const stringToUint8Array = (text) => Uint8Array.from( [...encodeURIComponent(text)].map((letter) => letter.codePointAt(0)) );