KC's Workspace
    Preparing search index...
    interface EmittedPrebuiltChunk {
        code: string;
        exports?: string[];
        fileName: string;
        map?: SourceMap;
        sourcemapFileName?: string;
        type: "prebuilt-chunk";
    }
    Index

    Properties

    code: string
    exports?: string[]
    fileName: string
    map?: SourceMap
    sourcemapFileName?: string
    type: "prebuilt-chunk"