We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
./types
1 parent dead6be commit 5b8cd57Copy full SHA for 5b8cd57
src/asyncapidiff.ts
@@ -4,10 +4,10 @@ import {
4
JSONOutput,
5
Changes,
6
AsyncAPIDiffOptions,
7
+ MarkdownSubtype,
8
} from './types';
9
import { breaking, nonBreaking, unclassified } from './constants';
10
import toProperFormat from './helpers/output/toProperFormat';
-import {MarkdownSubtype} from './types';
11
12
/**
13
* Implements methods to deal with diff output.
0 commit comments