Skip to main content
Module

x/mongo/mod.ts>Binary#put

MongoDB driver for Deno
Very Popular
Go to Latest
method Binary.prototype.put
Re-export
import { Binary } from "https://deno.land/x/mongo@v0.31.2/mod.ts";

Updates this binary with byte_value.

Parameters

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