UNPKG

ot-server

Version:

The line-based implementation of operational transform

8 lines (6 loc) 172 B
exports.id = function(id, property) { return 'ot.id:' + id + ':' + property; }; exports.UUID = function(UUID, property) { return 'ot.uid:' + UUID + ':' + property; };