UNPKG

aa-daily-reflections

Version:

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

3 lines (2 loc) 130 B
import { Language } from '../types'; export declare function buildApiUrl(month: number, day: number, language: Language): string;