molstar
Version:
A comprehensive macromolecular library.
11 lines (10 loc) • 453 B
TypeScript
/**
* Copyright (c) 2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*
* ported from https://github.com/photopea/UZIP.js/blob/master/UZIP.js
* MIT License, Copyright (c) 2018 Photopea
*/
import { RuntimeContext } from '../../mol-task';
export declare function _inflate(runtime: RuntimeContext, data: Uint8Array, buf?: Uint8Array): Promise<Uint8Array>;