UNPKG

jsmodern

Version:

An extension to existing JavaScript, influenced by other great languages such as Rust, Dart, Java, Golang, etc.

8 lines 205 B
export const isFunction = { isStatic: true, label: 'isFunction', fn: function functionIsFunction(x) { return 'function' === typeof (x); }, }; //# sourceMappingURL=is-function.js.map