mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-08 09:46:39 +00:00
3 lines
132 B
JavaScript
3 lines
132 B
JavaScript
'use strict';
|
|
require('./warnAboutDeprecatedCJSRequire.js')('LocationUtils');
|
|
module.exports = require('./index.js').LocationUtils;
|