@ztl-uwu/nuxt-content
Version:
Write your content inside your Nuxt app
8 lines (7 loc) • 335 B
TypeScript
import type { StorageValue } from 'unstorage';
import type { TransformContentOptions } from '@nuxt/content';
/**
* Parse content file using registered plugins
*/
export declare function transformContent(id: string, content: StorageValue, options?: TransformContentOptions): Promise<any>;
export { defineTransformer } from './utils';