UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

7 lines 255 B
export function getTransactionDebitDate(transaction) { return (transaction.debit_date_override || transaction.debit_timestamp || transaction.debit_date || transaction.event_date); } //# sourceMappingURL=debit-date.helper.js.map