@analogjs/content
Advanced tools
Comparing version 0.2.0-beta.1 to 0.2.0-beta.2
import { ContentFile } from './content-file'; | ||
export declare function injectContentFiles<Attributes extends Record<string, any>>(): ContentFile<Attributes>[]; | ||
export declare function injectContentFiles<Attributes extends Record<string, any>>(filterFn?: InjectContentFilesFilterFunction<Attributes>): ContentFile<Attributes>[]; | ||
export type InjectContentFilesFilterFunction<T extends Record<string, any>> = (value: ContentFile<T>, index: number, array: ContentFile<T>[]) => boolean; |
{ | ||
"name": "@analogjs/content", | ||
"version": "0.2.0-beta.1", | ||
"version": "0.2.0-beta.2", | ||
"description": "Content Rendering for Analog", | ||
@@ -5,0 +5,0 @@ "author": "Brandon Roberts <robertsbt@gmail.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
89067
756