1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-03-15 01:55:47 +00:00
2019-01-06 13:14:45 -06:00

9 lines
226 B
JavaScript

"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"];