UNPKG

lincd-cli

Version:

Command line tools for the lincd.js library

9 lines 299 B
/** * Define a LINCD configuration with type checking and autocomplete * @param config The configuration object * @returns The same configuration object (identity function for type inference) */ export function defineConfig(config) { return config; } //# sourceMappingURL=defineConfig.js.map