mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-23 13:39:12 +00:00
14 lines
244 B
TypeScript
14 lines
244 B
TypeScript
|
/* tslint:disable */
|
||
|
/* eslint-disable */
|
||
|
|
||
|
/* auto-generated by NAPI-RS */
|
||
|
|
||
|
export class Loro {
|
||
|
constructor()
|
||
|
getText(id: string): LoroText
|
||
|
}
|
||
|
export class LoroText {
|
||
|
insert(loro: Loro, pos: number, text: string): void
|
||
|
value(): string
|
||
|
}
|