add-orig-range.d.ts 98 B

12
  1. import * as YAML from "../yaml";
  2. export declare function addOrigRange(cst: YAML.ParsedCST): void;