Compare function. Takes two Import objects and compares them. The return value 0 may also be that the compare function can't decide.
Import A
Import B
(<0) => A < B | (0) => A = B | (>0) => A > B
Generated using TypeDoc
Compare function. Takes two Import objects and compares them. The return value 0 may also be that the compare function can't decide.