Removed a useless file

This commit is contained in:
2021-10-21 15:26:42 -07:00
parent 116cbf2a62
commit 3983466105
2 changed files with 0 additions and 33 deletions

View File

@@ -21,7 +21,6 @@ const changes = (object, base) => {
});
};
export type TraverseFunction<T> = (
obj: T,
prop: string,