UNPKG

propublica-nonprofit-explorer-sdk

Version:
35 lines 758 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.C_CODE = void 0; /** * IRS Tax Exempt Organization Codes */ exports.C_CODE = { '501(c)(2)': 2, '501(c)(3)': 3, '501(c)(4)': 4, '501(c)(5)': 5, '501(c)(6)': 6, '501(c)(7)': 7, '501(c)(8)': 8, '501(c)(9)': 9, '501(c)(10)': 10, '501(c)(11)': 11, '501(c)(12)': 12, '501(c)(13)': 13, '501(c)(14)': 14, '501(c)(15)': 15, '501(c)(16)': 16, '501(c)(17)': 17, '501(c)(18)': 18, '501(c)(19)': 19, '501(c)(21)': 21, '501(c)(22)': 22, '501(c)(23)': 23, '501(c)(25)': 25, '501(c)(26)': 26, '501(c)(27)': 27, '501(c)(28)': 28, '4947(a)(1)': 92, }; //# sourceMappingURL=ccode.js.map