String literal helper type. Represents the Leftest part of a Route path.
The Route path string type.
Left of 'nested/route/path':
'nested/route/path'
import { type Router } from '@sgrud/shell';const left: Router.Left<'nested/route/path'>; // 'nested' Copy
import { type Router } from '@sgrud/shell';const left: Router.Left<'nested/route/path'>; // 'nested'
Generated using TypeDoc
String literal helper type. Represents the Leftest part of a Route path.