UNPKG

next-seo

Version:

SEO plugin for Next.js projects

6 lines (5 loc) 161 B
declare const toJson: (type: string, jsonld: any) => { __html: string; }; export declare const stringify: (data: any) => string; export default toJson;