UNPKG

@nuxt/content

Version:

Write your content inside your Nuxt app

5 lines (4 loc) 141 B
/** * Returns a new object with the specified keys */ export declare function pick(keys?: string[]): (obj: Record<string, unknown>) => {};