Skip to main content
Module

std/encoding/front_matter/toml.ts

Deno standard library
Go to Latest
File
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
import { extract } from "../../front_matter/toml.ts";
export { /** @deprecated (will be removed after 0.182.0) Import from `std/front_matter/toml.ts` instead. */ Format,} from "./mod.ts";
export { /** @deprecated (will be removed after 0.182.0) Import from `std/front_matter/toml.ts` instead. */ test,} from "../../front_matter/toml.ts";
export { /** @deprecated (will be removed after 0.182.0) Import from `std/front_matter/toml.ts` instead. */ extract,};
/** @deprecated (will be removed after 0.182.0) Import from `std/front_matter/toml.ts` instead. */export default extract;