UNPKG

@wbg-mde/model

Version:

Metadata Editor Model Definitions

18 lines (17 loc) 611 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class VariableStatistics { constructor(options) { this.id = options.id; this.files = options.files; this.inclfreeq = options.inclfreeq; this.listmiss = options.listmiss; this.freqsoart = options.freqsoart; this.inclvalid = options.inclvalid; this.inclmin = options.inclmin; this.inclmax = options.inclmax; this.inclmean = options.inclmean; this.inclstdev = options.inclstdev; } } exports.VariableStatistics = VariableStatistics;