UNPKG

xsmiles

Version:

XSMILES is a JavaScript tool to visualize atom and non-atom attributions and SMILES strings through interactive coordinated visualizations.

7 lines 151 B
export declare class Queue<T> { q: T[]; push(val: T): void; pop(): T | undefined; toArray(): T[]; } //# sourceMappingURL=queue.d.ts.map