generated from ShadowVR/AI_botter
1 line
68 B
JavaScript
1 line
68 B
JavaScript
export const isFunction = (value) => (typeof value === "function");
|