UNPKG

next-banner

Version:

Generate Open Graph images for Next.js on build

4 lines (3 loc) 158 B
declare function getPath(...pathSegment: string[]): string; declare function loadFile<T>(path: string): Promise<T | undefined>; export { getPath, loadFile };