Sha256: c44f2568403e81374aa165234c4e2dff9f0f3cbd8454b9b4488928c77d812216
Contents?: true
Size: 362 Bytes
Versions: 229
Compression:
Stored size: 362 Bytes
Contents
// 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'; var Schema = require('../schema'); module.exports = new Schema({ include: [ require('./json') ] });
Version data entries
229 entries across 207 versions & 23 rubygems