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

x/esm/server/embed/types/node.ns.d.ts>Buffer.compare

A fast, smart, & global CDN for modern(es2015+) web development.
Latest
method Buffer.compare
import { Buffer } from "https://deno.land/x/esm@v135_2/server/embed/types/node.ns.d.ts";

The same as buf1.compare(buf2).

Parameters

buf1: Uint8Array
buf2: Uint8Array

Returns

number