UNPKG

sic-data-lookup

Version:

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

6 lines (5 loc) 290 B
// src/index.ts // Re-export functions from sicCodeToSector.ts export { getSectorFromSic, getSicFromSector } from './sicCodeToSector.js'; // Re-export functions and interfaces from sicCodeToOfficeAndIndustry.ts export { getOfficeAndIndustryFromSic } from './sicCodeToOfficeAndIndustry.js';