@traversable/schema
    Preparing search index...
    Options: toType.Options & {
        functionName?: string;
        stripTypes?: boolean;
        useGlobalThis?: boolean;
    }

    Type declaration

    • OptionalfunctionName?: string

      Configure the name of the generated deepClone function

      "deepClone"
      
    • OptionalstripTypes?: boolean

      Whether to remove TypeScript type annotations from the generated output

      false
      
    • OptionaluseGlobalThis?: boolean

      Whether to access global identifiers like Date from the globalThis namespace

      false