diff --git a/cli/tsc/dts/lib.deno.unstable.d.ts b/cli/tsc/dts/lib.deno.unstable.d.ts index 6553d0c9ff..2893dd35dc 100644 --- a/cli/tsc/dts/lib.deno.unstable.d.ts +++ b/cli/tsc/dts/lib.deno.unstable.d.ts @@ -3573,6 +3573,10 @@ interface Float16ArrayConstructor { */ declare var Float16Array: Float16ArrayConstructor; +/** + * @category Platform + * @experimental + */ interface Math { /** * Returns the nearest half precision float representation of a number. @@ -3584,6 +3588,10 @@ interface Math { f16round(x: number): number; } +/** + * @category Platform + * @experimental + */ interface DataView { /** * Gets the Float16 value at the specified byte offset from the start of the view. There is