| import type { Collection } from '../nodes/Collection'; | |
| import type { StringifyContext } from './stringify'; | |
| interface StringifyCollectionOptions { | |
| blockItemPrefix: string; | |
| flowChars: { | |
| start: '{'; | |
| end: '}'; | |
| } | { | |
| start: '['; | |
| end: ']'; | |
| }; | |
| itemIndent: string; | |
| onChompKeep?: () => void; | |
| onComment?: () => void; | |
| } | |
| export declare function stringifyCollection(collection: Readonly<Collection>, ctx: StringifyContext, options: StringifyCollectionOptions): string; | |
| export {}; | |
Xet Storage Details
- Size:
- 528 Bytes
- Xet hash:
- 96290ea231aac15317d9fd77ced0a7ce9479e3b8e30c2bd26a981505b95d8af6
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.