UNPKG

aa-daily-reflections

Version:

A lightweight Node.js library to fetch Daily Reflections from Alcoholics Anonymous (AA)

6 lines (5 loc) 155 B
import { ApiResponse } from '../types'; export declare class HttpClient { private getDynamicFetch; fetchData(url: string): Promise<ApiResponse>; }