UNPKG

muggle-string

Version:

This library aims to provide codegen helpers and data structure for Vue language plugin API v1.x that does not depend on Volar runtime.

3 lines (2 loc) 121 B
import type { Segment } from './types'; export declare function toString<T extends Segment<any>>(segments: T[]): string;