UNPKG

resume-anonymizer

Version:

A flexible NPM package for anonymizing resumes to reduce bias in hiring

5 lines 256 B
export { anonymizeCandidate } from './anonymizer'; export * from './types'; export { PRESET_MODES, DEFAULT_PSEUDONYMS } from './constants'; export { analyzeForAnonymization, applyAIAnonymization } from './ai-anonymizer'; //# sourceMappingURL=index.d.ts.map