UNPKG

@iktos-oss/rdkit-provider

Version:

exports an initialized RDKit instance, with helper functions

3 lines (2 loc) 148 B
import { WorkerMessage } from '../actions'; export declare const postWorkerJob: (worker: Worker, message: WorkerMessage) => Promise<WorkerMessage>;