We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nth-check
1 parent 23b4cc4 commit 12d4347Copy full SHA for 12d4347
lib/parse.js
@@ -13,7 +13,7 @@ import {zwitch} from 'zwitch'
13
14
/** @type {import('nth-check').default} */
15
// @ts-expect-error
16
-const nthCheck = fauxEsmNthCheck.default
+const nthCheck = fauxEsmNthCheck.default || fauxEsmNthCheck
17
18
const nth = new Set([
19
'nth-child',
0 commit comments