UNPKG

@thi.ng/checks

Version:
2 lines (1 loc) 87 B
export const implementsFunction = (x, fn) => x != null && typeof x[fn] === "function";