Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Mar 6, 2020
1 parent 126ac16 commit 230bccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface Expr {

split(path: string): string[]
setter(path: string): (data: any, value: any) => any
getter(path: string): (data: any) => any
getter(path: string, safe?: boolean): (data: any) => any
join(segments: string[]): string
forEach(
path: string | string[],
Expand Down

0 comments on commit 230bccd

Please sign in to comment.