UNPKG

379 BJavaScriptView Raw
1"use strict";
2function __export(m) {
3 for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4}
5Object.defineProperty(exports, "__esModule", { value: true });
6/**
7 * @license Typescript-Library-Bundler
8 * (c) 2017 Amin Paks <amin.pakseresht@hotmail.com>
9 * License: MIT
10 */
11__export(require("./utils"));
12var main_1 = require("./main");
13exports.main = main_1.main;