UNPKG
lbx-invoice
Version:
latest (7.0.1)
7.0.1
7.0.0
2.0.3
2.0.2
2.0.1
2.0.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Provides functionality around generating invoices.
lbx-invoice
/
dist
/
functions
/
date-to-102.function.d.ts
7 lines
(6 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Formats the given date as YYYYMMDD. *
@param
value
- The date to format. *
@returns
The formatted date. */
export
declare
function
dateTo102
(
value
:
Date
):
string
;