diff options
Diffstat (limited to 'docs/components/app.ts')
| -rw-r--r-- | docs/components/app.ts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/components/app.ts b/docs/components/app.ts deleted file mode 100644 index 664c6fc..0000000 --- a/docs/components/app.ts +++ /dev/null @@ -1,12 +0,0 @@ -/** - * 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; |
