1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-03-16 10:25:47 +00:00

9 lines
226 B
JavaScript
Raw Normal View History

2019-01-06 13:14:45 -06:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
// A temporary value used to identify if the loop should be broken.
// See #1064, #1293
exports.default = {};
module.exports = exports["default"];