@karmaniverous/jeeves
    Preparing search index...

    Interface VersionStamp

    Version stamp extracted from the BEGIN marker.

    interface VersionStamp {
        timestamp: string;
        version: string;
    }
    Index

    Properties

    Properties

    timestamp: string

    ISO timestamp of last write.

    version: string

    Core library version (semver).