block-value.d.ts 268 B

12
  1. import { BlockValue, Comment, Content, Position } from "../types";
  2. export declare function createBlockValue(position: Position, content: Content, chomping: "clip" | "keep" | "strip", indent: null | number, value: string, indicatorComment: null | Comment): BlockValue;