We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78a477 commit 7d6749cCopy full SHA for 7d6749c
packages/n4s/src/exports/compose.ts
@@ -1,8 +1,8 @@
1
import invariant from 'invariant';
2
import mapFirst from 'mapFirst';
3
-import { ctx } from 'n4s';
4
5
import type { TComposeResult, TLazyRuleRunners } from 'genEnforceLazy';
+import { ctx } from 'n4s';
6
import { defaultToPassing, TRuleDetailedResult } from 'ruleReturn';
7
import runLazyRule from 'runLazyRule';
8
0 commit comments