diff options
Diffstat (limited to 'std/testing/diff.ts')
-rw-r--r-- | std/testing/diff.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/std/testing/diff.ts b/std/testing/diff.ts index 97baa089f..da1e827ac 100644 --- a/std/testing/diff.ts +++ b/std/testing/diff.ts @@ -1,4 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +/** This module is browser compatible. */ + interface FarthestPoint { y: number; id: number; |