Options
All
  • Public
  • Public/Protected
  • All
Menu

Module FakeUser/entities/logic/validators

Index

Functions

  • validateEmail(email: string): boolean
  • description

    Internal validator that matches the "email" property in the "SingleFakeUser" schema (api/schema.yml).

    Parameters

    • email: string

    Returns boolean

  • validateId(id: string): boolean
  • validateImage(image: string): boolean
  • description

    Internal validator that matches the "image" property in the "SingleFakeUser" schema (api/schema.yml).

    Parameters

    • image: string

    Returns boolean

  • validateName(name: string): boolean
  • description

    Internal validator that matches the "name" property in the "SingleFakeUser" schema (api/schema.yml).

    Parameters

    • name: string

    Returns boolean

Generated using TypeDoc