UNPKG

propublica-nonprofit-explorer-sdk

Version:
12 lines 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FORMTYPE = void 0; /** * Form Type */ exports.FORMTYPE = { '990': 0, '990_EZ': 1, '990_PF': 2, }; //# sourceMappingURL=formtype.js.map