Files
Julianum/node_modules/async/internal/breakLoop.js
Dinawo e5d6953e5e
All checks were successful
continuous-integration/drone/push Build is passing
chore: Update npm dependencies and package-lock.json
2024-07-06 17:01:34 +02:00

10 lines
254 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
const breakLoop = {};
exports.default = breakLoop;
module.exports = exports.default;