Skip to content

Commit

Permalink
update types for geoNear
Browse files Browse the repository at this point in the history
  • Loading branch information
mpangrazzi committed May 5, 2019
1 parent bc7d904 commit 7481e47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ declare module 'monk' {
options: Object,
callback?: (err: Error | null, data: U[]) => void
): void
geoNear<U = T>(x: number, y: number, options?: Object): Promise<U[]>
geoNear<U = T>(x: number, y: number, options?: Object, callback?: (err: Error | null, data: U[]) => void): void
group<U = any>(
keys: any,
condition: any,
Expand Down

0 comments on commit 7481e47

Please sign in to comment.