UNPKG

molstar

Version:

A comprehensive macromolecular library.

7 lines (6 loc) 231 B
/** * Copyright (c) 2019 Mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose <alexander.rose@weirdbyte.de> */ export declare function sleep(milliseconds: number): Promise<unknown>;