EdgeAIG's picture
download
raw
469 Bytes
'use strict';
var Scalar = require('../../nodes/Scalar.js');
const nullTag = {
identify: value => value == null,
createNode: () => new Scalar.Scalar(null),
default: true,
tag: 'tag:yaml.org,2002:null',
test: /^(?:~|[Nn]ull|NULL)?$/,
resolve: () => new Scalar.Scalar(null),
stringify: ({ source }, ctx) => typeof source === 'string' && nullTag.test.test(source)
? source
: ctx.options.nullStr
};
exports.nullTag = nullTag;

Xet Storage Details

Size:
469 Bytes
·
Xet hash:
d162fd45512dd0e41be165d198a01cb9cf8708fb25476c49ad81250ec7c8c9e9

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.