UNPKG
ot-server
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
The line-based implementation of operational transform
github.com/otjs/ot-server
otjs/ot-server
ot-server
/
lib
/
key.js
8 lines
(6 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
exports.
id
= function(
id
,
property
) {
return
'ot.id:'
+
id
+
':'
+
property
; }; exports.UUID = function(UUID,
property
) {
return
'ot.uid:'
+ UUID +
':'
+
property
; };