UNPKG

@iobroker/adapter-react

Version:

React classes to develop admin interfaces for ioBroker with react.

9 lines (8 loc) 266 B
export default cronToText; /** * Given a cronspec, return the human-readable string. * @param {string} cronspec * @param withSeconds * @param {Object=} locale */ declare function cronToText(cronspec: string, withSeconds: any, locale?: any | undefined): string;