@traversable/schema
    Preparing search index...

    Variable seedToInvalidDataConst

    seedToInvalidData: (
        ...a: [seed: Seed.Seed.F<unknown>, options?: Options<never>],
    ) => unknown = ...

    Given a seed, generates an single example of invalid data.

    Invalid in this context means that it will never satisfy the ArkType schema that the seed produces.

    To convert a seed to a ArkType schema, use arkTest.seedToSchema.

    To convert a seed to a single example of valid data, use arkTest.seedToValidData.

    Type declaration

      • (...a: [seed: Seed.Seed.F<unknown>, options?: Options<never>]): unknown
      • Parameters

        • ...a: [seed: Seed.Seed.F<unknown>, options?: Options<never>]

        Returns unknown