Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ImportCompareFunction

Callable

  • ImportCompareFunction(importA: Import, importB: Import): number
  • Compare function. Takes two Import objects and compares them. The return value 0 may also be that the compare function can't decide.

    Parameters

    Returns number

    (<0) => A < B | (0) => A = B | (>0) => A > B

Generated using TypeDoc