UNPKG

@iobroker/create-adapter

Version:

Command line utility to create customized ioBroker adapters

9 lines (8 loc) 272 B
import type { Answers } from "./lib/core/questions"; import type { File } from "./lib/createAdapter"; /** * * @param answers * @param disableValidation */ export declare function createAdapter(answers: Answers, disableValidation?: (keyof Answers)[]): Promise<File[]>;