We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The included index.ds.ts file is not usable to use it directly in typescript projects
following content will work
export function encode(buffer: ArrayBuffer): string; export function decode(str: string): ArrayBuffer;