UNPKG
smppjs
Version:
latest (1.3.2)
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Modern approach to smpp protocol.
github.com/joaogervasoni/smppjs
joaogervasoni/smppjs
smppjs
/
lib
/
helpers
/
dateToRelative.d.ts
3 lines
•
140 B
TypeScript
View Raw
1
2
3
declare
const
dateToRelative
:
(
futureDate
:
Date
|
string
) =>
string
;
export
{ dateToRelative };
//# sourceMappingURL=dateToRelative.d.ts.map