aboutsummaryrefslogtreecommitdiffstats
path: root/lib/types.js
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2022-06-02 00:26:49 +0000
committerAleteoryx <alyx@aleteoryx.me>2022-06-02 00:26:49 +0000
commitc1e64bf0ccdaeb1b676f1a53967b0d0448e1ca44 (patch)
tree923762a989184bb6a13054d0ca668c85c53db94e /lib/types.js
parentb1ec23e3579b1528e6e7eb12f5c9f89793b5390e (diff)
downloadRRCUtils-c1e64bf0ccdaeb1b676f1a53967b0d0448e1ca44.tar.gz
RRCUtils-c1e64bf0ccdaeb1b676f1a53967b0d0448e1ca44.tar.bz2
RRCUtils-c1e64bf0ccdaeb1b676f1a53967b0d0448e1ca44.zip
basic PWA things, fixed the searcher again
Diffstat (limited to 'lib/types.js')
-rw-r--r--lib/types.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/types.js b/lib/types.js
new file mode 100644
index 0000000..ed83f12
--- /dev/null
+++ b/lib/types.js
@@ -0,0 +1,4 @@
+//Gods-awful type-checking logic.
+
+//TypeName: string, Params: Array<string>|Object<string>
+function workOutType() \ No newline at end of file