wesl
    Preparing search index...

    Interface ImportItem

    A renamed item at the end of an import statement. cat as neko

    interface ImportItem {
        as?: string;
        kind: "import-item";
        name: string;
    }
    Index

    Properties

    Properties

    as?: string
    kind: "import-item"
    name: string