UNPKG
@lorenstuff/amazon-selling-partner-api
Version:
latest (4.0.4)
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.0
2.4.3
2.4.2
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.0
A package for interacting with the Amazon Selling Partner API.
@lorenstuff/amazon-selling-partner-api
/
build
/
utilities
/
format-date.d.ts
7 lines
•
163 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Formats a
date
yyyyMMdd
'T'
HHmmss
'Z'
. * * @param
date
*/ export declare
function
formatDate
(date: Date)
:
string
; //# sourceMappingURL=
format
-
date
.d.ts.map