UNPKG

102 BJavaScriptView Raw
1const implementsFunction = (x, fn) => typeof x?.[fn] === "function";
2export {
3 implementsFunction
4};