Xivgear Types Documentation
    Preparing search index...
    interface BisService {
        getBisIndex(): Promise<DirNode>;
        getBisIndexAt(path: string[]): Promise<AnyNode | BisIndexError>;
        getBisIndexUrl(): URL;
        getBisSheet(path: string[]): Promise<string>;
        getBisSheetFetchUrl(path: string[]): URL;
    }

    Implemented by

    Index

    Methods

    • Parameters

      • path: string[]

      Returns Promise<string>