We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c6a5a commit a8b6ce1Copy full SHA for a8b6ce1
src/default_theme/index.js
@@ -13,6 +13,7 @@ function isFunction(section) {
13
return (
14
section.kind === 'function' ||
15
(section.kind === 'typedef' &&
16
+ section.type &&
17
section.type.type === 'NameExpression' &&
18
section.type.name === 'Function')
19
);
0 commit comments