We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NullProtoObj
1 parent 8e1e46e commit 4cf5502Copy full SHA for 4cf5502
src/index.ts
@@ -7,3 +7,5 @@ export { findRoute } from "./operations/find.ts";
7
export { removeRoute } from "./operations/remove.ts";
8
export { findAllRoutes } from "./operations/find-all.ts";
9
export { routeToRegExp } from "./regexp.ts";
10
+
11
+export { NullProtoObj } from "./_utils.ts";
0 commit comments