1 2 3 4 5
import {is_guid} from "$lib/helpers"; export function match(param: string): boolean { return is_guid(param); }