UNPKG

gics-data

Version:

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

15 lines 1.29 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.classificationNested = exports.getPositions = exports.isValid = exports.getLevel = exports.getParent = exports.getDirectChildren = exports.getDetails = void 0; // Re-export all helper functions var helpers_1 = require("./helpers"); Object.defineProperty(exports, "getDetails", { enumerable: true, get: function () { return helpers_1.getDetails; } }); Object.defineProperty(exports, "getDirectChildren", { enumerable: true, get: function () { return helpers_1.getDirectChildren; } }); Object.defineProperty(exports, "getParent", { enumerable: true, get: function () { return helpers_1.getParent; } }); Object.defineProperty(exports, "getLevel", { enumerable: true, get: function () { return helpers_1.getLevel; } }); Object.defineProperty(exports, "isValid", { enumerable: true, get: function () { return helpers_1.isValid; } }); Object.defineProperty(exports, "getPositions", { enumerable: true, get: function () { return helpers_1.getPositions; } }); // Re-export data if needed var _20230318_1 = require("./versions/20230318"); Object.defineProperty(exports, "classificationNested", { enumerable: true, get: function () { return _20230318_1.classificationNested; } }); //# sourceMappingURL=index.js.map