block-literal.d.ts 230 B

1234
  1. import { Context } from "../transform";
  2. import { BlockLiteral } from "../types";
  3. import * as YAML from "../yaml";
  4. export declare function transformBlockLiteral(blockLiteral: YAML.ast.BlockLiteral, context: Context): BlockLiteral;