@traversable/schema
    Preparing search index...
    type Options = {
        functionName?: string;
        stripTypes?: boolean;
    }
    Index

    Properties

    functionName?: string

    Configure the name of the generated check function

    "check"
    
    stripTypes?: boolean

    Whether to remove TypeScript type annotations from the generated output

    false