UNPKG

hummus-recipe

Version:

A powerful PDF tool for NodeJS based on HummusJS

9 lines (6 loc) 273 B
"use strict"; var objToString = Object.prototype.toString , isFunctionStringTag = RegExp.prototype.test.bind(/^[object [A-Za-z0-9]*Function]$/); module.exports = function (value) { return typeof value === "function" && isFunctionStringTag(objToString.call(value)); };