UNPKG

decap-cms-backend-bitbucket

Version:

Bitbucket backend for Decap CMS

6 lines (5 loc) 162 B
declare module 'what-the-diff' { export const parse: ( rawDiff: string, ) => { oldPath?: string; newPath?: string; binary: boolean; status: string }[]; }