overleaf/services/document-updater/app/coffee/sharejs/web-prelude.js

11 lines
164 B
JavaScript

// This is included at the top of each compiled type file for the web.
/**
@const
@type {boolean}
*/
const WEB = true;
const exports = window['sharejs'];