Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dtils/deps.ts>cbor.FLOAT32_OPTIONS

The best unofficial library of utilities for Deno applications
Latest
variable cbor.FLOAT32_OPTIONS
import { cbor } from "https://deno.land/x/dtils@2.6.1/deps.ts";
const { FLOAT32_OPTIONS } = cbor;

type

{ NEVER: number; ALWAYS: number; DECIMAL_ROUND: number; DECIMAL_FIT: number; }