Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/yaml/dist/schema/Node.js')
-rw-r--r--assets/node_modules/yaml/dist/schema/Node.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/node_modules/yaml/dist/schema/Node.js b/assets/node_modules/yaml/dist/schema/Node.js
new file mode 100644
index 0000000..4826158
--- /dev/null
+++ b/assets/node_modules/yaml/dist/schema/Node.js
@@ -0,0 +1,10 @@
+"use strict";
+
+Object.defineProperty(exports, "__esModule", {
+ value: true
+});
+exports.default = void 0;
+
+class Node {}
+
+exports.default = Node; \ No newline at end of file