comment.d.ts 205 B

1234
  1. import { Context } from "../transform";
  2. import { Comment } from "../types";
  3. import * as YAML from "../yaml";
  4. export declare function transformComment(comment: YAML.cst.Comment, context: Context): Comment;