UNPKG

@purevue/compiler-core

Version:

## 📖 Introduction

8 lines 263 B
import { type RootNode } from '../types'; /** * 模板解析入口函数 * @param input 模板字符串,例如 "<div>{{ msg }}</div>" * @returns 根节点 AST */ export declare function baseParse(input: string): RootNode; //# sourceMappingURL=index.d.ts.map