lincd-cli
Version:
Command line tools for the lincd.js library
9 lines • 299 B
JavaScript
/**
* 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