Skip to main content
Go to Latest
import * as mod from "https://deno.land/std@0.217.0/front_matter/create_extractor.ts";

Functions

Factory that creates a function that extracts front matter from a string with the given parsers. Supports YAML, TOML and JSON.

Type Aliases

Return type for Extractor.

Function return type for createExtractor.

Parser function type used alongside createExtractor.