Refactor
This commit is contained in:
parent
f44dc2dd05
commit
bce8c5a315
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
export default (token: string) => token.startsWith('0');
|
||||
export default (token: string) => token.length === 16;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue