UNPKG
miew
Version:
latest (0.11.0)
preview (0.11.0-1)
stable (0.9.0)
0.11.0
0.11.0-1
0.11.0-0
0.10.1
0.10.0
0.9.0
0.8.7
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.24
0.7.23
0.7.22
0.7.21
0.7.19
0.7.18
0.7.17
0.7.16
0.7.15
0.7.14
0.7.13
0.7.12
0.7.11
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
Miew - 3D Molecular Viewer
github.com/epam/miew
epam/miew
miew
/
types
/
Miew.d.ts
11 lines
(9 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
class
Miew
{
constructor
(
options
?:
any
);
init
():
boolean
;
run
():
void
;
load
(
source
:
string
|
File
,
opts
:
object
):
Promise
<
string
|
null
>;
setOptions
(
opts
:
string
|
object
):
void
;
exportCML
():
string
|
null
; }
export
default
Miew
;