UNPKG

react-orchestra

Version:

A toolbox to build interactive and smart instruments on the web and mobile.

3 lines (2 loc) 125 B
declare const callIfExists: (fnc: ((...v: any[]) => any) | undefined, ...args: any[]) => any; export default callIfExists;