UNPKG

@staticcms/proxy-server-lite

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