@dallaylaen/ski-interpreter
    Preparing search index...

    Type Alias InputSpec

    type InputSpec = {
        allow?: string;
        fancy?: string;
        lambdas?: boolean;
        name: string;
        numbers?: boolean;
    }
    Index

    Properties

    allow?: string
    fancy?: string
    lambdas?: boolean
    name: string
    numbers?: boolean