From c1e64bf0ccdaeb1b676f1a53967b0d0448e1ca44 Mon Sep 17 00:00:00 2001 From: alyx Date: Thu, 2 Jun 2022 00:26:49 +0000 Subject: basic PWA things, fixed the searcher again --- lib/types.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/types.js (limited to 'lib/types.js') 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|Object +function workOutType() \ No newline at end of file -- cgit v1.2.3-54-g00ecf