From 99858d0cce7e2efd43ea966c1668151a279806a4 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 23 Jul 2023 12:24:16 +0800 Subject: Create app.ts --- docs/components/app.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/components/app.ts (limited to 'docs') 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; -- cgit v1.2.3-70-g09d2