aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/circuit/index.js
diff options
context:
space:
mode:
authorLibravatar Simon Szustkowski <simonszu@gmail.com>2021-11-24 13:05:44 +0100
committerLibravatar GitHub <noreply@github.com>2021-11-24 17:35:44 +0530
commit02b108d4a6c684034b003b94d0979fee03f6b31a (patch)
treec16b88e18077ceb80588eb1369d672887cf82018 /recipes/circuit/index.js
parentrefactor: Use 'Ferdi.safeParseInt' (diff)
downloadferdium-recipes-02b108d4a6c684034b003b94d0979fee03f6b31a.tar.gz
ferdium-recipes-02b108d4a6c684034b003b94d0979fee03f6b31a.tar.zst
ferdium-recipes-02b108d4a6c684034b003b94d0979fee03f6b31a.zip
Added recipe for Circuit (#771)
Diffstat (limited to 'recipes/circuit/index.js')
-rw-r--r--recipes/circuit/index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/circuit/index.js b/recipes/circuit/index.js
new file mode 100644
index 0000000..e467459
--- /dev/null
+++ b/recipes/circuit/index.js
@@ -0,0 +1,5 @@
1"use strict";
2
3// just pass through Ferdi
4
5module.exports = Ferdi => Ferdi; \ No newline at end of file