mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00

* Moved to ts * Fixed type check * Removed js suffixes * Migrated to ts * Fixed ts. * Fixed type check * Installed missing d ts
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
// @ts-nocheck
|
|
'use strict';
|
|
|
|
module.exports = require('underscore');
|