Urara-Blog/node_modules/.pnpm-store/v3/files/f7/cb95993770a1a8d98b9a650d2dde7ea2593014598b1121997d138c9cca99baf67b459743d2131d7a9a368db6bb8c619b1163833314fa0ef3d68a3c8bc6e52b
2022-08-14 01:14:53 +08:00

11 lines
288 B
Text

// Standard YAML's Core schema.
// http://www.yaml.org/spec/1.2/spec.html#id2804923
//
// NOTE: JS-YAML does not support schema-specific tag resolution restrictions.
// So, Core schema has no distinctions from JSON schema is JS-YAML.
'use strict';
module.exports = require('./json');