UNPKG

@wroud/navigation

Version:

A flexible, pattern-matching navigation system for JavaScript applications with built-in routing, browser integration, and navigation state management

8 lines 274 B
export * from "./types.js"; export * from "./TriePatternMatching.js"; export * from "../IRouteMatcher.js"; export * from "./TrieNode.js"; export * from "./matcher.js"; export * from "./path-utils.js"; export * from "./parameter-utils.js"; //# sourceMappingURL=index.d.ts.map