Searched refs:CATCH_ALL (Results 1 – 2 of 2) sorted by relevance
3 CATCH_ALL,23 describe(`${CATCH_ALL}`, () => {26 const matches = [...'/test/[...param1]/[param2]/[param3]'.matchAll(CATCH_ALL)];
14 export const CATCH_ALL = /\[\.\.\..+?\]/g; constant203 .replaceAll(CATCH_ALL, '${CatchAllRoutePart<T>}')