| ; | |
| var stringifyString = require('../../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.stringifyString(item, ctx, onComment, onChompKeep); | |
| } | |
| }; | |
| exports.string = string; | |
Xet Storage Details
- Size:
- 457 Bytes
- Xet hash:
- 6ee944d66b1b0b27497af79f9476c5653910905f4ab29723811ddf673b927326
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.