stringifyString.d.ts 237 Bytes Raw Blame History Permalink 1 2 3 import { Scalar } from '../nodes/Scalar.js'; import type { StringifyContext } from './stringify.js'; export declare function stringifyString(item: Scalar, ctx: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string;