Type alias RDKitLoaderOptions

RDKitLoaderOptions: {
    locateFile?: (() => string);
}

Type declaration

  • Optional locateFile?: (() => string)
      • (): string
      • Optional path to the RDKit module .wasm file on your server.

        Returns string

Generated using TypeDoc