diff options
Diffstat (limited to 'cli/bench/testdata/npm/hono/dist/router/trie-router/index.js')
-rw-r--r-- | cli/bench/testdata/npm/hono/dist/router/trie-router/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/bench/testdata/npm/hono/dist/router/trie-router/index.js b/cli/bench/testdata/npm/hono/dist/router/trie-router/index.js new file mode 100644 index 000000000..7e966aa09 --- /dev/null +++ b/cli/bench/testdata/npm/hono/dist/router/trie-router/index.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.TrieRouter = void 0; +var router_1 = require("./router"); +Object.defineProperty(exports, "TrieRouter", { enumerable: true, get: function () { return router_1.TrieRouter; } }); |