mirror of https://github.com/sveltejs/svelte
parent
72a1722c7f
commit
09fc9dd51e
@ -0,0 +1,4 @@
|
||||
/** @type {import('@sveltejs/kit').ParamMatcher} */
|
||||
export function match(param) {
|
||||
return !/\.json$$/.test(param);
|
||||
}
|
||||
Loading…
Reference in new issue