UNPKG

sic-data-lookup

Version:

A small JavaScript/TypeScript utility for SIC code data lookup.

4 lines (3 loc) 209 B
export { getSectorFromSic, getSicFromSector } from './sicCodeToSector.js'; export { getOfficeAndIndustryFromSic } from './sicCodeToOfficeAndIndustry.js'; export type { SicEntry, SectorMap } from './types.js';