initial commit
This commit is contained in:
1
node_modules/@headlessui/react/dist/utils/match.js
generated
vendored
Normal file
1
node_modules/@headlessui/react/dist/utils/match.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
function u(r,n,...a){if(r in n){let e=n[r];return typeof e=="function"?e(...a):e}let t=new Error(`Tried to handle "${r}" but there is no handler defined. Only defined handlers are: ${Object.keys(n).map(e=>`"${e}"`).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,u),t}export{u as match};
|
||||
Reference in New Issue
Block a user