Skip to content

Commit

Permalink
chore(typing/index): mark not for browser
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsd-harry committed May 31, 2024
1 parent 6dee8ba commit 3308e1e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import type {Ranges} from '../lib/ranges';
import type {Config, LintError} from '../base';
import type {
LintError,

/* NOT FOR BROWSER */

Config,
} from '../base';
import type {AstNodes} from '../lib/node';

declare global {
Expand Down

0 comments on commit 3308e1e

Please sign in to comment.