1 2 3 4 5 6 7 8 9 10 11 12 | 1× 1× 21× 1× 1× 1× 1× 1× | define(["require", "exports", "./gantt", "./interface", "./utils", "./constant"], function (require, exports, gantt_1, interface_1, utils_1, constant_1) { "use strict"; function __export(m) { for (var p in m) Eif (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(gantt_1); __export(interface_1); __export(utils_1); __export(constant_1); }); |