KC's Workspace
    Preparing search index...
    interface EmittedChunk {
        fileName?: string;
        id: string;
        importer?: string;
        name?: string;
        preserveSignature?: false | "strict" | "allow-extension" | "exports-only";
        type: "chunk";
    }
    Index

    Properties

    fileName?: string
    id: string
    importer?: string
    name?: string
    preserveSignature?: false | "strict" | "allow-extension" | "exports-only"
    type: "chunk"