UNPKG

react-native-gzip-new-architecture

Version:

Fast gzip to compress strings for android & ios in React Native with New Architecture support

9 lines 267 B
/** * Decompress data encoded as base64 string */ export declare function inflate(base64: string): Promise<string>; /** * Compress data to base64 encoded string */ export declare function deflate(data: string): Promise<string>; //# sourceMappingURL=index.d.ts.map