Options
All
  • Public
  • Public/Protected
  • All
Menu

Module is/uint8array

Index

References

Functions

References

Renames and re-exports isUint8Array

Functions

  • isUint8Array(value: unknown): value is Uint8Array
  • Check if the given value is an Uint8Array.

    example
     isUint8Array(new Uint8Array(8)); //=> true
    isUint8Array([]); //=> false

    Parameters

    • value: unknown

      The value to check.

    Returns value is Uint8Array

    Returns true if the given value is an Uint8Array, else false.

Generated using TypeDoc