UNPKG

taro-define-config

Version:

Provide a defineConfig function for tarojs config

7 lines (6 loc) 111 B
//#region src/index.ts function defineConfig(config) { return config; } //#endregion export { defineConfig };