UNPKG

serp-parser

Version:
6 lines (5 loc) 259 B
import { BingNojsSERP } from './bing-nojs'; import { GoogleSERP } from './google'; import { GoogleMobileSERP } from './google-mobile'; import { GoogleNojsSERP } from './google-nojs'; export { GoogleNojsSERP, GoogleSERP, GoogleMobileSERP, BingNojsSERP };