UNPKG

@jsonjoy.com/jit-router

Version:
3 lines 153 B
import type { ExactStep, RegexStep, UntilStep } from './steps'; export type Step = ExactStep | UntilStep | RegexStep; //# sourceMappingURL=types.d.ts.map