UNPKG

propublica-nonprofit-explorer-sdk

Version:
12 lines 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SDK_VERSION = exports.API_BASE_URL = void 0; /** * API Base URL */ exports.API_BASE_URL = 'https://projects.propublica.org/nonprofits/api/v2'; /** * SDK Version */ exports.SDK_VERSION = '4.0.0'; //# sourceMappingURL=api.js.map