Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ArrayBufferViewConstructor.isDataViewConstructor

import { ArrayBufferViewConstructor } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts"; 

const { isDataViewConstructor } = ArrayBufferViewConstructor;
function isDataViewConstructor(value: unknown): value is DataViewConstructor;
§
isDataViewConstructor(value: unknown): value is DataViewConstructor
[src]

§Parameters

§
value: unknown
[src]
  • The value to be tested

§Return Type

§
value is DataViewConstructor
[src]

Whether the passed value is a DataView constructor.