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

x/deco/daemon/meta.ts>inferBlockType

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Latest
variable inferBlockType
import { inferBlockType } from "https://deno.land/x/deco@1.104.2/daemon/meta.ts";

Given a filename returns a blocktype

type

(filename: string) => Promise<string>