Type alias RDKitLoader

RDKitLoader: (() => Promise<RDKitModule>)

Type declaration

    • (): Promise<RDKitModule>
    • Loads the RDKit module asynchronously. In order to use the RDKit module, calling this function is necessary.

      Returns Promise<RDKitModule>

Generated using TypeDoc