Files

8 lines
94 B
JavaScript

// src/index.ts
function defineConfig(config) {
return config;
}
export {
defineConfig
};