UNPKG

ketcher-core

Version:
4 lines (3 loc) 200 B
import type { Struct } from "../../../entities/struct"; import type { KetFileNode } from '../../serializers.types'; export declare function prepareStructForKet(struct: Struct): KetFileNode<any>[];