mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2026-01-22 10:33:50 +01:00
2 lines
68 B
JavaScript
2 lines
68 B
JavaScript
export const isFunction = (value) => (typeof value === "function");
|