first commit
This commit is contained in:
5
node_modules/eslint-import-context/lib/index.d.ts
generated
vendored
Normal file
5
node_modules/eslint-import-context/lib/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { ChildContext, RuleContext } from './types.js';
|
||||
export type * from './types.js';
|
||||
export * from './utils.js';
|
||||
export declare const setRuleContext: <T = void>(nextRuleContext: ChildContext | RuleContext, callback: () => T) => T;
|
||||
export declare const useRuleContext: () => ChildContext | RuleContext<string, readonly unknown[]> | undefined;
|
||||
Reference in New Issue
Block a user