UNPKG

weaviate-client

Version:
8 lines (7 loc) 242 B
import { DbVersionSupport } from './dbVersion.js'; export declare class BeaconPath { private dbVersionSupport; private beaconRegExp; constructor(dbVersionSupport: DbVersionSupport); rebuild(beacon: string): Promise<string>; }