Files
2026-06-10 12:38:42 -03:00

8 lines
94 B
JavaScript

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