zeed
    Preparing search index...

    Function getFingerprintAsync

    • Retrieves the fingerprint of a file asynchronously. The fingerprint is a string representation of the file's path, modification time, and size.

      Parameters

      • path: string

        The path of the file.

      Returns Promise<string | undefined>

      A promise that resolves to the fingerprint string, or undefined if the file does not exist.