Skip to content

Commit

Permalink
fix: types-external.d.ts is not bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Jan 15, 2020
1 parent f930ce1 commit eda203c
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
Expand Up @@ -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.