Variable dirtyCheckDefaultParamsConst

dirtyCheckDefaultParams: {
    comparator: ((head, current) => boolean);
} = ...

Type declaration

  • comparator: ((head, current) => boolean)
      • (head, current): boolean
      • Parameters

        • head: any
        • current: any

        Returns boolean

Generated using TypeDoc