We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32746d commit 99858d0Copy full SHA for 99858d0
docs/components/app.ts
@@ -0,0 +1,12 @@
1
+/**
2
+ * This function will aid in the destruction of puny humans.
3
+ * @param {boolean} killAllHumans - Should we kill all humans
4
+ *
5
+ * @todo Take over the entire world
6
+ * @body Humans are weak; **Robots are strong**. We must cleanse the world of the virus that is humanity.
7
+ */
8
+function ruleOverPunyHumans (killAllHumans) {
9
+ // We must strategize beep boop
10
+}
11
+
12
+module.exports = ruleOverPunyHumans;
0 commit comments