@dra2020/district-analytics 6.2.0 → 6.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +8 -4
- package/dist/cli.js.map +1 -1
- package/dist/district-analytics.js +2 -0
- package/dist/district-analytics.js.map +1 -1
- package/dist/src/types.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1948,6 +1948,8 @@ exports.SHAPES = "2010 VTD shapes";
|
|
|
1948
1948
|
// TYPE DEFINITIONS
|
|
1949
1949
|
//
|
|
1950
1950
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1951
|
+
var dra_score_1 = __webpack_require__(/*! @dra2020/dra-score */ "@dra2020/dra-score");
|
|
1952
|
+
exports.estSeatProbability = dra_score_1.estSeatProbability;
|
|
1951
1953
|
// END
|
|
1952
1954
|
|
|
1953
1955
|
|