astro-ghostcms/.pnpm-store/v3/files/9a/cbf54e6863bdc4d4896570fc362...

9 lines
190 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'use strict';
var Type = require('../type');
module.exports = new Type('tag:yaml.org,2002:map', {
kind: 'mapping',
construct: function (data) { return data !== null ? data : {}; }
});