All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.js-yaml.lib.js-yaml.schema.failsafe.js Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
// Standard YAML's Failsafe schema.
// http://www.yaml.org/spec/1.2/spec.html#id2802346


'use strict';


var Schema = require('../schema');


module.exports = new Schema({
  explicit: [
    require('../type/str'),
    require('../type/seq'),
    require('../type/map')
  ]
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy