projecte_ionic/node_modules/async/internal/breakLoop.js
2022-02-09 18:30:03 +01:00

9 lines
No EOL
226 B
JavaScript
Executable file

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