wesl
    Preparing search index...

    Interface ModuleElem

    an entire file

    interface ModuleElem {
        contents: AbstractElem[];
        end: number;
        kind: "module";
        start: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    contents: AbstractElem[]
    end: number
    kind: "module"
    start: number