UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

4 lines (3 loc) 217 B
export declare const hexToUint8Array: (hexString: string) => Uint8Array; export declare const hexToArrayBuffer: (hexString: string) => ArrayBufferLike; export declare const hexToBase64: (hexString: string) => string;