lincd-cli
Version:
Command line tools for the lincd.js library
13 lines • 437 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defineConfig = void 0;
/**
* Define a LINCD configuration with type checking and autocomplete
* @param config The configuration object
* @returns The same configuration object (identity function for type inference)
*/
function defineConfig(config) {
return config;
}
exports.defineConfig = defineConfig;
//# sourceMappingURL=defineConfig.js.map