Type Alias RDKitLoader

RDKitLoader: ((options?: RDKitLoaderOptions) => Promise<RDKitModule>)

Loads the RDKit module asynchronously. In order to use the RDKit module, calling this function is necessary.