Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace normalize

Callable

  • normalize(data: Input, warn?: WarnFn, strict?: undefined | false | true): void
  • normalize(data: Input, strict?: undefined | false | true): void
  • Parameters

    • data: Input
    • Optional warn: WarnFn
    • Optional strict: undefined | false | true

    Returns void

  • Parameters

    • data: Input
    • Optional strict: undefined | false | true

    Returns void

Index

Interfaces

Type aliases

Type aliases

WarnFn

WarnFn: (msg: string) => void

Type declaration

    • (msg: string): void
    • Parameters

      • msg: string

      Returns void