Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Sep 27, 2018
1 parent 0d50f46 commit 57ae8d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/object-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { isObservableArray, IObservableArray } from "../types/observablearray"
import { fail, invariant } from "../utils/utils"
import { startBatch, endBatch } from "../core/observable"
import { getAdministration } from "../types/type-utils"
import { ObservableValue } from "../types/observablevalue"

export function keys<K>(map: ObservableMap<K, any>): ReadonlyArray<K>
export function keys<T>(ar: IObservableArray<T>): ReadonlyArray<number>
Expand Down

0 comments on commit 57ae8d2

Please sign in to comment.