sjufan84's picture
updated UI
77731d1
raw
history blame
68 Bytes
export const isFunction = (value) => (typeof value === "function");