UNPKG

taro-define-config

Version:

Provide a defineConfig function for tarojs config

8 lines (6 loc) 124 B
//#region src/index.ts function defineConfig(config) { return config; } //#endregion exports.defineConfig = defineConfig;