UNPKG

@di-zed/yandex-smart-home

Version:

The Yandex Smart Home skills for the different device types.

8 lines (7 loc) 149 B
/** * Wrap asynchronous methods to automatically catch exceptions. * * @param fn * @returns any */ export default function (fn: Function): any;