UNPKG

@zxh19890103/wik

Version:

The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.

7 lines (6 loc) 242 B
export declare const isClass: (c: any) => boolean; /** * check if c is a traditional function, which can be applied by new. */ export declare const isFunction: (c: any) => boolean; export declare const isArrowFunction: (c: any) => boolean;