6 lines
101 B
Java
6 lines
101 B
Java
// Deprecated
|
|
|
|
"use strict";
|
|
|
|
module.exports = function (obj) { return typeof obj === "function"; };
|