EdgeAIG's picture
download
raw
421 Bytes
import { stringifyString } from '../../stringify/stringifyString.js';
const string = {
identify: value => typeof value === 'string',
default: true,
tag: 'tag:yaml.org,2002:str',
resolve: str => str,
stringify(item, ctx, onComment, onChompKeep) {
ctx = Object.assign({ actualString: true }, ctx);
return stringifyString(item, ctx, onComment, onChompKeep);
}
};
export { string };

Xet Storage Details

Size:
421 Bytes
·
Xet hash:
b7a542c2c7f4aacd9e57364595b682dae231aaebefb29fd0ef404afa88efa6a5

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