2 lines
47 B
JavaScript
2 lines
47 B
JavaScript
export default ((token)=>token.length === 16);
|
export default ((token)=>token.length === 16);
|