mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
11 lines
164 B
JavaScript
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'];
|
|
|