Skip to main content
Module

x/mongo/deps.ts>Binary#put

MongoDB driver for Deno
Extremely Popular
Go to Latest
method Binary.prototype.put
import { Binary } from "https://deno.land/x/mongo@v0.32.0/deps.ts";

Updates this binary with byte_value.

Parameters

byteValue:
| string
| number
| Uint8Array
| number[]
  • a single byte we wish to write.