We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_fn
1 parent 9996fc1 commit 587d44fCopy full SHA for 587d44f
src/fn.fnk
@@ -0,0 +1,4 @@
1
+{get_type} = import '@fink/js-interop/reflect.fnk'
2
+
3
4
+is_fn = fn obj: 'function' == get_type obj
0 commit comments