2026-02-01 13:01:28 +00:00

8 lines
94 B
JavaScript

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