UNPKG
@kalamazoo/profilecard
Version:
latest (1.0.2)
1.0.2
1.0.0
A React component to display a card with user information.
bitbucket.org/atlassian/atlaskit-mk-2
@kalamazoo/profilecard
/
dist
/
cjs
/
internal
/
relative-date.d.ts
4 lines
(3 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
import
{
RelativeDateKeyType
}
from
'../types'
;
export
declare
function
isValidDate
(
date:
Date
, today?:
Date
): boolean;
export
default
function
getRelativeDateKey
(
date?:
Date
|
null
, today?:
Date
):
RelativeDateKeyType
;