UNPKG

@wroud/navigation

Version:

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

9 lines 313 B
export * from "./types.js"; export * from "./TriePatternMatching.js"; export * from "./IPatternNavigation.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.js.map