UNPKG

@ztl-uwu/nuxt-content

Version:

Write your content inside your Nuxt app

4 lines (3 loc) 277 B
import type { ContentTransformer } from '@nuxt/content'; export declare const defineTransformer: (transformer: ContentTransformer) => ContentTransformer; export declare const createSingleton: <T, Params extends Array<any>>(fn: (...arg: Params) => T) => (...args: Params) => T;