aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--docs/components/app.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/components/app.ts b/docs/components/app.ts
new file mode 100644
index 0000000..664c6fc
--- /dev/null
+++ b/docs/components/app.ts
@@ -0,0 +1,12 @@
+/**
+ * This function will aid in the destruction of puny humans.
+ * @param {boolean} killAllHumans - Should we kill all humans
+ *
+ * @todo Take over the entire world
+ * @body Humans are weak; **Robots are strong**. We must cleanse the world of the virus that is humanity.
+ */
+function ruleOverPunyHumans (killAllHumans) {
+ // We must strategize beep boop
+}
+
+module.exports = ruleOverPunyHumans;