Coves frontend - a photon fork
at main 3 lines 62 B view raw
1export function match(param) { 2 return /^\d+$/.test(param) 3}