Files
study-bible-project/node_modules/docx/dist/patcher/patch-detector.d.ts
T

7 lines
223 B
TypeScript

import { InputDataType } from './from-docx';
type PatchDetectorOptions = {
readonly data: InputDataType;
};
export declare const patchDetector: ({ data }: PatchDetectorOptions) => Promise<readonly string[]>;
export {};