mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +00:00
fix(std/testing/asserts): Support browsers (#5847)
This commit is contained in:
parent
08f74e1f6a
commit
4ebd243423
5 changed files with 27 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue