mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
lint
This commit is contained in:
parent
3d7e71c59c
commit
bbf6ce54e4
1 changed files with 8 additions and 0 deletions
8
cli/tsc/dts/lib.deno.unstable.d.ts
vendored
8
cli/tsc/dts/lib.deno.unstable.d.ts
vendored
|
@ -3573,6 +3573,10 @@ interface Float16ArrayConstructor {
|
||||||
*/
|
*/
|
||||||
declare var Float16Array: Float16ArrayConstructor;
|
declare var Float16Array: Float16ArrayConstructor;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @category Platform
|
||||||
|
* @experimental
|
||||||
|
*/
|
||||||
interface Math {
|
interface Math {
|
||||||
/**
|
/**
|
||||||
* Returns the nearest half precision float representation of a number.
|
* Returns the nearest half precision float representation of a number.
|
||||||
|
@ -3584,6 +3588,10 @@ interface Math {
|
||||||
f16round(x: number): number;
|
f16round(x: number): number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @category Platform
|
||||||
|
* @experimental
|
||||||
|
*/
|
||||||
interface DataView<TArrayBuffer extends ArrayBufferLike> {
|
interface DataView<TArrayBuffer extends ArrayBufferLike> {
|
||||||
/**
|
/**
|
||||||
* Gets the Float16 value at the specified byte offset from the start of the view. There is
|
* Gets the Float16 value at the specified byte offset from the start of the view. There is
|
||||||
|
|
Loading…
Reference in a new issue