UNPKG

87 BJavaScriptView Raw
1export const implementsFunction = (x, fn) => x != null && typeof x[fn] === "function";