DAFF_TRUNCATE_LEADING_SLASH_REGEX
A regex to truncate the leading slash from a URI,
capturing the truncated in the uri
group.
e.g. /foo/bar/baz.html -> foo/bar/baz.html
import { DAFF_TRUNCATE_LEADING_SLASH_REGEX } from '@daffodil/core/routing'
const DAFF_TRUNCATE_LEADING_SLASH_REGEX: RegExp