11 lines
824 B
JavaScript
11 lines
824 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.toFastProperties = exports.timer = exports.PRINT_ERROR = exports.PRINT_WARNING = void 0;
|
|
var print_1 = require("./print");
|
|
Object.defineProperty(exports, "PRINT_WARNING", { enumerable: true, get: function () { return print_1.PRINT_WARNING; } });
|
|
Object.defineProperty(exports, "PRINT_ERROR", { enumerable: true, get: function () { return print_1.PRINT_ERROR; } });
|
|
var timer_1 = require("./timer");
|
|
Object.defineProperty(exports, "timer", { enumerable: true, get: function () { return timer_1.timer; } });
|
|
var to_fast_properties_1 = require("./to-fast-properties");
|
|
Object.defineProperty(exports, "toFastProperties", { enumerable: true, get: function () { return to_fast_properties_1.toFastProperties; } });
|
|
//# sourceMappingURL=api.js.map
|