UNPKG

@thi.ng/checks

Version:
5 lines (4 loc) 113 B
const implementsFunction = (x, fn) => x != null && typeof x[fn] === "function"; export { implementsFunction };