Skip to main content

FFF Flavored Frontmatter

🌟 Type definition of the FFF Flavored Frontmatter.

Installation

pls confirm the version you need before installing, or always keep the latest version.

pnpm add -D fff-flavored-frontmatter # pnpm
yarn add -D fff-flavored-frontmatter # yarn
npm i -D fff-flavored-frontmatter # npm

Usage

// Node ESM
import type { FFFFlavoredFrontmatter } from 'fff-flavored-frontmatter'
// import type { FFFBase, FFFExtra } from 'fff-flavored-frontmatter' // if you need them
// import type { FFFImage, FFFAudio, FFFVideo, FFFAuthor } from 'fff-flavored-frontmatter' // if you need them

// Node CJS
const { FFFFlavoredFrontmatter } = require('fff-flavored-frontmatter')

// Deno
import type { FFFFlavoredFrontmatter } from 'https://deno.land/x/fff/fff.ts'