forked from sombochea/verdaccio-ui
chore: added typings (#157)
This commit is contained in:
committed by
Priscila Oliveira
parent
f84fd79c5b
commit
61a400fbd8
@@ -9,7 +9,7 @@ interface PayloadInterface {
|
||||
exp: number;
|
||||
}
|
||||
|
||||
export function isTokenExpire(token?: string): boolean {
|
||||
export function isTokenExpire(token: string | null): boolean {
|
||||
if (!isString(token)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user