UNPKG

@pierre/diffs

Version:

8 lines (7 loc) 288 B
//#region src/utils/getLineAnnotationName.ts function getLineAnnotationName(annotation) { return `annotation-${"side" in annotation ? `${annotation.side}-` : ""}${annotation.lineNumber}`; } //#endregion export { getLineAnnotationName }; //# sourceMappingURL=getLineAnnotationName.js.map