UNPKG

254 BJavaScriptView Raw
1"use strict";exports.__esModule=true;exports.isDynamicRoute=isDynamicRoute;// Identify /[param]/ in route string
2const TEST_ROUTE=/\/\[[^/]+?\](?=\/|$)/;function isDynamicRoute(route){return TEST_ROUTE.test(route);}
3//# sourceMappingURL=is-dynamic.js.map
\No newline at end of file