We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59569c1 + 28e8d92 commit 7be19d3Copy full SHA for 7be19d3
cli/lib/tsd-jsdoc/publish.js
@@ -392,7 +392,7 @@ function writeInterfaceBody(element) {
392
if (element.tsType)
393
writeln(element.tsType.replace(/\r?\n|\r/g, "\n"));
394
else if (element.properties && element.properties.length)
395
- element.properties.forEach(writeProperty);
+ element.properties.forEach((property) => writeProperty(property));
396
--indent;
397
write("}");
398
}
0 commit comments