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.

4 lines (3 loc) 230 B
import { Segment } from './types'; export declare function clone(segments: Segment<any>[]): Segment<any>[]; export declare function generateMap(segments: Segment<any>[], readSource: (source?: string) => [number, string]): string;