hexo/node_modules/formdata-node/lib/esm/isFunction.js

2 lines
68 B
JavaScript

export const isFunction = (value) => (typeof value === "function");