Palindrom / JSONPatcherProxy

ES6 proxy powered JSON Object observer that emits JSON patches when changes occur to your object tree.
94 stars 14 forks source link

Removed parameter initializer in type definition file #29

Closed jonahbron closed 5 years ago

jonahbron commented 5 years ago

Loading the library in a TypeScript application resulted in this error:

ERROR in node_modules/jsonpatcherproxy/index.d.ts(43,28): error TS2371: A parameter initializer is only allowed in a function or constructor implementation.

This commit fixes that issue.

jonahbron commented 5 years ago

😃