File size: 130 Bytes
13971d4
 
 
 
 
 
1
2
3
4
5
6
7
//#region src/utils/define-config.ts
function defineConfig(config) {
	return config;
}
//#endregion
export { defineConfig as t };