mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
14 lines
295 B
JavaScript
14 lines
295 B
JavaScript
/* eslint-disable
|
|
no-unused-vars,
|
|
*/
|
|
// TODO: This file was created by bulk-decaffeinate.
|
|
// Fix any style issues and re-enable lint.
|
|
// This is included at the top of each compiled type file for the web.
|
|
|
|
/**
|
|
@const
|
|
@type {boolean}
|
|
*/
|
|
const WEB = true
|
|
|
|
const exports = window.sharejs
|