UNPKG

morjs-plugin-compiler-xhs

Version:

mor compiler plugin for xiaohongshu miniprogram

14 lines (13 loc) 317 B
/** * 获取运行时抹平相关代码路径 * @param sourceType - 源码类型 * @param target - 目标平台 */ export declare function getRuntimeFiles(sourceType: string, target: string): { api: string; app: string; page: string; component: string; behavior: string; mixin: string; };