(blog_dir: string): BlogPostId[] Returns an array of all of the sequential blog post ids starting with 1. When it fails to find the next id, the sequence ends.
blog_dir
type
stringreturns
BlogPostId[] 5 declarations
(blog_dir: string): BlogPostId[] Returns an array of all of the sequential blog post ids starting with 1. When it fails to find the next id, the sequence ends.
blog_dirstringBlogPostId[] (blog_dir: string, blog_post_ids: BlogPostId[]): Promise<BlogPostModule[]> blog_dirstringblog_post_idsBlogPostId[]Promise<BlogPostModule[]> (blog_post_id: BlogPostId, blog_url: string, post: BlogPostData): BlogPostItem blog_post_idblog_urlstringpostBlogPostItem (blog_dir: string, blog_post_id: BlogPostId): string blog_dirstringblog_post_idstring (blog_post_ids: BlogPostId[]): BlogPostId blog_post_idsBlogPostId[]BlogPostId