Urara-Blog/node_modules/.pnpm-store/v3/files/9a/cbf54e6863bdc4d4896570fc36236721af6fe85b4dbc61da45ffc99b8e25e4e1c3d033817db58cdce9377aa8e22e4ad667f7e24fb92b7d898f5c3f2385db15
2022-08-14 01:14:53 +08:00

8 lines
190 B
Text

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