Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types-external.ts
Original file line number Diff line number Diff line change
@@ -163,3 +163,6 @@ export interface IProduceWithPatches {
recipe: (draft: D) => Return
): [Produced<Base, Return>, Patch[], Patch[]]
}

// Cause #507 :/
export function noop() {}

0 comments on commit eda203c

Please sign in to comment.