租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
288 B

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