UNPKG

gics-data

Version:

Modern library to parse, manipulate, and find GICS codes based on Global Industry Classification Standard by MSCI.

4 lines 337 B
export { getDetails, getDirectChildren, getParent, getLevel, isValid, getPositions } from './helpers'; export type { Element, ElementCodified, ElementNested, ClassificationPlain, ClassificationNested, ClassificationPosition } from './types'; export { classificationNested } from './versions/20230318'; //# sourceMappingURL=index.d.ts.map