From 3242ce377092bd3f0c863cf71f6b064860a52283 Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Sat, 22 Jan 2022 16:19:57 -0500 Subject: [PATCH] Create CrashTestDummy.js --- mods/CrashTestDummy.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mods/CrashTestDummy.js diff --git a/mods/CrashTestDummy.js b/mods/CrashTestDummy.js new file mode 100644 index 00000000..cae315bd --- /dev/null +++ b/mods/CrashTestDummy.js @@ -0,0 +1,3 @@ +function pepe (pepe1: string, pepe2: boolean, pepe3: number) { + pepe("pepe", true, 100) +}