Sha256: d736e58b5a947a5b86056bf4b881c8002314b6534ab1a697a67cc47e1b2dc2a0
Contents?: true
Size: 288 Bytes
Versions: 93
Compression:
Stored size: 288 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'; module.exports = require('./json');
Version data entries
93 entries across 92 versions & 6 rubygems