UNPKG

@zxh19890103/wik

Version:

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

5 lines (4 loc) 146 B
/** * try invoking a method named `name` on o's own. */ export declare const tryInvokingOwn: (o: object, name: string, ...args: any[]) => void;