HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/nodejs/yaml/dist/parse/
Upload File :
Current File : //proc/self/root/usr/share/nodejs/yaml/dist/parse/cst-stringify.d.ts
import type { CollectionItem, Token } from './cst.js';
/**
 * Stringify a CST document, token, or collection item
 *
 * Fair warning: This applies no validation whatsoever, and
 * simply concatenates the sources in their logical order.
 */
export declare const stringify: (cst: Token | CollectionItem) => string;