UNPKG

@aut-labs/sdk

Version:

The TS/JS SDK package aims to make it easy for frontends/backends to integrate with Aut Smart Contracts

3 lines (2 loc) 136 B
export declare const isBase64: (str: string) => boolean; export declare function base64toFile(dataurl: string, filename: string): File;