UNPKG

148 BTypeScriptView Raw
1import { t } from '../common';
2export declare class Patch {
3 static toPatchSet: t.Patch['toPatchSet'];
4 static isEmpty: t.Patch['isEmpty'];
5}