Files
old-slucajna-televizija/backend/node_modules/async/internal/breakLoop.js
GotPPay a75ea978f9 ..
2017-10-16 20:21:19 +02: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"];