main
Last change
on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
363 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | import { Scalar } from '../nodes/Scalar.js';
|
---|
| 2 | import type { StringifyContext } from './stringify.js';
|
---|
| 3 | interface StringifyScalar {
|
---|
| 4 | value: string;
|
---|
| 5 | comment?: string | null;
|
---|
| 6 | type?: string;
|
---|
| 7 | }
|
---|
| 8 | export declare function stringifyString(item: Scalar | StringifyScalar, ctx: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string;
|
---|
| 9 | export {};
|
---|
Note:
See
TracBrowser
for help on using the repository browser.