4 lines
145 B
TypeScript
4 lines
145 B
TypeScript
|
declare module '@mconf/bbb-diff' {
|
||
|
declare function patch (prevText: string, attribs: { start: number, end: number, text: string }): string;
|
||
|
}
|