/
Zertmark
/
site_for_practice
Обзор
Документация
Войти
/
Zertmark
/
site_for_practice
Код
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/yaml/dist/stringify/stringifyDocument.d.ts
4 строки
260 B
zertmark
Github Pages setup
23 апр 2025, 15:06
23 апр 2025, 15:06
93ee661
Код
Авторство
О чём код?
import type { Document } from '../doc/Document'; import type { Node } from '../nodes/Node'; import type { ToStringOptions } from '../options'; export declare function stringifyDocument(doc: Readonly<Document<Node, boolean>>, options: ToStringOptions): string;