UNPKG

ketcher-core

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