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

x/bdfparser/test/jest_to_deno.ts>describe

BDF (Glyph Bitmap Distribution) format bitmap font file parser library in TypeScript (JavaScript) 🔣📜
Latest
variable describe
import { describe } from "https://deno.land/x/bdfparser@v2.2.5/test/jest_to_deno.ts";

type

(desc: string, fn: () => unknown) => unknown