import * as G from "flurp/guard";G.isFunction(x => x + 1); // trueG.isFunction("x => x + 1"); // false
Example