We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7124b1f + e799ce6 commit 5ccf4f6Copy full SHA for 5ccf4f6
packages/unplugin-typia/src/bun.ts
@@ -11,7 +11,7 @@ import { resolveOptions, unplugin } from './api.js';
11
import { type Options, type ResolvedOptions, defaultOptions } from './core/options.js';
12
import { isBun } from './core/utils.js';
13
14
-if (isBun()) {
+if (!isBun()) {
15
throw new Error('You must use this plugin with bun');
16
}
17
0 commit comments