UNPKG

@sohailalam2/markdown-extractor

Version:

Your one solution to extract markdown metadata and content

4 lines (3 loc) 188 B
export interface MarkdownMetadata { [key: string]: string | string[] | number | number[] | boolean | boolean[] | Date | Date[] | Record<string, unknown> | Record<string, unknown>[]; }