Skip to main content
Module

x/atlas_sdk/deps.ts>Binary#put

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
method Binary.prototype.put
import { Binary } from "https://deno.land/x/atlas_sdk@v1.1.3/deps.ts";

Updates this binary with byte_value.

Parameters

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