Skip to content

Commit 4cf5502

Browse files
committed
build: export NullProtoObj
1 parent 8e1e46e commit 4cf5502

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ export { findRoute } from "./operations/find.ts";
77
export { removeRoute } from "./operations/remove.ts";
88
export { findAllRoutes } from "./operations/find-all.ts";
99
export { routeToRegExp } from "./regexp.ts";
10+
11+
export { NullProtoObj } from "./_utils.ts";

0 commit comments

Comments
 (0)