Type Alias RDKitLoaderOptions

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

Type declaration

  • OptionallocateFile?: (() => string)

    Optional path to the RDKit module .wasm file on your server.

      • (): string
      • Returns string