Type alias RDKitLoader

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

Type declaration

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

      Parameters

      Returns Promise<RDKitModule>

Generated using TypeDoc