Files
2026-03-12 12:47:56 +08:00

2 lines
68 B
JavaScript

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