UNPKG

@fink/std-lib

Version:
7 lines (5 loc) 142 B
const { get_type } = require("@fink/js-interop/reflect.js"); const is_fn = value => `function` === get_type(value); exports.is_fn = is_fn;