Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 628 Bytes

news.md

File metadata and controls

20 lines (13 loc) · 628 Bytes

consumet.ts

NEWS

By using NEWS category you can interact with the news providers. And get access to the news providers methods.

// ESM
import { NEWS } from '@consumet/extensions';

// <providerName> is the name of the provider you want to use. list of the proivders is below.
const newsProvider = NEWS.<providerName>();

Anime Providers List

This list is in alphabetical order. (except the sub bullet points)

(back to table of contents)