Skip to main content
Module

std/encoding/front_matter.ts

Deno standard library
Go to Latest
File
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
/** @deprecated (will be removed after 0.170.0) use the extended API under std/encoding/front_matter/ instead */export * from "./front_matter/yaml.ts";