export function match(param: string): boolean { return /^\d+$/.test(param); }