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