mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
docs(front-matter): fix description of Extract
(#5383)
This commit is contained in:
parent
41be714d64
commit
d134a2d9ae
@ -1,6 +1,6 @@
|
||||
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
||||
|
||||
/** Return type for functions of the {@linkcode Extractor} type. */
|
||||
/** Return type for {@linkcode extract} function. */
|
||||
export type Extract<T> = {
|
||||
frontMatter: string;
|
||||
body: string;
|
||||
|
Loading…
Reference in New Issue
Block a user