Skip to content

Commit

Permalink
fix(public): fixes json typings
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed Jun 11, 2019
1 parent 6bdefeb commit 7e6e89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/fs/json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
} from './types';

export default expose(json) as TExposedOverload<
typeof rw,
typeof json,
| [TSource, TDestination, TJsonFn, IFsUpdateOptions]
| [TSource, TDestination, TJsonFn]
| [TSource, TJsonFn, IFsUpdateOptions]
Expand Down

0 comments on commit 7e6e89f

Please sign in to comment.