UNPKG

@fink/std-lib

Version:
2 lines 117 B
import { get_type } from "@fink/js-interop/reflect.js"; export const is_fn = value => `function` === get_type(value);