@oazmi/esbuild-types - v0.25.0
    Preparing search index...

    Interface OutputFile

    interface OutputFile {
        path: string;
        contents: Uint8Array;
        hash: string;
        text: string;
    }
    Index

    Properties

    Properties

    path: string
    contents: Uint8Array
    hash: string
    text: string

    "contents" as text (changes automatically with "contents")