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) 109 B
import type { Segment } from './types'; export declare function getLength(segments: Segment<any>[]): number;