@fro.bot/systematic 2.4.1 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/lib/converter.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/lib/converter.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export interface ConvertOptions {
|
|
|
8
8
|
skipBodyTransform?: boolean;
|
|
9
9
|
}
|
|
10
10
|
export declare const CONVERTER_VERSION = 2;
|
|
11
|
+
export declare const TOOL_NAME_MAP: Record<string, string>;
|
|
11
12
|
export declare function convertContent(content: string, type: ContentType, options?: ConvertOptions): string;
|
|
12
13
|
export declare function convertFileWithCache(filePath: string, type: ContentType, options?: ConvertOptions): string;
|
|
13
14
|
export declare function clearConverterCache(): void;
|