UNPKG

@typescript-eslint/eslint-plugin

Version:
9 lines 368 B
import type { TSESLint } from '@typescript-eslint/utils'; export type Options = [ { checkNever: boolean; } ]; declare const _default: TSESLint.RuleModule<"meaninglessVoidOperator" | "removeVoid", Options, import("../../rules").ESLintPluginDocs, TSESLint.RuleListener>; export default _default; //# sourceMappingURL=no-meaningless-void-operator.d.ts.map