UNPKG

next-plugin-preval

Version:

> Pre-evaluate async functions (for data fetches) at build time and import them like JSON

6 lines (4 loc) 155 B
import createNextPluginPreval from './dist/create-next-plugin-preval'; declare const _: typeof createNextPluginPreval; export = _; export as namespace _;