UNPKG

@r2don/react-naver-map

Version:

## Introduction

3 lines (2 loc) 139 B
import type { AnyFunction } from "../../types"; export declare type IsFunction = <T = any>(value: AnyFunction | T | undefined) => boolean;