import { Binary } from "https://deno.land/x/atlas_sdk@v1.1.3/deps.ts";
Writes a buffer or string to the binary.
Parameters
sequence: string | BinarySequence
- a string or buffer to be written to the Binary BSON object.
import { Binary } from "https://deno.land/x/atlas_sdk@v1.1.3/deps.ts";
Writes a buffer or string to the binary.