mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
lint
This commit is contained in:
parent
3d7e71c59c
commit
bbf6ce54e4
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;
|
||||
|
||||
/**
|
||||
* @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<TArrayBuffer extends ArrayBufferLike> {
|
||||
/**
|
||||
* Gets the Float16 value at the specified byte offset from the start of the view. There is
|
||||
|
Loading…
Reference in New Issue
Block a user