UNPKG

@kmd/googlenews

Version:

4 lines (3 loc) 177 B
import { GoogleNews } from './index'; declare const _default: (url: string, fetch: any, limit?: number | null) => Promise<GoogleNews.ArticleItem[]>; export default _default;