2024-01-29 09:26:07 +08:00

10 lines
580 B
JavaScript

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.statisticProps = exports.NStatistic = void 0;
var Statistic_1 = require("./src/Statistic");
Object.defineProperty(exports, "NStatistic", { enumerable: true, get: function () { return __importDefault(Statistic_1).default; } });
Object.defineProperty(exports, "statisticProps", { enumerable: true, get: function () { return Statistic_1.statisticProps; } });