mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 01:29:30 +08:00
10 lines
No EOL
255 B
Text
10 lines
No EOL
255 B
Text
"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"]; |