@shopify/cli-kit
    Preparing search index...

    Type Alias ReadOptions

    ReadOptions: undefined | { flag?: string } | { encoding: string; flag?: string }

    It reads a file and returns its content as a string using the utf-8 encoding.

    Path to the file to read.

    A promise that resolves with the content of the file.