Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/sys.ts>isBuffer

Deno standard library
Go to Latest
function isBuffer
Deprecated
Deprecated

Use Buffer.isBuffer() instead.

import { isBuffer } from "https://deno.land/std@0.138.0/node/sys.ts";

Parameters

value: unknown

Returns

boolean