UNPKG

taro-define-config

Version:

Provide a defineConfig function for tarojs config

8 lines (7 loc) 196 B
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); //#region src/index.ts function defineConfig(config) { return config; } //#endregion exports.defineConfig = defineConfig;