UNPKG

@iobroker/create-adapter

Version:

Command line utility to create customized ioBroker adapters

6 lines (5 loc) 244 B
/** * Constants for default and fallback values used throughout the adapter creation process */ /** The recommended Node.js version to use as a fallback when none is specified */ export declare const RECOMMENDED_NODE_VERSION_FALLBACK = "20";