UNPKG

react-hadiths

Version:

A Simple SDK to use the Hadiths API effectively and efficiently

8 lines (7 loc) 173 B
import { Base } from "./base"; import { Hadiths } from "./hadiths"; declare class Hadith extends Base { } interface Hadith extends Hadiths { } export default Hadith;