docs(front-matter): fix description of Extract (#5383)

This commit is contained in:
Yoshiya Hinosawa 2024-07-10 19:35:19 +09:00 committed by GitHub
parent 41be714d64
commit d134a2d9ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;