Skip to content

isUint8Array

@tsed/core

Usage

typescript
import { isUint8Array } from "@tsed/core";

See /packages/core/src/types/utils/objects/isBuffer.ts.

Overview

ts
function isUint8Array(target: any): target is Uint8Array;

Released under the MIT License.