Introduction
Migration
Appearance
import { isUint8Array } from "@tsed/core";
See /packages/core/src/types/utils/objects/isBuffer.ts.
function isUint8Array(target: any): target is Uint8Array;