mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 03:09:29 +08:00
27 lines
No EOL
780 B
Text
27 lines
No EOL
780 B
Text
"use strict";
|
|
|
|
exports.__esModule = true;
|
|
|
|
var _types = require("./types");
|
|
|
|
Object.keys(_types).forEach(function (key) {
|
|
if (key === "default" || key === "__esModule") return;
|
|
if (key in exports && exports[key] === _types[key]) return;
|
|
exports[key] = _types[key];
|
|
});
|
|
|
|
var _constructors = require("./constructors");
|
|
|
|
Object.keys(_constructors).forEach(function (key) {
|
|
if (key === "default" || key === "__esModule") return;
|
|
if (key in exports && exports[key] === _constructors[key]) return;
|
|
exports[key] = _constructors[key];
|
|
});
|
|
|
|
var _guards = require("./guards");
|
|
|
|
Object.keys(_guards).forEach(function (key) {
|
|
if (key === "default" || key === "__esModule") return;
|
|
if (key in exports && exports[key] === _guards[key]) return;
|
|
exports[key] = _guards[key];
|
|
}); |