UNPKG

fannypack-v5

Version:

An accessible, composable, and friendly React UI Kit

2 lines (1 loc) 84 B
export const isFunction = (obj: any): obj is Function => typeof obj === 'function';