UNPKG

@thi.ng/checks

Version:
5 lines (4 loc) 155 B
const isNotStringAndIterable = (x) => x != null && typeof x !== "string" && typeof x[Symbol.iterator] === "function"; export { isNotStringAndIterable };