mirror of
https://github.com/borbann-platform/srs-document.git
synced 2025-12-21 13:34:05 +01:00
4 lines
254 B
TypeScript
4 lines
254 B
TypeScript
import type { Doc } from "prettier";
|
|
import * as PrettierTypes from "./prettier-types";
|
|
export declare function printComment(path: PrettierTypes.AstPath, _print: PrettierTypes.RecursivePrintFunc, _options: any): Doc;
|
|
//# sourceMappingURL=comment.d.ts.map
|