• Preparing search index...
  • The search index is not available
Documentation
  • Documentation
  • @sequelize/validator.js
  • IsNumeric

Function IsNumeric

  • IsNumeric(): PropertyOrGetterDescriptor

    Returns PropertyOrGetterDescriptor

    • Defined in packages/validator-js/src/index.ts:58
  • IsNumeric(
        options: undefined | boolean | { msg: string },
    ): PropertyOrGetterDescriptor

    Parameters

    • options: undefined | boolean | { msg: string }

    Returns PropertyOrGetterDescriptor

    • Defined in packages/validator-js/src/index.ts:58
  • IsNumeric(
        target: Object,
        propertyName: string | symbol,
        propertyDescriptor?: PropertyDescriptor,
    ): void

    Parameters

    • target: Object
    • propertyName: string | symbol
    • OptionalpropertyDescriptor: PropertyDescriptor

    Returns void

    • Defined in packages/validator-js/src/index.ts:58

Settings

Member Visibility
Documentation
  • Loading...

Generated using TypeDoc