packages/eslint-plugin-jsdoc-scribe/rules/require-returns
packages/eslint-plugin-jsdoc-scribe/rules/require-returns.js
Variables & Constants(3)
#{
parseComment,
extractReturnsTag,
hasReturnWithValue,
functionBodyNode,
visitFunctionLike,
reportNodeOf,
rebuildFunctionComment,
getSourceCode,
}
line 3const {
parseComment,
extractReturnsTag,
hasReturnWithValue,
functionBodyNode,
visitFunctionLike,
reportNodeOf,
rebuildFunctionComment,
getSourceCode,
}: any
constSignature
const {
parseComment,
extractReturnsTag,
hasReturnWithValue,
functionBodyNode,
visitFunctionLike,
reportNodeOf,
rebuildFunctionComment,
getSourceCode,
}: any