Documentation
    Preparing search index...

    Interface ManifestPersistence

    Manifest persistence — runtime calls these to save/load manifest cache. Implementor decides storage backend.

    interface ManifestPersistence {
        load(): string | null;
        persist(data: string): void;
    }
    Index

    Methods

    Methods