Skip to main content
Module

x/fido2/rollup.config.js>default

A node.js library for performing FIDO 2.0 / WebAuthn server functionality
Go to Latest
variable default
import { default } from "https://deno.land/x/fido2@3.3.5/rollup.config.js";

type

{ input: string; external: any[]; output: { file: string; format: string; }; onwarn; } | { input: any[]; external: any[]; output: { dir: string; format: string; }; onwarn; }[]