UNPKG

@exionstech/skills-wrap

Version:

Comprehensive tech skills and roles database with utilities for IT service companies.

6 lines 708 B
export { techRolesData } from './data/tech-roles'; export type { SkillOption, RoleOption, MultiSelectOption, TechRole, RequiredSkill, SkillLevel, Category, TechRolesData, SkillStatistics, ValidationResult } from './types'; export { getAllSkillsOptions, getSkillsByCategory, getSkillsByRole, getAllRolesOptions, getSkillsByLevel, getSkillByValue, formatSkillsForMultiSelect, getSkillsCountByCategory, getMostPopularSkills, getSkillsByLevels, searchSkills, getRelatedSkills, validateSkillSelection, getSkillStatistics, createSkillIcon } from './utils/skills-data'; export { SKILL_LEVELS, CATEGORIES, LOGO_SOURCES } from './constants'; export declare const version = "1.0.0"; //# sourceMappingURL=index.d.ts.map