cli-vir - v0.2.0
    Preparing search index...

    Type Alias MapArgValueType

    Mapping of ArgValueType to TypeScript types.

    type MapArgValueType = {
        boolean: boolean;
        number: number;
        string: string;
    }
    Index

    Properties

    Properties

    boolean: boolean
    number: number
    string: string