molstar
Version:
A comprehensive macromolecular library.
9 lines (8 loc) • 374 B
TypeScript
/**
* Copyright (c) 2018-2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Alexander Rose <alexander.rose@weirdbyte.de>
* @author David Sehnal <david.sehnal@gmail.com>
*/
import { FileHandle } from '../../mol-io/common/file-handle';
export declare function fileHandleFromDescriptor(file: number, name: string): FileHandle;