UNPKG

ketcher-core

Version:
3 lines (2 loc) 166 B
import { Bond, Struct } from "../../../domain/entities"; export declare function getStereoAtomsMap(struct: Struct, bonds: Array<Bond>, bond?: Bond): Map<any, any>;