This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
etherpad-lite
Watch
1
Star
0
Fork
You've already forked etherpad-lite
0
mirror of
https://github.com/ether/etherpad-lite.git
synced
2025-04-20 15:36:16 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
f96c85484f
etherpad-lite
/
src
/
static
/
js
/
underscore.ts
5 lines
70 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Moved to ts (#6593) * Moved to ts * Fixed type check * Removed js suffixes * Migrated to ts * Fixed ts. * Fixed type check * Installed missing d ts
2024-08-17 20:14:36 +02:00
// @ts-nocheck
lint: use strict
2021-02-17 14:55:54 +00:00
'use strict'
;
Use packaged edition of underscore.
2012-05-11 18:32:17 -07:00
module
.
exports
=
require
(
'underscore'
)
;
Reference in a new issue
Copy permalink