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;
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;