index.mjs 94 B

1234567
  1. // src/index.ts
  2. function defineConfig(config) {
  3. return config;
  4. }
  5. export {
  6. defineConfig
  7. };