mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-01 18:45:13 -04:00
4 lines
106 B
JavaScript
4 lines
106 B
JavaScript
var _ = require('../JsLibraries/lodash.underscore');
|
|
window._ = window._ || _;
|
|
|
|
module.exports = window._; |