UNPKG

evmtools-node

Version:

このライブラリは、プライムブレインズ社で利用している「進捗管理ツール(Excel)」ファイルを読み込み、 プロジェクトの進捗状況や要員別の作業量を可視化するためのライブラリです。

24 lines 604 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isResourcePlan = exports.monthTypeStrs = exports.attrTypeStrs = void 0; exports.attrTypeStrs = ['ユニットコード', 'ユニット名', '役職', '名前']; exports.monthTypeStrs = [ '11月', '12月', '1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', ]; const isResourcePlan = (arg) => { const instance = arg; return instance.役職 !== undefined; }; exports.isResourcePlan = isResourcePlan; //# sourceMappingURL=resource.js.map