Files
memecoin-botV2/.pnpm-store/v10/files/5f/b3a2dc536117336ebbd27c35e380ab3e9d38594ed4e6fc8fba73f3c1de5c457ef3fa2773b87ba9a76a620d9cc088a7903e9e61c731ba0d3ac085ed3a5e3336

18 lines
725 B
Plaintext

export type Options = [
{
allowConciseArrowFunctionExpressionsStartingWithVoid?: boolean;
allowDirectConstAssertionInArrowFunctions?: boolean;
allowedNames?: string[];
allowExpressions?: boolean;
allowFunctionsWithoutTypeParameters?: boolean;
allowHigherOrderFunctions?: boolean;
allowIIFEs?: boolean;
allowTypedFunctionExpressions?: boolean;
}
];
export type MessageIds = 'missingReturnType';
declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"missingReturnType", Options, import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
name: string;
};
export default _default;