Files
memecoin-botV2/.pnpm-store/v10/files/51/7dd0168cdae2bb6eb86794cb67a8098f1f908464e7323ef9b1d87381c92ee1b89bf4955d4e571db489365797fa01e9f7b826b2e0998b72f1f1a4f519718692

15 lines
538 B
Plaintext

import type { TypeOrValueSpecifier } from '../util';
export type MessageIds = 'object' | 'undef';
export type Options = [
{
allow?: TypeOrValueSpecifier[];
allowRethrowing?: boolean;
allowThrowingAny?: boolean;
allowThrowingUnknown?: boolean;
}
];
declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, Options, import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
name: string;
};
export default _default;