UNPKG

@morjs/plugin-compiler-bytedance

Version:

mor complier plugin for bytedance miniprogram

6 lines (5 loc) 266 B
import { BytedanceCompilerPlugin } from './plugin'; export { twbTemplateProcessor as templateProcessor } from '@morjs/plugin-compiler-wechat'; export * from './constants'; export * from './runtimeConfig'; export declare const Plugin: typeof BytedanceCompilerPlugin;