UNPKG

aa-daily-reflections

Version:

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

6 lines (5 loc) 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpClient = void 0; var http_client_1 = require("./http-client"); Object.defineProperty(exports, "HttpClient", { enumerable: true, get: function () { return http_client_1.HttpClient; } });