UNPKG

wcif-helpers

Version:
4 lines 177 B
export const getPersonFromWcif = (registrantId, wcif) => { return wcif.persons.find((person) => person.registrantId === registrantId); }; //# sourceMappingURL=persons.js.map