realty-investor-timeline

@cubedelement.com/realty-investor-timeline


@cubedelement.com/realty-investor-timeline / utils/data-compare-date / default

Function: default()

default(dateA, dateB): number

Defined in: utils/data-compare-date.ts:7

used to determine which is before, a or b. If a, then you’ll get -1, if b then 1. Finally, if everything is the same, then 0.

Parameters

dateA

Date

dateB

Date

Returns

number