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.
1 parent b0e4641 commit 2d33390Copy full SHA for 2d33390
document.js
@@ -9,6 +9,7 @@ const template = name =>
9
`
10
# ${name}
11
12
+<!-- TODO-START
13
TODO: Fill short description here.
14
15
## Type signature
@@ -30,6 +31,7 @@ ${name}(); // ⇒ TODO
30
31
## Questions
32
33
TODO: List questions that may this function answers.
34
+TODO-END -->
35
`.trimLeft();
36
37
const [ignoredFiles, ignoredDirectories] = ignored;
0 commit comments