optimize-amp.d.ts 78 B

1
  1. export default function optimize(html: string, config: any): Promise<string>;