UNPKG

@iobroker/create-adapter

Version:

Command line utility to create customized ioBroker adapters

7 lines (6 loc) 176 B
import type { TemplateFunction } from "../src/lib/createAdapter"; declare const templates: { name: string; templateFunction: TemplateFunction; }[]; export = templates;