2026-05-31 13:54:31 +02:00

2 lines
68 B
JavaScript

export const isFunction = (value) => (typeof value === "function");