UNPKG

113 BJavaScriptView Raw
1const implementsFunction = (x, fn) => x != null && typeof x[fn] === "function";
2export {
3 implementsFunction
4};