Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fido2/lib/main.js>tools.cbor.FLOAT32_OPTIONS

A node.js library for performing FIDO 2.0 / WebAuthn server functionality
Go to Latest
variable tools.cbor.FLOAT32_OPTIONS
import { tools } from "https://deno.land/x/fido2@3.4.4/lib/main.js";
const { FLOAT32_OPTIONS } = tools.cbor;

type

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