trouble-in-terror-town/node_modules/yaml/dist/stringify/stringifyString.d.ts
Mikolaj 2bbacbea09 did some more work on networking and removed EOS in favor of LRM
did some more work on networking and removed EOS in favor of Light Reflective Mirror
2022-05-31 15:04:31 +02:00

3 lines
237 B
TypeScript

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;