UNPKG

654 BJavaScriptView Raw
1"use strict";
2/*
3 * @fab/core: Type definitions and helper methods
4 *
5 * Be careful what you import in this project, everything needs to be Rollup-compatible
6 * and runnable inside a FAB, since FAB runtime components will import this.
7 *
8 * For build-time-specific code, use @fab/cli
9 *
10 * */
11function __export(m) {
12 for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
13}
14Object.defineProperty(exports, "__esModule", { value: true });
15__export(require("./types"));
16__export(require("./constants"));
17__export(require("./helpers"));
18__export(require("./models/ProtoFab"));
19__export(require("./runtime"));
20//# sourceMappingURL=index.js.map
\No newline at end of file