@milaboratories/miplots4 1.0.156 → 1.0.158

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.
Files changed (4709) hide show
  1. package/dist/AbstractChart.d.ts +3 -2
  2. package/dist/AbstractChart.js +10 -9
  3. package/dist/AbstractChart.js.map +1 -1
  4. package/dist/DataFrame.d.ts +0 -1
  5. package/dist/DataFrame.js +1 -1
  6. package/dist/MiPlots.d.ts +1 -1
  7. package/dist/MiPlots.js +7 -4
  8. package/dist/MiPlots.js.map +1 -1
  9. package/dist/_virtual/client.js +6 -0
  10. package/dist/_virtual/client.js.map +1 -0
  11. package/dist/_virtual/client2.js +5 -0
  12. package/dist/_virtual/client2.js.map +1 -0
  13. package/dist/_virtual/index.js +1 -1
  14. package/dist/_virtual/index10.js +8 -0
  15. package/dist/_virtual/index10.js.map +1 -0
  16. package/dist/_virtual/index2.js +3 -2
  17. package/dist/_virtual/index2.js.map +1 -1
  18. package/dist/_virtual/index5.js +5 -0
  19. package/dist/_virtual/index5.js.map +1 -0
  20. package/dist/_virtual/index6.js +8 -0
  21. package/dist/_virtual/index6.js.map +1 -0
  22. package/dist/_virtual/index7.js +8 -0
  23. package/dist/_virtual/index7.js.map +1 -0
  24. package/dist/_virtual/index8.js +8 -0
  25. package/dist/_virtual/index8.js.map +1 -0
  26. package/dist/_virtual/index9.js +8 -0
  27. package/dist/_virtual/index9.js.map +1 -0
  28. package/dist/_virtual/jsx-runtime.js +3 -2
  29. package/dist/_virtual/jsx-runtime.js.map +1 -1
  30. package/dist/_virtual/jsx-runtime2.js +5 -0
  31. package/dist/_virtual/jsx-runtime2.js.map +1 -0
  32. package/dist/_virtual/lodash.js +6 -2
  33. package/dist/_virtual/lodash.js.map +1 -1
  34. package/dist/_virtual/lodash2.js +5 -0
  35. package/dist/_virtual/lodash2.js.map +1 -0
  36. package/dist/_virtual/server.browser.js +6 -0
  37. package/dist/_virtual/server.browser.js.map +1 -0
  38. package/dist/_virtual/server.browser2.js +5 -0
  39. package/dist/_virtual/server.browser2.js.map +1 -0
  40. package/dist/assets/getClusters-BScJvejf.js.map +1 -1
  41. package/dist/bubble/BubbleSettingsImpl.d.ts +0 -1
  42. package/dist/bubble/BubbleSettingsImpl.js +1 -1
  43. package/dist/bubble/ChartRenderer.d.ts +0 -1
  44. package/dist/bubble/ChartRenderer.js +33 -33
  45. package/dist/bubble/ChartRenderer.js.map +1 -1
  46. package/dist/bubble/components/AxisCaptions.d.ts +0 -1
  47. package/dist/bubble/components/AxisCaptions.js +1 -1
  48. package/dist/bubble/components/Chart.d.ts +0 -1
  49. package/dist/bubble/components/Chart.js +2 -2
  50. package/dist/bubble/components/ChartsGroup.d.ts +0 -1
  51. package/dist/bubble/components/ChartsGroup.js +1 -1
  52. package/dist/bubble/components/types.d.ts +0 -1
  53. package/dist/bubble/constants.d.ts +0 -1
  54. package/dist/bubble/getCellTooltip.d.ts +0 -1
  55. package/dist/bubble/getGroupedCellsData.d.ts +0 -1
  56. package/dist/bubble/index.d.ts +0 -1
  57. package/dist/bubble/index.js +63 -48
  58. package/dist/bubble/index.js.map +1 -1
  59. package/dist/bubble/utils/calculateCaptionTails.d.ts +0 -1
  60. package/dist/bubble/utils/calculateChartSideElementSizes.d.ts +0 -1
  61. package/dist/bubble/utils/calculateSideElementsBBoxes.d.ts +0 -1
  62. package/dist/bubble/utils/index.d.ts +0 -1
  63. package/dist/common/BandAxis.d.ts +0 -1
  64. package/dist/common/BandAxis.js +1 -1
  65. package/dist/common/ChartsTitle.d.ts +0 -1
  66. package/dist/common/ChartsTitle.js +1 -1
  67. package/dist/common/ContinuousAxis.d.ts +0 -1
  68. package/dist/common/ContinuousAxis.js +1 -1
  69. package/dist/common/ContinuousGrid.d.ts +0 -1
  70. package/dist/common/ContinuousGrid.js +1 -1
  71. package/dist/common/Error.d.ts +1 -2
  72. package/dist/common/Error.js +1 -1
  73. package/dist/common/Error.js.map +1 -1
  74. package/dist/common/ErrorBoundary.d.ts +0 -1
  75. package/dist/common/ErrorBoundary.js +1 -1
  76. package/dist/common/Legend.d.ts +0 -1
  77. package/dist/common/Legend.js +2 -2
  78. package/dist/common/Tooltip.d.ts +0 -1
  79. package/dist/common/Tooltip.js +2 -2
  80. package/dist/common/fonts.d.ts +0 -1
  81. package/dist/common/fonts.js +1 -1
  82. package/dist/common/types.d.ts +0 -1
  83. package/dist/common/useDataFrame.d.ts +0 -1
  84. package/dist/common/useDataFrame.js +1 -1
  85. package/dist/constants.d.ts +2 -1
  86. package/dist/constants.js +11 -9
  87. package/dist/constants.js.map +1 -1
  88. package/dist/dendro/ChartRenderer.d.ts +0 -1
  89. package/dist/dendro/ChartRenderer.js +7 -7
  90. package/dist/dendro/ChartRenderer.js.map +1 -1
  91. package/dist/dendro/DendroSettingsImpl.d.ts +0 -1
  92. package/dist/dendro/components/Chart.d.ts +0 -1
  93. package/dist/dendro/components/Chart.js +1 -1
  94. package/dist/dendro/components/Chart.js.map +1 -1
  95. package/dist/dendro/components/Heatmap.d.ts +0 -1
  96. package/dist/dendro/components/Heatmap.js +1 -1
  97. package/dist/dendro/components/Legend.d.ts +0 -1
  98. package/dist/dendro/components/Legend.js +1 -1
  99. package/dist/dendro/components/LinksGroup.d.ts +0 -1
  100. package/dist/dendro/components/LinksGroup.js +3 -3
  101. package/dist/dendro/components/NodesGroup.d.ts +0 -1
  102. package/dist/dendro/components/NodesGroup.js +1 -1
  103. package/dist/dendro/components/types.d.ts +0 -1
  104. package/dist/dendro/constants.d.ts +0 -1
  105. package/dist/dendro/getHeatmapData.d.ts +0 -1
  106. package/dist/dendro/getHierarchyData.d.ts +0 -1
  107. package/dist/dendro/getHierarchyData.js +3 -3
  108. package/dist/dendro/index.d.ts +0 -1
  109. package/dist/dendro/index.js +45 -45
  110. package/dist/dendro/index.js.map +1 -1
  111. package/dist/discrete/ChartRenderer.d.ts +0 -1
  112. package/dist/discrete/ChartRenderer.js +54 -54
  113. package/dist/discrete/ChartRenderer.js.map +1 -1
  114. package/dist/discrete/DiscreteSettingsImpl.d.ts +0 -1
  115. package/dist/discrete/DiscreteSettingsImpl.js +1 -1
  116. package/dist/discrete/components/Chart.d.ts +0 -1
  117. package/dist/discrete/components/Chart.js +1 -1
  118. package/dist/discrete/components/ChartsGroup.d.ts +0 -1
  119. package/dist/discrete/components/ChartsGroup.js +1 -1
  120. package/dist/discrete/components/Grid.d.ts +0 -1
  121. package/dist/discrete/components/Grid.js +1 -1
  122. package/dist/discrete/components/NumberAxis.d.ts +0 -1
  123. package/dist/discrete/components/NumberAxis.js +1 -1
  124. package/dist/discrete/components/layers/BarElement.d.ts +0 -1
  125. package/dist/discrete/components/layers/BarElement.js +1 -1
  126. package/dist/discrete/components/layers/BinnedDotsElement.d.ts +0 -1
  127. package/dist/discrete/components/layers/BinnedDotsElement.js +2 -2
  128. package/dist/discrete/components/layers/BoxElement.d.ts +0 -1
  129. package/dist/discrete/components/layers/BoxElement.js +2 -2
  130. package/dist/discrete/components/layers/DotsGroupElement.d.ts +0 -1
  131. package/dist/discrete/components/layers/DotsGroupElement.js +2 -2
  132. package/dist/discrete/components/layers/ErrorBarElement.d.ts +0 -1
  133. package/dist/discrete/components/layers/ErrorBarElement.js +2 -2
  134. package/dist/discrete/components/layers/LineElement.d.ts +0 -1
  135. package/dist/discrete/components/layers/LineElement.js +3 -3
  136. package/dist/discrete/components/layers/LogoElement.d.ts +0 -1
  137. package/dist/discrete/components/layers/LogoElement.js +2 -2
  138. package/dist/discrete/components/layers/PairedPointsElement.d.ts +0 -1
  139. package/dist/discrete/components/layers/PairedPointsElement.js +2 -2
  140. package/dist/discrete/components/layers/SinaElement.d.ts +0 -1
  141. package/dist/discrete/components/layers/SinaElement.js +1 -1
  142. package/dist/discrete/components/layers/StackedAreaElement.d.ts +0 -1
  143. package/dist/discrete/components/layers/StackedAreaElement.js +19 -19
  144. package/dist/discrete/components/layers/StackedBarElement.d.ts +0 -1
  145. package/dist/discrete/components/layers/StackedBarElement.js +2 -2
  146. package/dist/discrete/components/layers/StatsPValue.d.ts +0 -1
  147. package/dist/discrete/components/layers/StatsPValue.js +1 -1
  148. package/dist/discrete/components/layers/ViolinElement.d.ts +0 -1
  149. package/dist/discrete/components/layers/ViolinElement.js +2 -2
  150. package/dist/discrete/components/layers/seqAlphabet.d.ts +0 -1
  151. package/dist/discrete/components/types.d.ts +0 -1
  152. package/dist/discrete/constants.d.ts +0 -3
  153. package/dist/discrete/constants.js +11 -13
  154. package/dist/discrete/constants.js.map +1 -1
  155. package/dist/discrete/index.d.ts +0 -1
  156. package/dist/discrete/index.js +123 -101
  157. package/dist/discrete/index.js.map +1 -1
  158. package/dist/discrete/layers/bar.d.ts +0 -1
  159. package/dist/discrete/layers/bar.js +4 -4
  160. package/dist/discrete/layers/binnedDots.d.ts +0 -1
  161. package/dist/discrete/layers/binnedDots.js +1 -1
  162. package/dist/discrete/layers/boxes.d.ts +0 -1
  163. package/dist/discrete/layers/boxes.js +5 -5
  164. package/dist/discrete/layers/dots.d.ts +0 -1
  165. package/dist/discrete/layers/dots.js +2 -2
  166. package/dist/discrete/layers/errorbars.d.ts +0 -1
  167. package/dist/discrete/layers/errorbars.js +2 -2
  168. package/dist/discrete/layers/index.d.ts +0 -1
  169. package/dist/discrete/layers/lines.d.ts +0 -1
  170. package/dist/discrete/layers/lines.js +2 -2
  171. package/dist/discrete/layers/logo.d.ts +0 -1
  172. package/dist/discrete/layers/logo.js +1 -1
  173. package/dist/discrete/layers/pairedPoints.d.ts +0 -1
  174. package/dist/discrete/layers/pairedPoints.js +1 -1
  175. package/dist/discrete/layers/sina.d.ts +0 -1
  176. package/dist/discrete/layers/sina.js +6 -6
  177. package/dist/discrete/layers/stackedArea.d.ts +0 -1
  178. package/dist/discrete/layers/stackedBar.d.ts +0 -1
  179. package/dist/discrete/layers/stackedBar.js +5 -5
  180. package/dist/discrete/layers/stats/MannWhitneyU.d.ts +0 -1
  181. package/dist/discrete/layers/stats/MannWhitneyU.js +1 -1
  182. package/dist/discrete/layers/stats/index.d.ts +0 -1
  183. package/dist/discrete/layers/stats/pValueCalculation.d.ts +0 -1
  184. package/dist/discrete/layers/stats/pValueCalculation.js +6 -6
  185. package/dist/discrete/layers/stats/pValueCalculation.js.map +1 -1
  186. package/dist/discrete/layers/stats/pValueCorrection.d.ts +0 -1
  187. package/dist/discrete/layers/stats/pValueCorrection.js +1 -1
  188. package/dist/discrete/layers/types.d.ts +0 -1
  189. package/dist/discrete/layers/violins.d.ts +0 -1
  190. package/dist/discrete/layers/violins.js +15 -15
  191. package/dist/discrete/utils/getChartStatsPadding.d.ts +0 -1
  192. package/dist/discrete/utils/getFacetStringKey.d.ts +0 -1
  193. package/dist/discrete/utils/getOutliersBounds.d.ts +0 -1
  194. package/dist/discrete/utils/getOutliersBounds.js +1 -1
  195. package/dist/discrete/utils/index.d.ts +0 -1
  196. package/dist/discrete/utils/statsPValue.d.ts +0 -1
  197. package/dist/heatmap/ChartRenderer.d.ts +0 -1
  198. package/dist/heatmap/ChartRenderer.js +53 -53
  199. package/dist/heatmap/ChartRenderer.js.map +1 -1
  200. package/dist/heatmap/HeatmapSettingsImpl.d.ts +0 -1
  201. package/dist/heatmap/HeatmapSettingsImpl.js +1 -1
  202. package/dist/heatmap/components/Annotations/Annotation.d.ts +0 -1
  203. package/dist/heatmap/components/Annotations/Annotation.js +9 -2
  204. package/dist/heatmap/components/Annotations/Annotation.js.map +1 -1
  205. package/dist/heatmap/components/Annotations/AnnotationCellsCanvas.d.ts +0 -1
  206. package/dist/heatmap/components/Annotations/AnnotationCellsCanvas.js +1 -1
  207. package/dist/heatmap/components/Annotations/AnnotationCellsSvg.d.ts +0 -1
  208. package/dist/heatmap/components/Annotations/AnnotationCellsSvg.js +1 -1
  209. package/dist/heatmap/components/Annotations/index.d.ts +0 -1
  210. package/dist/heatmap/components/Annotations/index.js +1 -1
  211. package/dist/heatmap/components/CanvasCells.d.ts +0 -1
  212. package/dist/heatmap/components/CanvasCells.js +1 -1
  213. package/dist/heatmap/components/CanvasCells.js.map +1 -1
  214. package/dist/heatmap/components/Captions/AxisCaptions.d.ts +0 -1
  215. package/dist/heatmap/components/Captions/AxisCaptions.js +1 -1
  216. package/dist/heatmap/components/Captions/GroupCaptions.d.ts +0 -1
  217. package/dist/heatmap/components/Captions/GroupCaptions.js +1 -1
  218. package/dist/heatmap/components/Captions/index.d.ts +0 -1
  219. package/dist/heatmap/components/Captions/index.js +1 -1
  220. package/dist/heatmap/components/Chart.d.ts +0 -1
  221. package/dist/heatmap/components/Chart.js +1 -1
  222. package/dist/heatmap/components/ChartsGroup.d.ts +0 -1
  223. package/dist/heatmap/components/ChartsGroup.js +1 -1
  224. package/dist/heatmap/components/Dendrograms.d.ts +0 -1
  225. package/dist/heatmap/components/Dendrograms.js +1 -1
  226. package/dist/heatmap/components/Frames.d.ts +0 -1
  227. package/dist/heatmap/components/Frames.js +1 -1
  228. package/dist/heatmap/components/SvgCells.d.ts +0 -1
  229. package/dist/heatmap/components/SvgCells.js +1 -1
  230. package/dist/heatmap/components/tooltipUtils.d.ts +0 -1
  231. package/dist/heatmap/components/tooltipUtils.js +1 -1
  232. package/dist/heatmap/components/types.d.ts +0 -1
  233. package/dist/heatmap/constants.d.ts +0 -1
  234. package/dist/heatmap/fillCellsData.d.ts +0 -1
  235. package/dist/heatmap/fillCellsData.js +5 -5
  236. package/dist/heatmap/getCells.d.ts +0 -1
  237. package/dist/heatmap/getClusters.d.ts +0 -1
  238. package/dist/heatmap/getClusters.js +19 -13
  239. package/dist/heatmap/getClusters.js.map +1 -1
  240. package/dist/heatmap/getDendrograms.d.ts +0 -1
  241. package/dist/heatmap/getDendrograms.js +1 -1
  242. package/dist/heatmap/index.d.ts +0 -1
  243. package/dist/heatmap/index.js +121 -105
  244. package/dist/heatmap/index.js.map +1 -1
  245. package/dist/heatmap/utils/calculateAnnotationTitleSizes.d.ts +0 -1
  246. package/dist/heatmap/utils/calculateCaptionTails.d.ts +0 -1
  247. package/dist/heatmap/utils/calculateChartSideElementSizes.d.ts +0 -1
  248. package/dist/heatmap/utils/calculateSideElementsBBoxes.d.ts +0 -1
  249. package/dist/heatmap/utils/createColorScales.d.ts +0 -1
  250. package/dist/heatmap/utils/createColorScales.js +3 -3
  251. package/dist/heatmap/utils/index.d.ts +0 -1
  252. package/dist/histogram/ChartRenderer.d.ts +0 -1
  253. package/dist/histogram/ChartRenderer.js +6 -6
  254. package/dist/histogram/ChartRenderer.js.map +1 -1
  255. package/dist/histogram/HistogramSettingsImpl.d.ts +0 -1
  256. package/dist/histogram/HistogramSettingsImpl.js +1 -1
  257. package/dist/histogram/components/Chart.d.ts +0 -1
  258. package/dist/histogram/components/Chart.js +2 -2
  259. package/dist/histogram/components/ChartsGroup.d.ts +0 -1
  260. package/dist/histogram/components/ChartsGroup.js +1 -1
  261. package/dist/histogram/components/types.d.ts +0 -1
  262. package/dist/histogram/constants.d.ts +0 -1
  263. package/dist/histogram/getHistogramData.d.ts +0 -1
  264. package/dist/histogram/getHistogramData.js +4 -4
  265. package/dist/histogram/index.d.ts +0 -1
  266. package/dist/histogram/index.js +76 -60
  267. package/dist/histogram/index.js.map +1 -1
  268. package/dist/index.d.ts +2 -3
  269. package/dist/node_modules/.pnpm/@d3fc_d3fc-axis@3.0.7_d3-scale@4.0.2_d3-selection@3.0.0_d3-shape@3.2.0/node_modules/@d3fc/d3fc-axis/src/axis.js +21 -0
  270. package/dist/node_modules/.pnpm/@d3fc_d3fc-axis@3.0.7_d3-scale@4.0.2_d3-selection@3.0.0_d3-shape@3.2.0/node_modules/@d3fc/d3fc-axis/src/axis.js.map +1 -0
  271. package/dist/node_modules/.pnpm/@d3fc_d3fc-axis@3.0.7_d3-scale@4.0.2_d3-selection@3.0.0_d3-shape@3.2.0/node_modules/@d3fc/d3fc-axis/src/axisBase.js +39 -0
  272. package/dist/node_modules/.pnpm/@d3fc_d3fc-axis@3.0.7_d3-scale@4.0.2_d3-selection@3.0.0_d3-shape@3.2.0/node_modules/@d3fc/d3fc-axis/src/axisBase.js.map +1 -0
  273. package/dist/node_modules/.pnpm/@d3fc_d3fc-axis@3.0.7_d3-scale@4.0.2_d3-selection@3.0.0_d3-shape@3.2.0/node_modules/@d3fc/d3fc-axis/src/axisTickUtils.js.map +1 -0
  274. package/dist/node_modules/.pnpm/@d3fc_d3fc-chart@5.1.9_d3-array@3.2.4_d3-path@3.1.0_d3-scale-chromatic@3.1.0_d3-scale@4.0.2_d_kyhwsugamw24x7v3obvyiw5jfe/node_modules/@d3fc/d3fc-chart/src/cartesian.js +70 -0
  275. package/dist/node_modules/.pnpm/@d3fc_d3fc-chart@5.1.9_d3-array@3.2.4_d3-path@3.1.0_d3-scale-chromatic@3.1.0_d3-scale@4.0.2_d_kyhwsugamw24x7v3obvyiw5jfe/node_modules/@d3fc/d3fc-chart/src/cartesian.js.map +1 -0
  276. package/dist/node_modules/.pnpm/@d3fc_d3fc-chart@5.1.9_d3-array@3.2.4_d3-path@3.1.0_d3-scale-chromatic@3.1.0_d3-scale@4.0.2_d_kyhwsugamw24x7v3obvyiw5jfe/node_modules/@d3fc/d3fc-chart/src/css.js.map +1 -0
  277. package/dist/node_modules/.pnpm/@d3fc_d3fc-chart@5.1.9_d3-array@3.2.4_d3-path@3.1.0_d3-scale-chromatic@3.1.0_d3-scale@4.0.2_d_kyhwsugamw24x7v3obvyiw5jfe/node_modules/@d3fc/d3fc-chart/src/store.js.map +1 -0
  278. package/dist/node_modules/.pnpm/@d3fc_d3fc-data-join@6.0.3_d3-selection@3.0.0/node_modules/@d3fc/d3fc-data-join/src/dataJoin.js.map +1 -0
  279. package/dist/node_modules/.pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc/d3fc-element/index.js.map +1 -0
  280. package/dist/node_modules/.pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc/d3fc-element/src/canvas.js.map +1 -0
  281. package/dist/node_modules/.pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc/d3fc-element/src/css.js.map +1 -0
  282. package/dist/node_modules/.pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc/d3fc-element/src/data.js.map +1 -0
  283. package/dist/node_modules/.pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc/d3fc-element/src/element.js.map +1 -0
  284. package/dist/node_modules/.pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc/d3fc-element/src/group.js.map +1 -0
  285. package/dist/node_modules/.pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc/d3fc-element/src/redraw.js.map +1 -0
  286. package/dist/node_modules/.pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc/d3fc-element/src/requestRedraw.js.map +1 -0
  287. package/dist/node_modules/.pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc/d3fc-element/src/svg.js.map +1 -0
  288. package/dist/node_modules/.pnpm/@d3fc_d3fc-pointer@3.0.3_d3-dispatch@3.0.1_d3-selection@3.0.0/node_modules/@d3fc/d3fc-pointer/src/pointer.js +21 -0
  289. package/dist/node_modules/.pnpm/@d3fc_d3fc-pointer@3.0.3_d3-dispatch@3.0.1_d3-selection@3.0.0/node_modules/@d3fc/d3fc-pointer/src/pointer.js.map +1 -0
  290. package/dist/node_modules/.pnpm/@d3fc_d3fc-rebind@6.0.1/node_modules/@d3fc/d3fc-rebind/src/createReboundMethod.js.map +1 -0
  291. package/dist/node_modules/.pnpm/@d3fc_d3fc-rebind@6.0.1/node_modules/@d3fc/d3fc-rebind/src/rebind.js.map +1 -0
  292. package/dist/node_modules/.pnpm/@d3fc_d3fc-rebind@6.0.1/node_modules/@d3fc/d3fc-rebind/src/rebindAll.js.map +1 -0
  293. package/dist/node_modules/.pnpm/@d3fc_d3fc-rebind@6.0.1/node_modules/@d3fc/d3fc-rebind/src/transform/exclude.js.map +1 -0
  294. package/dist/node_modules/.pnpm/@d3fc_d3fc-rebind@6.0.1/node_modules/@d3fc/d3fc-rebind/src/transform/prefix.js.map +1 -0
  295. package/dist/node_modules/.pnpm/@d3fc_d3fc-rebind@6.0.1/node_modules/@d3fc/d3fc-rebind/src/transform/regexify.js.map +1 -0
  296. package/dist/node_modules/.pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc/d3fc-webgl/src/buffer/arrayViewFactory.js.map +1 -0
  297. package/dist/node_modules/.pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc/d3fc-webgl/src/buffer/attribute.js +18 -0
  298. package/dist/node_modules/.pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc/d3fc-webgl/src/buffer/attribute.js.map +1 -0
  299. package/dist/node_modules/.pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc/d3fc-webgl/src/buffer/attributeProjector.js.map +1 -0
  300. package/dist/node_modules/.pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc/d3fc-webgl/src/buffer/baseAttribute.js.map +1 -0
  301. package/dist/node_modules/.pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc/d3fc-webgl/src/buffer/constantAttribute.js +25 -0
  302. package/dist/node_modules/.pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc/d3fc-webgl/src/buffer/constantAttribute.js.map +1 -0
  303. package/dist/node_modules/.pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc/d3fc-webgl/src/buffer/types.js.map +1 -0
  304. package/dist/node_modules/.pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc/d3fc-webgl/src/scale/scaleMapper.js +11 -0
  305. package/dist/node_modules/.pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc/d3fc-webgl/src/scale/scaleMapper.js.map +1 -0
  306. package/dist/node_modules/.pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc/d3fc-webgl/src/shaders/fragmentShaderSnippets.js +8 -0
  307. package/dist/node_modules/.pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc/d3fc-webgl/src/shaders/fragmentShaderSnippets.js.map +1 -0
  308. package/dist/node_modules/.pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc/d3fc-webgl/src/shaders/vertexShaderSnippets.js +9 -0
  309. package/dist/node_modules/.pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc/d3fc-webgl/src/shaders/vertexShaderSnippets.js.map +1 -0
  310. package/dist/node_modules/.pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc/d3fc-webgl/src/style/fillColor.js +27 -0
  311. package/dist/node_modules/.pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc/d3fc-webgl/src/style/fillColor.js.map +1 -0
  312. package/dist/node_modules/.pnpm/@stdlib_array-base-accessor-getter@0.2.2/node_modules/@stdlib/array-base-accessor-getter/lib/index.js +29 -0
  313. package/dist/node_modules/.pnpm/@stdlib_array-base-accessor-getter@0.2.2/node_modules/@stdlib/array-base-accessor-getter/lib/index.js.map +1 -0
  314. package/dist/node_modules/.pnpm/@stdlib_array-base-accessor-getter@0.2.2/node_modules/@stdlib/array-base-accessor-getter/lib/main.js +45 -0
  315. package/dist/node_modules/.pnpm/@stdlib_array-base-accessor-getter@0.2.2/node_modules/@stdlib/array-base-accessor-getter/lib/main.js.map +1 -0
  316. package/dist/node_modules/.pnpm/@stdlib_array-base-accessor-setter@0.2.2/node_modules/@stdlib/array-base-accessor-setter/lib/index.js +29 -0
  317. package/dist/node_modules/.pnpm/@stdlib_array-base-accessor-setter@0.2.2/node_modules/@stdlib/array-base-accessor-setter/lib/index.js.map +1 -0
  318. package/dist/node_modules/.pnpm/@stdlib_array-base-accessor-setter@0.2.2/node_modules/@stdlib/array-base-accessor-setter/lib/main.js +45 -0
  319. package/dist/node_modules/.pnpm/@stdlib_array-base-accessor-setter@0.2.2/node_modules/@stdlib/array-base-accessor-setter/lib/main.js.map +1 -0
  320. package/dist/node_modules/.pnpm/@stdlib_array-base-arraylike2object@0.2.1/node_modules/@stdlib/array-base-arraylike2object/lib/index.js +29 -0
  321. package/dist/node_modules/.pnpm/@stdlib_array-base-arraylike2object@0.2.1/node_modules/@stdlib/array-base-arraylike2object/lib/index.js.map +1 -0
  322. package/dist/node_modules/.pnpm/@stdlib_array-base-arraylike2object@0.2.1/node_modules/@stdlib/array-base-arraylike2object/lib/main.js +54 -0
  323. package/dist/node_modules/.pnpm/@stdlib_array-base-arraylike2object@0.2.1/node_modules/@stdlib/array-base-arraylike2object/lib/main.js.map +1 -0
  324. package/dist/node_modules/.pnpm/@stdlib_array-base-assert-is-accessor-array@0.2.2/node_modules/@stdlib/array-base-assert-is-accessor-array/lib/index.js +29 -0
  325. package/dist/node_modules/.pnpm/@stdlib_array-base-assert-is-accessor-array@0.2.2/node_modules/@stdlib/array-base-assert-is-accessor-array/lib/index.js.map +1 -0
  326. package/dist/node_modules/.pnpm/@stdlib_array-base-assert-is-accessor-array@0.2.2/node_modules/@stdlib/array-base-assert-is-accessor-array/lib/main.js +31 -0
  327. package/dist/node_modules/.pnpm/@stdlib_array-base-assert-is-accessor-array@0.2.2/node_modules/@stdlib/array-base-assert-is-accessor-array/lib/main.js.map +1 -0
  328. package/dist/node_modules/.pnpm/@stdlib_array-base-assert-is-complex128array@0.2.2/node_modules/@stdlib/array-base-assert-is-complex128array/lib/index.js +29 -0
  329. package/dist/node_modules/.pnpm/@stdlib_array-base-assert-is-complex128array@0.2.2/node_modules/@stdlib/array-base-assert-is-complex128array/lib/index.js.map +1 -0
  330. package/dist/node_modules/.pnpm/@stdlib_array-base-assert-is-complex128array@0.2.2/node_modules/@stdlib/array-base-assert-is-complex128array/lib/main.js +31 -0
  331. package/dist/node_modules/.pnpm/@stdlib_array-base-assert-is-complex128array@0.2.2/node_modules/@stdlib/array-base-assert-is-complex128array/lib/main.js.map +1 -0
  332. package/dist/node_modules/.pnpm/@stdlib_array-base-assert-is-complex64array@0.2.2/node_modules/@stdlib/array-base-assert-is-complex64array/lib/index.js +29 -0
  333. package/dist/node_modules/.pnpm/@stdlib_array-base-assert-is-complex64array@0.2.2/node_modules/@stdlib/array-base-assert-is-complex64array/lib/index.js.map +1 -0
  334. package/dist/node_modules/.pnpm/@stdlib_array-base-assert-is-complex64array@0.2.2/node_modules/@stdlib/array-base-assert-is-complex64array/lib/main.js +31 -0
  335. package/dist/node_modules/.pnpm/@stdlib_array-base-assert-is-complex64array@0.2.2/node_modules/@stdlib/array-base-assert-is-complex64array/lib/main.js.map +1 -0
  336. package/dist/node_modules/.pnpm/@stdlib_array-base-filled@0.2.2/node_modules/@stdlib/array-base-filled/lib/index.js +29 -0
  337. package/dist/node_modules/.pnpm/@stdlib_array-base-filled@0.2.2/node_modules/@stdlib/array-base-filled/lib/index.js.map +1 -0
  338. package/dist/node_modules/.pnpm/@stdlib_array-base-filled@0.2.2/node_modules/@stdlib/array-base-filled/lib/main.js +33 -0
  339. package/dist/node_modules/.pnpm/@stdlib_array-base-filled@0.2.2/node_modules/@stdlib/array-base-filled/lib/main.js.map +1 -0
  340. package/dist/node_modules/.pnpm/@stdlib_array-base-getter@0.2.2/node_modules/@stdlib/array-base-getter/lib/index.js +29 -0
  341. package/dist/node_modules/.pnpm/@stdlib_array-base-getter@0.2.2/node_modules/@stdlib/array-base-getter/lib/index.js.map +1 -0
  342. package/dist/node_modules/.pnpm/@stdlib_array-base-getter@0.2.2/node_modules/@stdlib/array-base-getter/lib/main.js +77 -0
  343. package/dist/node_modules/.pnpm/@stdlib_array-base-getter@0.2.2/node_modules/@stdlib/array-base-getter/lib/main.js.map +1 -0
  344. package/dist/node_modules/.pnpm/@stdlib_array-base-incrspace@0.2.2/node_modules/@stdlib/array-base-incrspace/lib/index.js +29 -0
  345. package/dist/node_modules/.pnpm/@stdlib_array-base-incrspace@0.2.2/node_modules/@stdlib/array-base-incrspace/lib/index.js.map +1 -0
  346. package/dist/node_modules/.pnpm/@stdlib_array-base-incrspace@0.2.2/node_modules/@stdlib/array-base-incrspace/lib/main.js +37 -0
  347. package/dist/node_modules/.pnpm/@stdlib_array-base-incrspace@0.2.2/node_modules/@stdlib/array-base-incrspace/lib/main.js.map +1 -0
  348. package/dist/node_modules/.pnpm/@stdlib_array-base-setter@0.2.2/node_modules/@stdlib/array-base-setter/lib/index.js +29 -0
  349. package/dist/node_modules/.pnpm/@stdlib_array-base-setter@0.2.2/node_modules/@stdlib/array-base-setter/lib/index.js.map +1 -0
  350. package/dist/node_modules/.pnpm/@stdlib_array-base-setter@0.2.2/node_modules/@stdlib/array-base-setter/lib/main.js +77 -0
  351. package/dist/node_modules/.pnpm/@stdlib_array-base-setter@0.2.2/node_modules/@stdlib/array-base-setter/lib/main.js.map +1 -0
  352. package/dist/node_modules/.pnpm/@stdlib_array-base-zeros@0.2.2/node_modules/@stdlib/array-base-zeros/lib/index.js +29 -0
  353. package/dist/node_modules/.pnpm/@stdlib_array-base-zeros@0.2.2/node_modules/@stdlib/array-base-zeros/lib/index.js.map +1 -0
  354. package/dist/node_modules/.pnpm/@stdlib_array-base-zeros@0.2.2/node_modules/@stdlib/array-base-zeros/lib/main.js +32 -0
  355. package/dist/node_modules/.pnpm/@stdlib_array-base-zeros@0.2.2/node_modules/@stdlib/array-base-zeros/lib/main.js.map +1 -0
  356. package/dist/node_modules/.pnpm/@stdlib_array-complex128@0.2.1/node_modules/@stdlib/array-complex128/lib/from_array.js +40 -0
  357. package/dist/node_modules/.pnpm/@stdlib_array-complex128@0.2.1/node_modules/@stdlib/array-complex128/lib/from_array.js.map +1 -0
  358. package/dist/node_modules/.pnpm/@stdlib_array-complex128@0.2.1/node_modules/@stdlib/array-complex128/lib/from_iterator.js +44 -0
  359. package/dist/node_modules/.pnpm/@stdlib_array-complex128@0.2.1/node_modules/@stdlib/array-complex128/lib/from_iterator.js.map +1 -0
  360. package/dist/node_modules/.pnpm/@stdlib_array-complex128@0.2.1/node_modules/@stdlib/array-complex128/lib/from_iterator_map.js +44 -0
  361. package/dist/node_modules/.pnpm/@stdlib_array-complex128@0.2.1/node_modules/@stdlib/array-complex128/lib/from_iterator_map.js.map +1 -0
  362. package/dist/node_modules/.pnpm/@stdlib_array-complex128@0.2.1/node_modules/@stdlib/array-complex128/lib/index.js +29 -0
  363. package/dist/node_modules/.pnpm/@stdlib_array-complex128@0.2.1/node_modules/@stdlib/array-complex128/lib/index.js.map +1 -0
  364. package/dist/node_modules/.pnpm/@stdlib_array-complex128@0.2.1/node_modules/@stdlib/array-complex128/lib/main.js +548 -0
  365. package/dist/node_modules/.pnpm/@stdlib_array-complex128@0.2.1/node_modules/@stdlib/array-complex128/lib/main.js.map +1 -0
  366. package/dist/node_modules/.pnpm/@stdlib_array-complex64@0.2.1/node_modules/@stdlib/array-complex64/lib/from_array.js +40 -0
  367. package/dist/node_modules/.pnpm/@stdlib_array-complex64@0.2.1/node_modules/@stdlib/array-complex64/lib/from_array.js.map +1 -0
  368. package/dist/node_modules/.pnpm/@stdlib_array-complex64@0.2.1/node_modules/@stdlib/array-complex64/lib/from_iterator.js +44 -0
  369. package/dist/node_modules/.pnpm/@stdlib_array-complex64@0.2.1/node_modules/@stdlib/array-complex64/lib/from_iterator.js.map +1 -0
  370. package/dist/node_modules/.pnpm/@stdlib_array-complex64@0.2.1/node_modules/@stdlib/array-complex64/lib/from_iterator_map.js +44 -0
  371. package/dist/node_modules/.pnpm/@stdlib_array-complex64@0.2.1/node_modules/@stdlib/array-complex64/lib/from_iterator_map.js.map +1 -0
  372. package/dist/node_modules/.pnpm/@stdlib_array-complex64@0.2.1/node_modules/@stdlib/array-complex64/lib/index.js +29 -0
  373. package/dist/node_modules/.pnpm/@stdlib_array-complex64@0.2.1/node_modules/@stdlib/array-complex64/lib/index.js.map +1 -0
  374. package/dist/node_modules/.pnpm/@stdlib_array-complex64@0.2.1/node_modules/@stdlib/array-complex64/lib/main.js +548 -0
  375. package/dist/node_modules/.pnpm/@stdlib_array-complex64@0.2.1/node_modules/@stdlib/array-complex64/lib/main.js.map +1 -0
  376. package/dist/node_modules/.pnpm/@stdlib_array-dtype@0.2.1/node_modules/@stdlib/array-dtype/lib/ctor2dtype.js +41 -0
  377. package/dist/node_modules/.pnpm/@stdlib_array-dtype@0.2.1/node_modules/@stdlib/array-dtype/lib/ctor2dtype.js.map +1 -0
  378. package/dist/node_modules/.pnpm/@stdlib_array-dtype@0.2.1/node_modules/@stdlib/array-dtype/lib/ctors.js +51 -0
  379. package/dist/node_modules/.pnpm/@stdlib_array-dtype@0.2.1/node_modules/@stdlib/array-dtype/lib/ctors.js.map +1 -0
  380. package/dist/node_modules/.pnpm/@stdlib_array-dtype@0.2.1/node_modules/@stdlib/array-dtype/lib/dtypes.js +40 -0
  381. package/dist/node_modules/.pnpm/@stdlib_array-dtype@0.2.1/node_modules/@stdlib/array-dtype/lib/dtypes.js.map +1 -0
  382. package/dist/node_modules/.pnpm/@stdlib_array-dtype@0.2.1/node_modules/@stdlib/array-dtype/lib/index.js +29 -0
  383. package/dist/node_modules/.pnpm/@stdlib_array-dtype@0.2.1/node_modules/@stdlib/array-dtype/lib/index.js.map +1 -0
  384. package/dist/node_modules/.pnpm/@stdlib_array-dtype@0.2.1/node_modules/@stdlib/array-dtype/lib/main.js +45 -0
  385. package/dist/node_modules/.pnpm/@stdlib_array-dtype@0.2.1/node_modules/@stdlib/array-dtype/lib/main.js.map +1 -0
  386. package/dist/node_modules/.pnpm/@stdlib_array-float32@0.2.2/node_modules/@stdlib/array-float32/lib/index.js +31 -0
  387. package/dist/node_modules/.pnpm/@stdlib_array-float32@0.2.2/node_modules/@stdlib/array-float32/lib/index.js.map +1 -0
  388. package/dist/node_modules/.pnpm/@stdlib_array-float32@0.2.2/node_modules/@stdlib/array-float32/lib/main.js +28 -0
  389. package/dist/node_modules/.pnpm/@stdlib_array-float32@0.2.2/node_modules/@stdlib/array-float32/lib/main.js.map +1 -0
  390. package/dist/node_modules/.pnpm/@stdlib_array-float32@0.2.2/node_modules/@stdlib/array-float32/lib/polyfill.js +30 -0
  391. package/dist/node_modules/.pnpm/@stdlib_array-float32@0.2.2/node_modules/@stdlib/array-float32/lib/polyfill.js.map +1 -0
  392. package/dist/node_modules/.pnpm/@stdlib_array-float64@0.2.2/node_modules/@stdlib/array-float64/lib/index.js +31 -0
  393. package/dist/node_modules/.pnpm/@stdlib_array-float64@0.2.2/node_modules/@stdlib/array-float64/lib/index.js.map +1 -0
  394. package/dist/node_modules/.pnpm/@stdlib_array-float64@0.2.2/node_modules/@stdlib/array-float64/lib/main.js +28 -0
  395. package/dist/node_modules/.pnpm/@stdlib_array-float64@0.2.2/node_modules/@stdlib/array-float64/lib/main.js.map +1 -0
  396. package/dist/node_modules/.pnpm/@stdlib_array-float64@0.2.2/node_modules/@stdlib/array-float64/lib/polyfill.js +30 -0
  397. package/dist/node_modules/.pnpm/@stdlib_array-float64@0.2.2/node_modules/@stdlib/array-float64/lib/polyfill.js.map +1 -0
  398. package/dist/node_modules/.pnpm/@stdlib_array-int16@0.2.2/node_modules/@stdlib/array-int16/lib/index.js +31 -0
  399. package/dist/node_modules/.pnpm/@stdlib_array-int16@0.2.2/node_modules/@stdlib/array-int16/lib/index.js.map +1 -0
  400. package/dist/node_modules/.pnpm/@stdlib_array-int16@0.2.2/node_modules/@stdlib/array-int16/lib/main.js +28 -0
  401. package/dist/node_modules/.pnpm/@stdlib_array-int16@0.2.2/node_modules/@stdlib/array-int16/lib/main.js.map +1 -0
  402. package/dist/node_modules/.pnpm/@stdlib_array-int16@0.2.2/node_modules/@stdlib/array-int16/lib/polyfill.js +30 -0
  403. package/dist/node_modules/.pnpm/@stdlib_array-int16@0.2.2/node_modules/@stdlib/array-int16/lib/polyfill.js.map +1 -0
  404. package/dist/node_modules/.pnpm/@stdlib_array-int32@0.2.2/node_modules/@stdlib/array-int32/lib/index.js +31 -0
  405. package/dist/node_modules/.pnpm/@stdlib_array-int32@0.2.2/node_modules/@stdlib/array-int32/lib/index.js.map +1 -0
  406. package/dist/node_modules/.pnpm/@stdlib_array-int32@0.2.2/node_modules/@stdlib/array-int32/lib/main.js +28 -0
  407. package/dist/node_modules/.pnpm/@stdlib_array-int32@0.2.2/node_modules/@stdlib/array-int32/lib/main.js.map +1 -0
  408. package/dist/node_modules/.pnpm/@stdlib_array-int32@0.2.2/node_modules/@stdlib/array-int32/lib/polyfill.js +30 -0
  409. package/dist/node_modules/.pnpm/@stdlib_array-int32@0.2.2/node_modules/@stdlib/array-int32/lib/polyfill.js.map +1 -0
  410. package/dist/node_modules/.pnpm/@stdlib_array-int8@0.2.2/node_modules/@stdlib/array-int8/lib/index.js +31 -0
  411. package/dist/node_modules/.pnpm/@stdlib_array-int8@0.2.2/node_modules/@stdlib/array-int8/lib/index.js.map +1 -0
  412. package/dist/node_modules/.pnpm/@stdlib_array-int8@0.2.2/node_modules/@stdlib/array-int8/lib/main.js +28 -0
  413. package/dist/node_modules/.pnpm/@stdlib_array-int8@0.2.2/node_modules/@stdlib/array-int8/lib/main.js.map +1 -0
  414. package/dist/node_modules/.pnpm/@stdlib_array-int8@0.2.2/node_modules/@stdlib/array-int8/lib/polyfill.js +30 -0
  415. package/dist/node_modules/.pnpm/@stdlib_array-int8@0.2.2/node_modules/@stdlib/array-int8/lib/polyfill.js.map +1 -0
  416. package/dist/node_modules/.pnpm/@stdlib_array-uint16@0.2.2/node_modules/@stdlib/array-uint16/lib/index.js +31 -0
  417. package/dist/node_modules/.pnpm/@stdlib_array-uint16@0.2.2/node_modules/@stdlib/array-uint16/lib/index.js.map +1 -0
  418. package/dist/node_modules/.pnpm/@stdlib_array-uint16@0.2.2/node_modules/@stdlib/array-uint16/lib/main.js +28 -0
  419. package/dist/node_modules/.pnpm/@stdlib_array-uint16@0.2.2/node_modules/@stdlib/array-uint16/lib/main.js.map +1 -0
  420. package/dist/node_modules/.pnpm/@stdlib_array-uint16@0.2.2/node_modules/@stdlib/array-uint16/lib/polyfill.js +30 -0
  421. package/dist/node_modules/.pnpm/@stdlib_array-uint16@0.2.2/node_modules/@stdlib/array-uint16/lib/polyfill.js.map +1 -0
  422. package/dist/node_modules/.pnpm/@stdlib_array-uint32@0.2.2/node_modules/@stdlib/array-uint32/lib/index.js +31 -0
  423. package/dist/node_modules/.pnpm/@stdlib_array-uint32@0.2.2/node_modules/@stdlib/array-uint32/lib/index.js.map +1 -0
  424. package/dist/node_modules/.pnpm/@stdlib_array-uint32@0.2.2/node_modules/@stdlib/array-uint32/lib/main.js +28 -0
  425. package/dist/node_modules/.pnpm/@stdlib_array-uint32@0.2.2/node_modules/@stdlib/array-uint32/lib/main.js.map +1 -0
  426. package/dist/node_modules/.pnpm/@stdlib_array-uint32@0.2.2/node_modules/@stdlib/array-uint32/lib/polyfill.js +30 -0
  427. package/dist/node_modules/.pnpm/@stdlib_array-uint32@0.2.2/node_modules/@stdlib/array-uint32/lib/polyfill.js.map +1 -0
  428. package/dist/node_modules/.pnpm/@stdlib_array-uint8@0.2.2/node_modules/@stdlib/array-uint8/lib/index.js +31 -0
  429. package/dist/node_modules/.pnpm/@stdlib_array-uint8@0.2.2/node_modules/@stdlib/array-uint8/lib/index.js.map +1 -0
  430. package/dist/node_modules/.pnpm/@stdlib_array-uint8@0.2.2/node_modules/@stdlib/array-uint8/lib/main.js +28 -0
  431. package/dist/node_modules/.pnpm/@stdlib_array-uint8@0.2.2/node_modules/@stdlib/array-uint8/lib/main.js.map +1 -0
  432. package/dist/node_modules/.pnpm/@stdlib_array-uint8@0.2.2/node_modules/@stdlib/array-uint8/lib/polyfill.js +30 -0
  433. package/dist/node_modules/.pnpm/@stdlib_array-uint8@0.2.2/node_modules/@stdlib/array-uint8/lib/polyfill.js.map +1 -0
  434. package/dist/node_modules/.pnpm/@stdlib_array-uint8c@0.2.2/node_modules/@stdlib/array-uint8c/lib/index.js +31 -0
  435. package/dist/node_modules/.pnpm/@stdlib_array-uint8c@0.2.2/node_modules/@stdlib/array-uint8c/lib/index.js.map +1 -0
  436. package/dist/node_modules/.pnpm/@stdlib_array-uint8c@0.2.2/node_modules/@stdlib/array-uint8c/lib/main.js +28 -0
  437. package/dist/node_modules/.pnpm/@stdlib_array-uint8c@0.2.2/node_modules/@stdlib/array-uint8c/lib/main.js.map +1 -0
  438. package/dist/node_modules/.pnpm/@stdlib_array-uint8c@0.2.2/node_modules/@stdlib/array-uint8c/lib/polyfill.js +30 -0
  439. package/dist/node_modules/.pnpm/@stdlib_array-uint8c@0.2.2/node_modules/@stdlib/array-uint8c/lib/polyfill.js.map +1 -0
  440. package/dist/node_modules/.pnpm/@stdlib_assert-contains@0.2.2/node_modules/@stdlib/assert-contains/lib/index.js +29 -0
  441. package/dist/node_modules/.pnpm/@stdlib_assert-contains@0.2.2/node_modules/@stdlib/assert-contains/lib/index.js.map +1 -0
  442. package/dist/node_modules/.pnpm/@stdlib_assert-contains@0.2.2/node_modules/@stdlib/assert-contains/lib/main.js +61 -0
  443. package/dist/node_modules/.pnpm/@stdlib_assert-contains@0.2.2/node_modules/@stdlib/assert-contains/lib/main.js.map +1 -0
  444. package/dist/node_modules/.pnpm/@stdlib_assert-has-float32array-support@0.2.2/node_modules/@stdlib/assert-has-float32array-support/lib/float32array.js +28 -0
  445. package/dist/node_modules/.pnpm/@stdlib_assert-has-float32array-support@0.2.2/node_modules/@stdlib/assert-has-float32array-support/lib/float32array.js.map +1 -0
  446. package/dist/node_modules/.pnpm/@stdlib_assert-has-float32array-support@0.2.2/node_modules/@stdlib/assert-has-float32array-support/lib/index.js +29 -0
  447. package/dist/node_modules/.pnpm/@stdlib_assert-has-float32array-support@0.2.2/node_modules/@stdlib/assert-has-float32array-support/lib/index.js.map +1 -0
  448. package/dist/node_modules/.pnpm/@stdlib_assert-has-float32array-support@0.2.2/node_modules/@stdlib/assert-has-float32array-support/lib/main.js +42 -0
  449. package/dist/node_modules/.pnpm/@stdlib_assert-has-float32array-support@0.2.2/node_modules/@stdlib/assert-has-float32array-support/lib/main.js.map +1 -0
  450. package/dist/node_modules/.pnpm/@stdlib_assert-has-float64array-support@0.2.2/node_modules/@stdlib/assert-has-float64array-support/lib/float64array.js +28 -0
  451. package/dist/node_modules/.pnpm/@stdlib_assert-has-float64array-support@0.2.2/node_modules/@stdlib/assert-has-float64array-support/lib/float64array.js.map +1 -0
  452. package/dist/node_modules/.pnpm/@stdlib_assert-has-float64array-support@0.2.2/node_modules/@stdlib/assert-has-float64array-support/lib/index.js +29 -0
  453. package/dist/node_modules/.pnpm/@stdlib_assert-has-float64array-support@0.2.2/node_modules/@stdlib/assert-has-float64array-support/lib/index.js.map +1 -0
  454. package/dist/node_modules/.pnpm/@stdlib_assert-has-float64array-support@0.2.2/node_modules/@stdlib/assert-has-float64array-support/lib/main.js +41 -0
  455. package/dist/node_modules/.pnpm/@stdlib_assert-has-float64array-support@0.2.2/node_modules/@stdlib/assert-has-float64array-support/lib/main.js.map +1 -0
  456. package/dist/node_modules/.pnpm/@stdlib_assert-has-generator-support@0.2.2/node_modules/@stdlib/assert-has-generator-support/lib/index.js +29 -0
  457. package/dist/node_modules/.pnpm/@stdlib_assert-has-generator-support@0.2.2/node_modules/@stdlib/assert-has-generator-support/lib/index.js.map +1 -0
  458. package/dist/node_modules/.pnpm/@stdlib_assert-has-generator-support@0.2.2/node_modules/@stdlib/assert-has-generator-support/lib/main.js +38 -0
  459. package/dist/node_modules/.pnpm/@stdlib_assert-has-generator-support@0.2.2/node_modules/@stdlib/assert-has-generator-support/lib/main.js.map +1 -0
  460. package/dist/node_modules/.pnpm/@stdlib_assert-has-int16array-support@0.2.2/node_modules/@stdlib/assert-has-int16array-support/lib/index.js +29 -0
  461. package/dist/node_modules/.pnpm/@stdlib_assert-has-int16array-support@0.2.2/node_modules/@stdlib/assert-has-int16array-support/lib/index.js.map +1 -0
  462. package/dist/node_modules/.pnpm/@stdlib_assert-has-int16array-support@0.2.2/node_modules/@stdlib/assert-has-int16array-support/lib/int16array.js +28 -0
  463. package/dist/node_modules/.pnpm/@stdlib_assert-has-int16array-support@0.2.2/node_modules/@stdlib/assert-has-int16array-support/lib/int16array.js.map +1 -0
  464. package/dist/node_modules/.pnpm/@stdlib_assert-has-int16array-support@0.2.2/node_modules/@stdlib/assert-has-int16array-support/lib/main.js +45 -0
  465. package/dist/node_modules/.pnpm/@stdlib_assert-has-int16array-support@0.2.2/node_modules/@stdlib/assert-has-int16array-support/lib/main.js.map +1 -0
  466. package/dist/node_modules/.pnpm/@stdlib_assert-has-int32array-support@0.2.2/node_modules/@stdlib/assert-has-int32array-support/lib/index.js +29 -0
  467. package/dist/node_modules/.pnpm/@stdlib_assert-has-int32array-support@0.2.2/node_modules/@stdlib/assert-has-int32array-support/lib/index.js.map +1 -0
  468. package/dist/node_modules/.pnpm/@stdlib_assert-has-int32array-support@0.2.2/node_modules/@stdlib/assert-has-int32array-support/lib/int32array.js +28 -0
  469. package/dist/node_modules/.pnpm/@stdlib_assert-has-int32array-support@0.2.2/node_modules/@stdlib/assert-has-int32array-support/lib/int32array.js.map +1 -0
  470. package/dist/node_modules/.pnpm/@stdlib_assert-has-int32array-support@0.2.2/node_modules/@stdlib/assert-has-int32array-support/lib/main.js +45 -0
  471. package/dist/node_modules/.pnpm/@stdlib_assert-has-int32array-support@0.2.2/node_modules/@stdlib/assert-has-int32array-support/lib/main.js.map +1 -0
  472. package/dist/node_modules/.pnpm/@stdlib_assert-has-int8array-support@0.2.2/node_modules/@stdlib/assert-has-int8array-support/lib/index.js +29 -0
  473. package/dist/node_modules/.pnpm/@stdlib_assert-has-int8array-support@0.2.2/node_modules/@stdlib/assert-has-int8array-support/lib/index.js.map +1 -0
  474. package/dist/node_modules/.pnpm/@stdlib_assert-has-int8array-support@0.2.2/node_modules/@stdlib/assert-has-int8array-support/lib/int8array.js +28 -0
  475. package/dist/node_modules/.pnpm/@stdlib_assert-has-int8array-support@0.2.2/node_modules/@stdlib/assert-has-int8array-support/lib/int8array.js.map +1 -0
  476. package/dist/node_modules/.pnpm/@stdlib_assert-has-int8array-support@0.2.2/node_modules/@stdlib/assert-has-int8array-support/lib/main.js +45 -0
  477. package/dist/node_modules/.pnpm/@stdlib_assert-has-int8array-support@0.2.2/node_modules/@stdlib/assert-has-int8array-support/lib/main.js.map +1 -0
  478. package/dist/node_modules/.pnpm/@stdlib_assert-has-iterator-symbol-support@0.2.2/node_modules/@stdlib/assert-has-iterator-symbol-support/lib/index.js +29 -0
  479. package/dist/node_modules/.pnpm/@stdlib_assert-has-iterator-symbol-support@0.2.2/node_modules/@stdlib/assert-has-iterator-symbol-support/lib/index.js.map +1 -0
  480. package/dist/node_modules/.pnpm/@stdlib_assert-has-iterator-symbol-support@0.2.2/node_modules/@stdlib/assert-has-iterator-symbol-support/lib/main.js +33 -0
  481. package/dist/node_modules/.pnpm/@stdlib_assert-has-iterator-symbol-support@0.2.2/node_modules/@stdlib/assert-has-iterator-symbol-support/lib/main.js.map +1 -0
  482. package/dist/node_modules/.pnpm/@stdlib_assert-has-own-property@0.2.2/node_modules/@stdlib/assert-has-own-property/lib/index.js +29 -0
  483. package/dist/node_modules/.pnpm/@stdlib_assert-has-own-property@0.2.2/node_modules/@stdlib/assert-has-own-property/lib/index.js.map +1 -0
  484. package/dist/node_modules/.pnpm/@stdlib_assert-has-own-property@0.2.2/node_modules/@stdlib/assert-has-own-property/lib/main.js +31 -0
  485. package/dist/node_modules/.pnpm/@stdlib_assert-has-own-property@0.2.2/node_modules/@stdlib/assert-has-own-property/lib/main.js.map +1 -0
  486. package/dist/node_modules/.pnpm/@stdlib_assert-has-symbol-support@0.2.2/node_modules/@stdlib/assert-has-symbol-support/lib/index.js +29 -0
  487. package/dist/node_modules/.pnpm/@stdlib_assert-has-symbol-support@0.2.2/node_modules/@stdlib/assert-has-symbol-support/lib/index.js.map +1 -0
  488. package/dist/node_modules/.pnpm/@stdlib_assert-has-symbol-support@0.2.2/node_modules/@stdlib/assert-has-symbol-support/lib/main.js +30 -0
  489. package/dist/node_modules/.pnpm/@stdlib_assert-has-symbol-support@0.2.2/node_modules/@stdlib/assert-has-symbol-support/lib/main.js.map +1 -0
  490. package/dist/node_modules/.pnpm/@stdlib_assert-has-tostringtag-support@0.2.2/node_modules/@stdlib/assert-has-tostringtag-support/lib/index.js +29 -0
  491. package/dist/node_modules/.pnpm/@stdlib_assert-has-tostringtag-support@0.2.2/node_modules/@stdlib/assert-has-tostringtag-support/lib/index.js.map +1 -0
  492. package/dist/node_modules/.pnpm/@stdlib_assert-has-tostringtag-support@0.2.2/node_modules/@stdlib/assert-has-tostringtag-support/lib/main.js +32 -0
  493. package/dist/node_modules/.pnpm/@stdlib_assert-has-tostringtag-support@0.2.2/node_modules/@stdlib/assert-has-tostringtag-support/lib/main.js.map +1 -0
  494. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint16array-support@0.2.2/node_modules/@stdlib/assert-has-uint16array-support/lib/index.js +29 -0
  495. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint16array-support@0.2.2/node_modules/@stdlib/assert-has-uint16array-support/lib/index.js.map +1 -0
  496. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint16array-support@0.2.2/node_modules/@stdlib/assert-has-uint16array-support/lib/main.js +45 -0
  497. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint16array-support@0.2.2/node_modules/@stdlib/assert-has-uint16array-support/lib/main.js.map +1 -0
  498. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint16array-support@0.2.2/node_modules/@stdlib/assert-has-uint16array-support/lib/uint16array.js +28 -0
  499. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint16array-support@0.2.2/node_modules/@stdlib/assert-has-uint16array-support/lib/uint16array.js.map +1 -0
  500. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint32array-support@0.2.2/node_modules/@stdlib/assert-has-uint32array-support/lib/index.js +29 -0
  501. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint32array-support@0.2.2/node_modules/@stdlib/assert-has-uint32array-support/lib/index.js.map +1 -0
  502. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint32array-support@0.2.2/node_modules/@stdlib/assert-has-uint32array-support/lib/main.js +45 -0
  503. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint32array-support@0.2.2/node_modules/@stdlib/assert-has-uint32array-support/lib/main.js.map +1 -0
  504. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint32array-support@0.2.2/node_modules/@stdlib/assert-has-uint32array-support/lib/uint32array.js +28 -0
  505. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint32array-support@0.2.2/node_modules/@stdlib/assert-has-uint32array-support/lib/uint32array.js.map +1 -0
  506. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint8array-support@0.2.2/node_modules/@stdlib/assert-has-uint8array-support/lib/index.js +29 -0
  507. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint8array-support@0.2.2/node_modules/@stdlib/assert-has-uint8array-support/lib/index.js.map +1 -0
  508. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint8array-support@0.2.2/node_modules/@stdlib/assert-has-uint8array-support/lib/main.js +45 -0
  509. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint8array-support@0.2.2/node_modules/@stdlib/assert-has-uint8array-support/lib/main.js.map +1 -0
  510. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint8array-support@0.2.2/node_modules/@stdlib/assert-has-uint8array-support/lib/uint8array.js +28 -0
  511. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint8array-support@0.2.2/node_modules/@stdlib/assert-has-uint8array-support/lib/uint8array.js.map +1 -0
  512. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint8clampedarray-support@0.2.2/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/index.js +29 -0
  513. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint8clampedarray-support@0.2.2/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/index.js.map +1 -0
  514. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint8clampedarray-support@0.2.2/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/main.js +44 -0
  515. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint8clampedarray-support@0.2.2/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/main.js.map +1 -0
  516. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint8clampedarray-support@0.2.2/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/uint8clampedarray.js +28 -0
  517. package/dist/node_modules/.pnpm/@stdlib_assert-has-uint8clampedarray-support@0.2.2/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/uint8clampedarray.js.map +1 -0
  518. package/dist/node_modules/.pnpm/@stdlib_assert-is-arguments@0.2.2/node_modules/@stdlib/assert-is-arguments/lib/detect.js +32 -0
  519. package/dist/node_modules/.pnpm/@stdlib_assert-is-arguments@0.2.2/node_modules/@stdlib/assert-is-arguments/lib/detect.js.map +1 -0
  520. package/dist/node_modules/.pnpm/@stdlib_assert-is-arguments@0.2.2/node_modules/@stdlib/assert-is-arguments/lib/index.js +31 -0
  521. package/dist/node_modules/.pnpm/@stdlib_assert-is-arguments@0.2.2/node_modules/@stdlib/assert-is-arguments/lib/index.js.map +1 -0
  522. package/dist/node_modules/.pnpm/@stdlib_assert-is-arguments@0.2.2/node_modules/@stdlib/assert-is-arguments/lib/main.js +32 -0
  523. package/dist/node_modules/.pnpm/@stdlib_assert-is-arguments@0.2.2/node_modules/@stdlib/assert-is-arguments/lib/main.js.map +1 -0
  524. package/dist/node_modules/.pnpm/@stdlib_assert-is-arguments@0.2.2/node_modules/@stdlib/assert-is-arguments/lib/polyfill.js +36 -0
  525. package/dist/node_modules/.pnpm/@stdlib_assert-is-arguments@0.2.2/node_modules/@stdlib/assert-is-arguments/lib/polyfill.js.map +1 -0
  526. package/dist/node_modules/.pnpm/@stdlib_assert-is-array-like-object@0.2.2/node_modules/@stdlib/assert-is-array-like-object/lib/index.js +29 -0
  527. package/dist/node_modules/.pnpm/@stdlib_assert-is-array-like-object@0.2.2/node_modules/@stdlib/assert-is-array-like-object/lib/index.js.map +1 -0
  528. package/dist/node_modules/.pnpm/@stdlib_assert-is-array-like-object@0.2.2/node_modules/@stdlib/assert-is-array-like-object/lib/main.js +33 -0
  529. package/dist/node_modules/.pnpm/@stdlib_assert-is-array-like-object@0.2.2/node_modules/@stdlib/assert-is-array-like-object/lib/main.js.map +1 -0
  530. package/dist/node_modules/.pnpm/@stdlib_assert-is-array-like@0.2.2/node_modules/@stdlib/assert-is-array-like/lib/index.js +29 -0
  531. package/dist/node_modules/.pnpm/@stdlib_assert-is-array-like@0.2.2/node_modules/@stdlib/assert-is-array-like/lib/index.js.map +1 -0
  532. package/dist/node_modules/.pnpm/@stdlib_assert-is-array-like@0.2.2/node_modules/@stdlib/assert-is-array-like/lib/main.js +33 -0
  533. package/dist/node_modules/.pnpm/@stdlib_assert-is-array-like@0.2.2/node_modules/@stdlib/assert-is-array-like/lib/main.js.map +1 -0
  534. package/dist/node_modules/.pnpm/@stdlib_assert-is-array@0.2.2/node_modules/@stdlib/assert-is-array/lib/index.js +29 -0
  535. package/dist/node_modules/.pnpm/@stdlib_assert-is-array@0.2.2/node_modules/@stdlib/assert-is-array/lib/index.js.map +1 -0
  536. package/dist/node_modules/.pnpm/@stdlib_assert-is-array@0.2.2/node_modules/@stdlib/assert-is-array/lib/main.js +32 -0
  537. package/dist/node_modules/.pnpm/@stdlib_assert-is-array@0.2.2/node_modules/@stdlib/assert-is-array/lib/main.js.map +1 -0
  538. package/dist/node_modules/.pnpm/@stdlib_assert-is-arraybuffer@0.2.2/node_modules/@stdlib/assert-is-arraybuffer/lib/index.js +29 -0
  539. package/dist/node_modules/.pnpm/@stdlib_assert-is-arraybuffer@0.2.2/node_modules/@stdlib/assert-is-arraybuffer/lib/index.js.map +1 -0
  540. package/dist/node_modules/.pnpm/@stdlib_assert-is-arraybuffer@0.2.2/node_modules/@stdlib/assert-is-arraybuffer/lib/main.js +33 -0
  541. package/dist/node_modules/.pnpm/@stdlib_assert-is-arraybuffer@0.2.2/node_modules/@stdlib/assert-is-arraybuffer/lib/main.js.map +1 -0
  542. package/dist/node_modules/.pnpm/@stdlib_assert-is-boolean@0.2.2/node_modules/@stdlib/assert-is-boolean/lib/index.js +32 -0
  543. package/dist/node_modules/.pnpm/@stdlib_assert-is-boolean@0.2.2/node_modules/@stdlib/assert-is-boolean/lib/index.js.map +1 -0
  544. package/dist/node_modules/.pnpm/@stdlib_assert-is-boolean@0.2.2/node_modules/@stdlib/assert-is-boolean/lib/main.js +33 -0
  545. package/dist/node_modules/.pnpm/@stdlib_assert-is-boolean@0.2.2/node_modules/@stdlib/assert-is-boolean/lib/main.js.map +1 -0
  546. package/dist/node_modules/.pnpm/@stdlib_assert-is-boolean@0.2.2/node_modules/@stdlib/assert-is-boolean/lib/object.js +35 -0
  547. package/dist/node_modules/.pnpm/@stdlib_assert-is-boolean@0.2.2/node_modules/@stdlib/assert-is-boolean/lib/object.js.map +1 -0
  548. package/dist/node_modules/.pnpm/@stdlib_assert-is-boolean@0.2.2/node_modules/@stdlib/assert-is-boolean/lib/primitive.js +30 -0
  549. package/dist/node_modules/.pnpm/@stdlib_assert-is-boolean@0.2.2/node_modules/@stdlib/assert-is-boolean/lib/primitive.js.map +1 -0
  550. package/dist/node_modules/.pnpm/@stdlib_assert-is-boolean@0.2.2/node_modules/@stdlib/assert-is-boolean/lib/tostring.js +28 -0
  551. package/dist/node_modules/.pnpm/@stdlib_assert-is-boolean@0.2.2/node_modules/@stdlib/assert-is-boolean/lib/tostring.js.map +1 -0
  552. package/dist/node_modules/.pnpm/@stdlib_assert-is-boolean@0.2.2/node_modules/@stdlib/assert-is-boolean/lib/try2serialize.js +36 -0
  553. package/dist/node_modules/.pnpm/@stdlib_assert-is-boolean@0.2.2/node_modules/@stdlib/assert-is-boolean/lib/try2serialize.js.map +1 -0
  554. package/dist/node_modules/.pnpm/@stdlib_assert-is-buffer@0.2.2/node_modules/@stdlib/assert-is-buffer/lib/index.js +29 -0
  555. package/dist/node_modules/.pnpm/@stdlib_assert-is-buffer@0.2.2/node_modules/@stdlib/assert-is-buffer/lib/index.js.map +1 -0
  556. package/dist/node_modules/.pnpm/@stdlib_assert-is-buffer@0.2.2/node_modules/@stdlib/assert-is-buffer/lib/main.js +35 -0
  557. package/dist/node_modules/.pnpm/@stdlib_assert-is-buffer@0.2.2/node_modules/@stdlib/assert-is-buffer/lib/main.js.map +1 -0
  558. package/dist/node_modules/.pnpm/@stdlib_assert-is-collection@0.2.2/node_modules/@stdlib/assert-is-collection/lib/index.js +29 -0
  559. package/dist/node_modules/.pnpm/@stdlib_assert-is-collection@0.2.2/node_modules/@stdlib/assert-is-collection/lib/index.js.map +1 -0
  560. package/dist/node_modules/.pnpm/@stdlib_assert-is-collection@0.2.2/node_modules/@stdlib/assert-is-collection/lib/main.js +33 -0
  561. package/dist/node_modules/.pnpm/@stdlib_assert-is-collection@0.2.2/node_modules/@stdlib/assert-is-collection/lib/main.js.map +1 -0
  562. package/dist/node_modules/.pnpm/@stdlib_assert-is-complex-like@0.2.2/node_modules/@stdlib/assert-is-complex-like/lib/index.js +29 -0
  563. package/dist/node_modules/.pnpm/@stdlib_assert-is-complex-like@0.2.2/node_modules/@stdlib/assert-is-complex-like/lib/index.js.map +1 -0
  564. package/dist/node_modules/.pnpm/@stdlib_assert-is-complex-like@0.2.2/node_modules/@stdlib/assert-is-complex-like/lib/main.js +33 -0
  565. package/dist/node_modules/.pnpm/@stdlib_assert-is-complex-like@0.2.2/node_modules/@stdlib/assert-is-complex-like/lib/main.js.map +1 -0
  566. package/dist/node_modules/.pnpm/@stdlib_assert-is-enumerable-property@0.2.2/node_modules/@stdlib/assert-is-enumerable-property/lib/has_string_enumerability_bug.js +32 -0
  567. package/dist/node_modules/.pnpm/@stdlib_assert-is-enumerable-property@0.2.2/node_modules/@stdlib/assert-is-enumerable-property/lib/has_string_enumerability_bug.js.map +1 -0
  568. package/dist/node_modules/.pnpm/@stdlib_assert-is-enumerable-property@0.2.2/node_modules/@stdlib/assert-is-enumerable-property/lib/index.js +29 -0
  569. package/dist/node_modules/.pnpm/@stdlib_assert-is-enumerable-property@0.2.2/node_modules/@stdlib/assert-is-enumerable-property/lib/index.js.map +1 -0
  570. package/dist/node_modules/.pnpm/@stdlib_assert-is-enumerable-property@0.2.2/node_modules/@stdlib/assert-is-enumerable-property/lib/main.js +37 -0
  571. package/dist/node_modules/.pnpm/@stdlib_assert-is-enumerable-property@0.2.2/node_modules/@stdlib/assert-is-enumerable-property/lib/main.js.map +1 -0
  572. package/dist/node_modules/.pnpm/@stdlib_assert-is-enumerable-property@0.2.2/node_modules/@stdlib/assert-is-enumerable-property/lib/native.js +28 -0
  573. package/dist/node_modules/.pnpm/@stdlib_assert-is-enumerable-property@0.2.2/node_modules/@stdlib/assert-is-enumerable-property/lib/native.js.map +1 -0
  574. package/dist/node_modules/.pnpm/@stdlib_assert-is-float32array@0.2.2/node_modules/@stdlib/assert-is-float32array/lib/index.js +29 -0
  575. package/dist/node_modules/.pnpm/@stdlib_assert-is-float32array@0.2.2/node_modules/@stdlib/assert-is-float32array/lib/index.js.map +1 -0
  576. package/dist/node_modules/.pnpm/@stdlib_assert-is-float32array@0.2.2/node_modules/@stdlib/assert-is-float32array/lib/main.js +33 -0
  577. package/dist/node_modules/.pnpm/@stdlib_assert-is-float32array@0.2.2/node_modules/@stdlib/assert-is-float32array/lib/main.js.map +1 -0
  578. package/dist/node_modules/.pnpm/@stdlib_assert-is-float64array@0.2.2/node_modules/@stdlib/assert-is-float64array/lib/index.js +29 -0
  579. package/dist/node_modules/.pnpm/@stdlib_assert-is-float64array@0.2.2/node_modules/@stdlib/assert-is-float64array/lib/index.js.map +1 -0
  580. package/dist/node_modules/.pnpm/@stdlib_assert-is-float64array@0.2.2/node_modules/@stdlib/assert-is-float64array/lib/main.js +33 -0
  581. package/dist/node_modules/.pnpm/@stdlib_assert-is-float64array@0.2.2/node_modules/@stdlib/assert-is-float64array/lib/main.js.map +1 -0
  582. package/dist/node_modules/.pnpm/@stdlib_assert-is-function@0.2.2/node_modules/@stdlib/assert-is-function/lib/index.js +29 -0
  583. package/dist/node_modules/.pnpm/@stdlib_assert-is-function@0.2.2/node_modules/@stdlib/assert-is-function/lib/index.js.map +1 -0
  584. package/dist/node_modules/.pnpm/@stdlib_assert-is-function@0.2.2/node_modules/@stdlib/assert-is-function/lib/main.js +32 -0
  585. package/dist/node_modules/.pnpm/@stdlib_assert-is-function@0.2.2/node_modules/@stdlib/assert-is-function/lib/main.js.map +1 -0
  586. package/dist/node_modules/.pnpm/@stdlib_assert-is-int16array@0.2.2/node_modules/@stdlib/assert-is-int16array/lib/index.js +29 -0
  587. package/dist/node_modules/.pnpm/@stdlib_assert-is-int16array@0.2.2/node_modules/@stdlib/assert-is-int16array/lib/index.js.map +1 -0
  588. package/dist/node_modules/.pnpm/@stdlib_assert-is-int16array@0.2.2/node_modules/@stdlib/assert-is-int16array/lib/main.js +33 -0
  589. package/dist/node_modules/.pnpm/@stdlib_assert-is-int16array@0.2.2/node_modules/@stdlib/assert-is-int16array/lib/main.js.map +1 -0
  590. package/dist/node_modules/.pnpm/@stdlib_assert-is-int32array@0.2.2/node_modules/@stdlib/assert-is-int32array/lib/index.js +29 -0
  591. package/dist/node_modules/.pnpm/@stdlib_assert-is-int32array@0.2.2/node_modules/@stdlib/assert-is-int32array/lib/index.js.map +1 -0
  592. package/dist/node_modules/.pnpm/@stdlib_assert-is-int32array@0.2.2/node_modules/@stdlib/assert-is-int32array/lib/main.js +33 -0
  593. package/dist/node_modules/.pnpm/@stdlib_assert-is-int32array@0.2.2/node_modules/@stdlib/assert-is-int32array/lib/main.js.map +1 -0
  594. package/dist/node_modules/.pnpm/@stdlib_assert-is-int8array@0.2.2/node_modules/@stdlib/assert-is-int8array/lib/index.js +29 -0
  595. package/dist/node_modules/.pnpm/@stdlib_assert-is-int8array@0.2.2/node_modules/@stdlib/assert-is-int8array/lib/index.js.map +1 -0
  596. package/dist/node_modules/.pnpm/@stdlib_assert-is-int8array@0.2.2/node_modules/@stdlib/assert-is-int8array/lib/main.js +33 -0
  597. package/dist/node_modules/.pnpm/@stdlib_assert-is-int8array@0.2.2/node_modules/@stdlib/assert-is-int8array/lib/main.js.map +1 -0
  598. package/dist/node_modules/.pnpm/@stdlib_assert-is-integer@0.2.2/node_modules/@stdlib/assert-is-integer/lib/index.js +32 -0
  599. package/dist/node_modules/.pnpm/@stdlib_assert-is-integer@0.2.2/node_modules/@stdlib/assert-is-integer/lib/index.js.map +1 -0
  600. package/dist/node_modules/.pnpm/@stdlib_assert-is-integer@0.2.2/node_modules/@stdlib/assert-is-integer/lib/integer.js +34 -0
  601. package/dist/node_modules/.pnpm/@stdlib_assert-is-integer@0.2.2/node_modules/@stdlib/assert-is-integer/lib/integer.js.map +1 -0
  602. package/dist/node_modules/.pnpm/@stdlib_assert-is-integer@0.2.2/node_modules/@stdlib/assert-is-integer/lib/main.js +33 -0
  603. package/dist/node_modules/.pnpm/@stdlib_assert-is-integer@0.2.2/node_modules/@stdlib/assert-is-integer/lib/main.js.map +1 -0
  604. package/dist/node_modules/.pnpm/@stdlib_assert-is-integer@0.2.2/node_modules/@stdlib/assert-is-integer/lib/object.js +33 -0
  605. package/dist/node_modules/.pnpm/@stdlib_assert-is-integer@0.2.2/node_modules/@stdlib/assert-is-integer/lib/object.js.map +1 -0
  606. package/dist/node_modules/.pnpm/@stdlib_assert-is-integer@0.2.2/node_modules/@stdlib/assert-is-integer/lib/primitive.js +33 -0
  607. package/dist/node_modules/.pnpm/@stdlib_assert-is-integer@0.2.2/node_modules/@stdlib/assert-is-integer/lib/primitive.js.map +1 -0
  608. package/dist/node_modules/.pnpm/@stdlib_assert-is-little-endian@0.2.2/node_modules/@stdlib/assert-is-little-endian/lib/ctors.js +33 -0
  609. package/dist/node_modules/.pnpm/@stdlib_assert-is-little-endian@0.2.2/node_modules/@stdlib/assert-is-little-endian/lib/ctors.js.map +1 -0
  610. package/dist/node_modules/.pnpm/@stdlib_assert-is-little-endian@0.2.2/node_modules/@stdlib/assert-is-little-endian/lib/index.js +29 -0
  611. package/dist/node_modules/.pnpm/@stdlib_assert-is-little-endian@0.2.2/node_modules/@stdlib/assert-is-little-endian/lib/index.js.map +1 -0
  612. package/dist/node_modules/.pnpm/@stdlib_assert-is-little-endian@0.2.2/node_modules/@stdlib/assert-is-little-endian/lib/main.js +33 -0
  613. package/dist/node_modules/.pnpm/@stdlib_assert-is-little-endian@0.2.2/node_modules/@stdlib/assert-is-little-endian/lib/main.js.map +1 -0
  614. package/dist/node_modules/.pnpm/@stdlib_assert-is-nan@0.2.2/node_modules/@stdlib/assert-is-nan/lib/index.js +32 -0
  615. package/dist/node_modules/.pnpm/@stdlib_assert-is-nan@0.2.2/node_modules/@stdlib/assert-is-nan/lib/index.js.map +1 -0
  616. package/dist/node_modules/.pnpm/@stdlib_assert-is-nan@0.2.2/node_modules/@stdlib/assert-is-nan/lib/main.js +33 -0
  617. package/dist/node_modules/.pnpm/@stdlib_assert-is-nan@0.2.2/node_modules/@stdlib/assert-is-nan/lib/main.js.map +1 -0
  618. package/dist/node_modules/.pnpm/@stdlib_assert-is-nan@0.2.2/node_modules/@stdlib/assert-is-nan/lib/object.js +33 -0
  619. package/dist/node_modules/.pnpm/@stdlib_assert-is-nan@0.2.2/node_modules/@stdlib/assert-is-nan/lib/object.js.map +1 -0
  620. package/dist/node_modules/.pnpm/@stdlib_assert-is-nan@0.2.2/node_modules/@stdlib/assert-is-nan/lib/primitive.js +33 -0
  621. package/dist/node_modules/.pnpm/@stdlib_assert-is-nan@0.2.2/node_modules/@stdlib/assert-is-nan/lib/primitive.js.map +1 -0
  622. package/dist/node_modules/.pnpm/@stdlib_assert-is-nonnegative-integer@0.2.2/node_modules/@stdlib/assert-is-nonnegative-integer/lib/index.js +32 -0
  623. package/dist/node_modules/.pnpm/@stdlib_assert-is-nonnegative-integer@0.2.2/node_modules/@stdlib/assert-is-nonnegative-integer/lib/index.js.map +1 -0
  624. package/dist/node_modules/.pnpm/@stdlib_assert-is-nonnegative-integer@0.2.2/node_modules/@stdlib/assert-is-nonnegative-integer/lib/main.js +33 -0
  625. package/dist/node_modules/.pnpm/@stdlib_assert-is-nonnegative-integer@0.2.2/node_modules/@stdlib/assert-is-nonnegative-integer/lib/main.js.map +1 -0
  626. package/dist/node_modules/.pnpm/@stdlib_assert-is-nonnegative-integer@0.2.2/node_modules/@stdlib/assert-is-nonnegative-integer/lib/object.js +32 -0
  627. package/dist/node_modules/.pnpm/@stdlib_assert-is-nonnegative-integer@0.2.2/node_modules/@stdlib/assert-is-nonnegative-integer/lib/object.js.map +1 -0
  628. package/dist/node_modules/.pnpm/@stdlib_assert-is-nonnegative-integer@0.2.2/node_modules/@stdlib/assert-is-nonnegative-integer/lib/primitive.js +32 -0
  629. package/dist/node_modules/.pnpm/@stdlib_assert-is-nonnegative-integer@0.2.2/node_modules/@stdlib/assert-is-nonnegative-integer/lib/primitive.js.map +1 -0
  630. package/dist/node_modules/.pnpm/@stdlib_assert-is-number-array@0.2.2/node_modules/@stdlib/assert-is-number-array/lib/index.js +31 -0
  631. package/dist/node_modules/.pnpm/@stdlib_assert-is-number-array@0.2.2/node_modules/@stdlib/assert-is-number-array/lib/index.js.map +1 -0
  632. package/dist/node_modules/.pnpm/@stdlib_assert-is-number@0.2.2/node_modules/@stdlib/assert-is-number/lib/index.js +32 -0
  633. package/dist/node_modules/.pnpm/@stdlib_assert-is-number@0.2.2/node_modules/@stdlib/assert-is-number/lib/index.js.map +1 -0
  634. package/dist/node_modules/.pnpm/@stdlib_assert-is-number@0.2.2/node_modules/@stdlib/assert-is-number/lib/main.js +33 -0
  635. package/dist/node_modules/.pnpm/@stdlib_assert-is-number@0.2.2/node_modules/@stdlib/assert-is-number/lib/main.js.map +1 -0
  636. package/dist/node_modules/.pnpm/@stdlib_assert-is-number@0.2.2/node_modules/@stdlib/assert-is-number/lib/object.js +35 -0
  637. package/dist/node_modules/.pnpm/@stdlib_assert-is-number@0.2.2/node_modules/@stdlib/assert-is-number/lib/object.js.map +1 -0
  638. package/dist/node_modules/.pnpm/@stdlib_assert-is-number@0.2.2/node_modules/@stdlib/assert-is-number/lib/primitive.js +30 -0
  639. package/dist/node_modules/.pnpm/@stdlib_assert-is-number@0.2.2/node_modules/@stdlib/assert-is-number/lib/primitive.js.map +1 -0
  640. package/dist/node_modules/.pnpm/@stdlib_assert-is-number@0.2.2/node_modules/@stdlib/assert-is-number/lib/tostring.js +29 -0
  641. package/dist/node_modules/.pnpm/@stdlib_assert-is-number@0.2.2/node_modules/@stdlib/assert-is-number/lib/tostring.js.map +1 -0
  642. package/dist/node_modules/.pnpm/@stdlib_assert-is-number@0.2.2/node_modules/@stdlib/assert-is-number/lib/try2serialize.js +36 -0
  643. package/dist/node_modules/.pnpm/@stdlib_assert-is-number@0.2.2/node_modules/@stdlib/assert-is-number/lib/try2serialize.js.map +1 -0
  644. package/dist/node_modules/.pnpm/@stdlib_assert-is-object-like@0.2.2/node_modules/@stdlib/assert-is-object-like/lib/index.js +31 -0
  645. package/dist/node_modules/.pnpm/@stdlib_assert-is-object-like@0.2.2/node_modules/@stdlib/assert-is-object-like/lib/index.js.map +1 -0
  646. package/dist/node_modules/.pnpm/@stdlib_assert-is-object-like@0.2.2/node_modules/@stdlib/assert-is-object-like/lib/main.js +30 -0
  647. package/dist/node_modules/.pnpm/@stdlib_assert-is-object-like@0.2.2/node_modules/@stdlib/assert-is-object-like/lib/main.js.map +1 -0
  648. package/dist/node_modules/.pnpm/@stdlib_assert-is-object@0.2.2/node_modules/@stdlib/assert-is-object/lib/index.js +29 -0
  649. package/dist/node_modules/.pnpm/@stdlib_assert-is-object@0.2.2/node_modules/@stdlib/assert-is-object/lib/index.js.map +1 -0
  650. package/dist/node_modules/.pnpm/@stdlib_assert-is-object@0.2.2/node_modules/@stdlib/assert-is-object/lib/main.js +32 -0
  651. package/dist/node_modules/.pnpm/@stdlib_assert-is-object@0.2.2/node_modules/@stdlib/assert-is-object/lib/main.js.map +1 -0
  652. package/dist/node_modules/.pnpm/@stdlib_assert-is-plain-object@0.2.2/node_modules/@stdlib/assert-is-plain-object/lib/index.js +29 -0
  653. package/dist/node_modules/.pnpm/@stdlib_assert-is-plain-object@0.2.2/node_modules/@stdlib/assert-is-plain-object/lib/index.js.map +1 -0
  654. package/dist/node_modules/.pnpm/@stdlib_assert-is-plain-object@0.2.2/node_modules/@stdlib/assert-is-plain-object/lib/main.js +51 -0
  655. package/dist/node_modules/.pnpm/@stdlib_assert-is-plain-object@0.2.2/node_modules/@stdlib/assert-is-plain-object/lib/main.js.map +1 -0
  656. package/dist/node_modules/.pnpm/@stdlib_assert-is-positive-integer@0.2.2/node_modules/@stdlib/assert-is-positive-integer/lib/index.js +32 -0
  657. package/dist/node_modules/.pnpm/@stdlib_assert-is-positive-integer@0.2.2/node_modules/@stdlib/assert-is-positive-integer/lib/index.js.map +1 -0
  658. package/dist/node_modules/.pnpm/@stdlib_assert-is-positive-integer@0.2.2/node_modules/@stdlib/assert-is-positive-integer/lib/main.js +33 -0
  659. package/dist/node_modules/.pnpm/@stdlib_assert-is-positive-integer@0.2.2/node_modules/@stdlib/assert-is-positive-integer/lib/main.js.map +1 -0
  660. package/dist/node_modules/.pnpm/@stdlib_assert-is-positive-integer@0.2.2/node_modules/@stdlib/assert-is-positive-integer/lib/object.js +32 -0
  661. package/dist/node_modules/.pnpm/@stdlib_assert-is-positive-integer@0.2.2/node_modules/@stdlib/assert-is-positive-integer/lib/object.js.map +1 -0
  662. package/dist/node_modules/.pnpm/@stdlib_assert-is-positive-integer@0.2.2/node_modules/@stdlib/assert-is-positive-integer/lib/primitive.js +32 -0
  663. package/dist/node_modules/.pnpm/@stdlib_assert-is-positive-integer@0.2.2/node_modules/@stdlib/assert-is-positive-integer/lib/primitive.js.map +1 -0
  664. package/dist/node_modules/.pnpm/@stdlib_assert-is-string@0.2.2/node_modules/@stdlib/assert-is-string/lib/index.js +32 -0
  665. package/dist/node_modules/.pnpm/@stdlib_assert-is-string@0.2.2/node_modules/@stdlib/assert-is-string/lib/index.js.map +1 -0
  666. package/dist/node_modules/.pnpm/@stdlib_assert-is-string@0.2.2/node_modules/@stdlib/assert-is-string/lib/main.js +33 -0
  667. package/dist/node_modules/.pnpm/@stdlib_assert-is-string@0.2.2/node_modules/@stdlib/assert-is-string/lib/main.js.map +1 -0
  668. package/dist/node_modules/.pnpm/@stdlib_assert-is-string@0.2.2/node_modules/@stdlib/assert-is-string/lib/object.js +34 -0
  669. package/dist/node_modules/.pnpm/@stdlib_assert-is-string@0.2.2/node_modules/@stdlib/assert-is-string/lib/object.js.map +1 -0
  670. package/dist/node_modules/.pnpm/@stdlib_assert-is-string@0.2.2/node_modules/@stdlib/assert-is-string/lib/primitive.js +30 -0
  671. package/dist/node_modules/.pnpm/@stdlib_assert-is-string@0.2.2/node_modules/@stdlib/assert-is-string/lib/primitive.js.map +1 -0
  672. package/dist/node_modules/.pnpm/@stdlib_assert-is-string@0.2.2/node_modules/@stdlib/assert-is-string/lib/try2valueof.js +36 -0
  673. package/dist/node_modules/.pnpm/@stdlib_assert-is-string@0.2.2/node_modules/@stdlib/assert-is-string/lib/try2valueof.js.map +1 -0
  674. package/dist/node_modules/.pnpm/@stdlib_assert-is-string@0.2.2/node_modules/@stdlib/assert-is-string/lib/valueof.js +28 -0
  675. package/dist/node_modules/.pnpm/@stdlib_assert-is-string@0.2.2/node_modules/@stdlib/assert-is-string/lib/valueof.js.map +1 -0
  676. package/dist/node_modules/.pnpm/@stdlib_assert-is-typed-array-like@0.2.2/node_modules/@stdlib/assert-is-typed-array-like/lib/index.js +29 -0
  677. package/dist/node_modules/.pnpm/@stdlib_assert-is-typed-array-like@0.2.2/node_modules/@stdlib/assert-is-typed-array-like/lib/index.js.map +1 -0
  678. package/dist/node_modules/.pnpm/@stdlib_assert-is-typed-array-like@0.2.2/node_modules/@stdlib/assert-is-typed-array-like/lib/main.js +33 -0
  679. package/dist/node_modules/.pnpm/@stdlib_assert-is-typed-array-like@0.2.2/node_modules/@stdlib/assert-is-typed-array-like/lib/main.js.map +1 -0
  680. package/dist/node_modules/.pnpm/@stdlib_assert-is-uint16array@0.2.2/node_modules/@stdlib/assert-is-uint16array/lib/index.js +29 -0
  681. package/dist/node_modules/.pnpm/@stdlib_assert-is-uint16array@0.2.2/node_modules/@stdlib/assert-is-uint16array/lib/index.js.map +1 -0
  682. package/dist/node_modules/.pnpm/@stdlib_assert-is-uint16array@0.2.2/node_modules/@stdlib/assert-is-uint16array/lib/main.js +33 -0
  683. package/dist/node_modules/.pnpm/@stdlib_assert-is-uint16array@0.2.2/node_modules/@stdlib/assert-is-uint16array/lib/main.js.map +1 -0
  684. package/dist/node_modules/.pnpm/@stdlib_assert-is-uint32array@0.2.2/node_modules/@stdlib/assert-is-uint32array/lib/index.js +29 -0
  685. package/dist/node_modules/.pnpm/@stdlib_assert-is-uint32array@0.2.2/node_modules/@stdlib/assert-is-uint32array/lib/index.js.map +1 -0
  686. package/dist/node_modules/.pnpm/@stdlib_assert-is-uint32array@0.2.2/node_modules/@stdlib/assert-is-uint32array/lib/main.js +33 -0
  687. package/dist/node_modules/.pnpm/@stdlib_assert-is-uint32array@0.2.2/node_modules/@stdlib/assert-is-uint32array/lib/main.js.map +1 -0
  688. package/dist/node_modules/.pnpm/@stdlib_assert-is-uint8array@0.2.2/node_modules/@stdlib/assert-is-uint8array/lib/index.js +29 -0
  689. package/dist/node_modules/.pnpm/@stdlib_assert-is-uint8array@0.2.2/node_modules/@stdlib/assert-is-uint8array/lib/index.js.map +1 -0
  690. package/dist/node_modules/.pnpm/@stdlib_assert-is-uint8array@0.2.2/node_modules/@stdlib/assert-is-uint8array/lib/main.js +33 -0
  691. package/dist/node_modules/.pnpm/@stdlib_assert-is-uint8array@0.2.2/node_modules/@stdlib/assert-is-uint8array/lib/main.js.map +1 -0
  692. package/dist/node_modules/.pnpm/@stdlib_assert-is-uint8clampedarray@0.2.2/node_modules/@stdlib/assert-is-uint8clampedarray/lib/index.js +29 -0
  693. package/dist/node_modules/.pnpm/@stdlib_assert-is-uint8clampedarray@0.2.2/node_modules/@stdlib/assert-is-uint8clampedarray/lib/index.js.map +1 -0
  694. package/dist/node_modules/.pnpm/@stdlib_assert-is-uint8clampedarray@0.2.2/node_modules/@stdlib/assert-is-uint8clampedarray/lib/main.js +33 -0
  695. package/dist/node_modules/.pnpm/@stdlib_assert-is-uint8clampedarray@0.2.2/node_modules/@stdlib/assert-is-uint8clampedarray/lib/main.js.map +1 -0
  696. package/dist/node_modules/.pnpm/@stdlib_assert-tools-array-function@0.2.2/node_modules/@stdlib/assert-tools-array-function/lib/index.js +29 -0
  697. package/dist/node_modules/.pnpm/@stdlib_assert-tools-array-function@0.2.2/node_modules/@stdlib/assert-tools-array-function/lib/index.js.map +1 -0
  698. package/dist/node_modules/.pnpm/@stdlib_assert-tools-array-function@0.2.2/node_modules/@stdlib/assert-tools-array-function/lib/main.js +44 -0
  699. package/dist/node_modules/.pnpm/@stdlib_assert-tools-array-function@0.2.2/node_modules/@stdlib/assert-tools-array-function/lib/main.js.map +1 -0
  700. package/dist/node_modules/.pnpm/@stdlib_assert-tools-array-like-function@0.2.2/node_modules/@stdlib/assert-tools-array-like-function/lib/index.js +29 -0
  701. package/dist/node_modules/.pnpm/@stdlib_assert-tools-array-like-function@0.2.2/node_modules/@stdlib/assert-tools-array-like-function/lib/index.js.map +1 -0
  702. package/dist/node_modules/.pnpm/@stdlib_assert-tools-array-like-function@0.2.2/node_modules/@stdlib/assert-tools-array-like-function/lib/main.js +44 -0
  703. package/dist/node_modules/.pnpm/@stdlib_assert-tools-array-like-function@0.2.2/node_modules/@stdlib/assert-tools-array-like-function/lib/main.js.map +1 -0
  704. package/dist/node_modules/.pnpm/@stdlib_blas-base-gcopy@0.2.1/node_modules/@stdlib/blas-base-gcopy/lib/accessors.js +33 -0
  705. package/dist/node_modules/.pnpm/@stdlib_blas-base-gcopy@0.2.1/node_modules/@stdlib/blas-base-gcopy/lib/accessors.js.map +1 -0
  706. package/dist/node_modules/.pnpm/@stdlib_blas-base-gcopy@0.2.1/node_modules/@stdlib/blas-base-gcopy/lib/index.js +31 -0
  707. package/dist/node_modules/.pnpm/@stdlib_blas-base-gcopy@0.2.1/node_modules/@stdlib/blas-base-gcopy/lib/index.js.map +1 -0
  708. package/dist/node_modules/.pnpm/@stdlib_blas-base-gcopy@0.2.1/node_modules/@stdlib/blas-base-gcopy/lib/main.js +50 -0
  709. package/dist/node_modules/.pnpm/@stdlib_blas-base-gcopy@0.2.1/node_modules/@stdlib/blas-base-gcopy/lib/main.js.map +1 -0
  710. package/dist/node_modules/.pnpm/@stdlib_blas-base-gcopy@0.2.1/node_modules/@stdlib/blas-base-gcopy/lib/ndarray.js +50 -0
  711. package/dist/node_modules/.pnpm/@stdlib_blas-base-gcopy@0.2.1/node_modules/@stdlib/blas-base-gcopy/lib/ndarray.js.map +1 -0
  712. package/dist/node_modules/.pnpm/@stdlib_blas-ext-base-gapxsumpw@0.2.2/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/index.js +31 -0
  713. package/dist/node_modules/.pnpm/@stdlib_blas-ext-base-gapxsumpw@0.2.2/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/index.js.map +1 -0
  714. package/dist/node_modules/.pnpm/@stdlib_blas-ext-base-gapxsumpw@0.2.2/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/main.js +42 -0
  715. package/dist/node_modules/.pnpm/@stdlib_blas-ext-base-gapxsumpw@0.2.2/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/main.js.map +1 -0
  716. package/dist/node_modules/.pnpm/@stdlib_blas-ext-base-gapxsumpw@0.2.2/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/ndarray.js +49 -0
  717. package/dist/node_modules/.pnpm/@stdlib_blas-ext-base-gapxsumpw@0.2.2/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/ndarray.js.map +1 -0
  718. package/dist/node_modules/.pnpm/@stdlib_blas-ext-base-gsumpw@0.2.2/node_modules/@stdlib/blas-ext-base-gsumpw/lib/index.js +31 -0
  719. package/dist/node_modules/.pnpm/@stdlib_blas-ext-base-gsumpw@0.2.2/node_modules/@stdlib/blas-ext-base-gsumpw/lib/index.js.map +1 -0
  720. package/dist/node_modules/.pnpm/@stdlib_blas-ext-base-gsumpw@0.2.2/node_modules/@stdlib/blas-ext-base-gsumpw/lib/main.js +42 -0
  721. package/dist/node_modules/.pnpm/@stdlib_blas-ext-base-gsumpw@0.2.2/node_modules/@stdlib/blas-ext-base-gsumpw/lib/main.js.map +1 -0
  722. package/dist/node_modules/.pnpm/@stdlib_blas-ext-base-gsumpw@0.2.2/node_modules/@stdlib/blas-ext-base-gsumpw/lib/ndarray.js +49 -0
  723. package/dist/node_modules/.pnpm/@stdlib_blas-ext-base-gsumpw@0.2.2/node_modules/@stdlib/blas-ext-base-gsumpw/lib/ndarray.js.map +1 -0
  724. package/dist/node_modules/.pnpm/@stdlib_boolean-ctor@0.2.2/node_modules/@stdlib/boolean-ctor/lib/index.js +29 -0
  725. package/dist/node_modules/.pnpm/@stdlib_boolean-ctor@0.2.2/node_modules/@stdlib/boolean-ctor/lib/index.js.map +1 -0
  726. package/dist/node_modules/.pnpm/@stdlib_boolean-ctor@0.2.2/node_modules/@stdlib/boolean-ctor/lib/main.js +28 -0
  727. package/dist/node_modules/.pnpm/@stdlib_boolean-ctor@0.2.2/node_modules/@stdlib/boolean-ctor/lib/main.js.map +1 -0
  728. package/dist/node_modules/.pnpm/@stdlib_complex-float32-ctor@0.0.2/node_modules/@stdlib/complex-float32-ctor/lib/index.js +29 -0
  729. package/dist/node_modules/.pnpm/@stdlib_complex-float32-ctor@0.0.2/node_modules/@stdlib/complex-float32-ctor/lib/index.js.map +1 -0
  730. package/dist/node_modules/.pnpm/@stdlib_complex-float32-ctor@0.0.2/node_modules/@stdlib/complex-float32-ctor/lib/main.js +54 -0
  731. package/dist/node_modules/.pnpm/@stdlib_complex-float32-ctor@0.0.2/node_modules/@stdlib/complex-float32-ctor/lib/main.js.map +1 -0
  732. package/dist/node_modules/.pnpm/@stdlib_complex-float32-ctor@0.0.2/node_modules/@stdlib/complex-float32-ctor/lib/tojson.js +31 -0
  733. package/dist/node_modules/.pnpm/@stdlib_complex-float32-ctor@0.0.2/node_modules/@stdlib/complex-float32-ctor/lib/tojson.js.map +1 -0
  734. package/dist/node_modules/.pnpm/@stdlib_complex-float32-ctor@0.0.2/node_modules/@stdlib/complex-float32-ctor/lib/tostring.js +31 -0
  735. package/dist/node_modules/.pnpm/@stdlib_complex-float32-ctor@0.0.2/node_modules/@stdlib/complex-float32-ctor/lib/tostring.js.map +1 -0
  736. package/dist/node_modules/.pnpm/@stdlib_complex-float32@0.2.1/node_modules/@stdlib/complex-float32/lib/index.js +29 -0
  737. package/dist/node_modules/.pnpm/@stdlib_complex-float32@0.2.1/node_modules/@stdlib/complex-float32/lib/index.js.map +1 -0
  738. package/dist/node_modules/.pnpm/@stdlib_complex-float32@0.2.1/node_modules/@stdlib/complex-float32/lib/main.js +54 -0
  739. package/dist/node_modules/.pnpm/@stdlib_complex-float32@0.2.1/node_modules/@stdlib/complex-float32/lib/main.js.map +1 -0
  740. package/dist/node_modules/.pnpm/@stdlib_complex-float32@0.2.1/node_modules/@stdlib/complex-float32/lib/tojson.js +31 -0
  741. package/dist/node_modules/.pnpm/@stdlib_complex-float32@0.2.1/node_modules/@stdlib/complex-float32/lib/tojson.js.map +1 -0
  742. package/dist/node_modules/.pnpm/@stdlib_complex-float32@0.2.1/node_modules/@stdlib/complex-float32/lib/tostring.js +31 -0
  743. package/dist/node_modules/.pnpm/@stdlib_complex-float32@0.2.1/node_modules/@stdlib/complex-float32/lib/tostring.js.map +1 -0
  744. package/dist/node_modules/.pnpm/@stdlib_complex-float64-ctor@0.0.2/node_modules/@stdlib/complex-float64-ctor/lib/index.js +29 -0
  745. package/dist/node_modules/.pnpm/@stdlib_complex-float64-ctor@0.0.2/node_modules/@stdlib/complex-float64-ctor/lib/index.js.map +1 -0
  746. package/dist/node_modules/.pnpm/@stdlib_complex-float64-ctor@0.0.2/node_modules/@stdlib/complex-float64-ctor/lib/main.js +53 -0
  747. package/dist/node_modules/.pnpm/@stdlib_complex-float64-ctor@0.0.2/node_modules/@stdlib/complex-float64-ctor/lib/main.js.map +1 -0
  748. package/dist/node_modules/.pnpm/@stdlib_complex-float64-ctor@0.0.2/node_modules/@stdlib/complex-float64-ctor/lib/tojson.js +31 -0
  749. package/dist/node_modules/.pnpm/@stdlib_complex-float64-ctor@0.0.2/node_modules/@stdlib/complex-float64-ctor/lib/tojson.js.map +1 -0
  750. package/dist/node_modules/.pnpm/@stdlib_complex-float64-ctor@0.0.2/node_modules/@stdlib/complex-float64-ctor/lib/tostring.js +31 -0
  751. package/dist/node_modules/.pnpm/@stdlib_complex-float64-ctor@0.0.2/node_modules/@stdlib/complex-float64-ctor/lib/tostring.js.map +1 -0
  752. package/dist/node_modules/.pnpm/@stdlib_complex-float64@0.2.1/node_modules/@stdlib/complex-float64/lib/index.js +29 -0
  753. package/dist/node_modules/.pnpm/@stdlib_complex-float64@0.2.1/node_modules/@stdlib/complex-float64/lib/index.js.map +1 -0
  754. package/dist/node_modules/.pnpm/@stdlib_complex-float64@0.2.1/node_modules/@stdlib/complex-float64/lib/main.js +53 -0
  755. package/dist/node_modules/.pnpm/@stdlib_complex-float64@0.2.1/node_modules/@stdlib/complex-float64/lib/main.js.map +1 -0
  756. package/dist/node_modules/.pnpm/@stdlib_complex-float64@0.2.1/node_modules/@stdlib/complex-float64/lib/tojson.js +31 -0
  757. package/dist/node_modules/.pnpm/@stdlib_complex-float64@0.2.1/node_modules/@stdlib/complex-float64/lib/tojson.js.map +1 -0
  758. package/dist/node_modules/.pnpm/@stdlib_complex-float64@0.2.1/node_modules/@stdlib/complex-float64/lib/tostring.js +31 -0
  759. package/dist/node_modules/.pnpm/@stdlib_complex-float64@0.2.1/node_modules/@stdlib/complex-float64/lib/tostring.js.map +1 -0
  760. package/dist/node_modules/.pnpm/@stdlib_complex-imag@0.2.1/node_modules/@stdlib/complex-imag/lib/index.js +29 -0
  761. package/dist/node_modules/.pnpm/@stdlib_complex-imag@0.2.1/node_modules/@stdlib/complex-imag/lib/index.js.map +1 -0
  762. package/dist/node_modules/.pnpm/@stdlib_complex-imag@0.2.1/node_modules/@stdlib/complex-imag/lib/main.js +30 -0
  763. package/dist/node_modules/.pnpm/@stdlib_complex-imag@0.2.1/node_modules/@stdlib/complex-imag/lib/main.js.map +1 -0
  764. package/dist/node_modules/.pnpm/@stdlib_complex-imagf@0.2.1/node_modules/@stdlib/complex-imagf/lib/index.js +29 -0
  765. package/dist/node_modules/.pnpm/@stdlib_complex-imagf@0.2.1/node_modules/@stdlib/complex-imagf/lib/index.js.map +1 -0
  766. package/dist/node_modules/.pnpm/@stdlib_complex-imagf@0.2.1/node_modules/@stdlib/complex-imagf/lib/main.js +30 -0
  767. package/dist/node_modules/.pnpm/@stdlib_complex-imagf@0.2.1/node_modules/@stdlib/complex-imagf/lib/main.js.map +1 -0
  768. package/dist/node_modules/.pnpm/@stdlib_complex-real@0.2.1/node_modules/@stdlib/complex-real/lib/index.js +29 -0
  769. package/dist/node_modules/.pnpm/@stdlib_complex-real@0.2.1/node_modules/@stdlib/complex-real/lib/index.js.map +1 -0
  770. package/dist/node_modules/.pnpm/@stdlib_complex-real@0.2.1/node_modules/@stdlib/complex-real/lib/main.js +30 -0
  771. package/dist/node_modules/.pnpm/@stdlib_complex-real@0.2.1/node_modules/@stdlib/complex-real/lib/main.js.map +1 -0
  772. package/dist/node_modules/.pnpm/@stdlib_complex-realf@0.2.1/node_modules/@stdlib/complex-realf/lib/index.js +29 -0
  773. package/dist/node_modules/.pnpm/@stdlib_complex-realf@0.2.1/node_modules/@stdlib/complex-realf/lib/index.js.map +1 -0
  774. package/dist/node_modules/.pnpm/@stdlib_complex-realf@0.2.1/node_modules/@stdlib/complex-realf/lib/main.js +30 -0
  775. package/dist/node_modules/.pnpm/@stdlib_complex-realf@0.2.1/node_modules/@stdlib/complex-realf/lib/main.js.map +1 -0
  776. package/dist/node_modules/.pnpm/@stdlib_constants-array-max-array-length@0.2.2/node_modules/@stdlib/constants-array-max-array-length/lib/index.js +28 -0
  777. package/dist/node_modules/.pnpm/@stdlib_constants-array-max-array-length@0.2.2/node_modules/@stdlib/constants-array-max-array-length/lib/index.js.map +1 -0
  778. package/dist/node_modules/.pnpm/@stdlib_constants-array-max-typed-array-length@0.2.2/node_modules/@stdlib/constants-array-max-typed-array-length/lib/index.js +28 -0
  779. package/dist/node_modules/.pnpm/@stdlib_constants-array-max-typed-array-length@0.2.2/node_modules/@stdlib/constants-array-max-typed-array-length/lib/index.js.map +1 -0
  780. package/dist/node_modules/.pnpm/@stdlib_constants-float32-max@0.2.2/node_modules/@stdlib/constants-float32-max/lib/index.js +28 -0
  781. package/dist/node_modules/.pnpm/@stdlib_constants-float32-max@0.2.2/node_modules/@stdlib/constants-float32-max/lib/index.js.map +1 -0
  782. package/dist/node_modules/.pnpm/@stdlib_constants-float32-smallest-normal@0.2.2/node_modules/@stdlib/constants-float32-smallest-normal/lib/index.js +28 -0
  783. package/dist/node_modules/.pnpm/@stdlib_constants-float32-smallest-normal@0.2.2/node_modules/@stdlib/constants-float32-smallest-normal/lib/index.js.map +1 -0
  784. package/dist/node_modules/.pnpm/@stdlib_constants-float64-e@0.2.2/node_modules/@stdlib/constants-float64-e/lib/index.js +28 -0
  785. package/dist/node_modules/.pnpm/@stdlib_constants-float64-e@0.2.2/node_modules/@stdlib/constants-float64-e/lib/index.js.map +1 -0
  786. package/dist/node_modules/.pnpm/@stdlib_constants-float64-eps@0.2.2/node_modules/@stdlib/constants-float64-eps/lib/index.js +28 -0
  787. package/dist/node_modules/.pnpm/@stdlib_constants-float64-eps@0.2.2/node_modules/@stdlib/constants-float64-eps/lib/index.js.map +1 -0
  788. package/dist/node_modules/.pnpm/@stdlib_constants-float64-eulergamma@0.2.2/node_modules/@stdlib/constants-float64-eulergamma/lib/index.js +28 -0
  789. package/dist/node_modules/.pnpm/@stdlib_constants-float64-eulergamma@0.2.2/node_modules/@stdlib/constants-float64-eulergamma/lib/index.js.map +1 -0
  790. package/dist/node_modules/.pnpm/@stdlib_constants-float64-exponent-bias@0.2.2/node_modules/@stdlib/constants-float64-exponent-bias/lib/index.js +28 -0
  791. package/dist/node_modules/.pnpm/@stdlib_constants-float64-exponent-bias@0.2.2/node_modules/@stdlib/constants-float64-exponent-bias/lib/index.js.map +1 -0
  792. package/dist/node_modules/.pnpm/@stdlib_constants-float64-fourth-pi@0.2.2/node_modules/@stdlib/constants-float64-fourth-pi/lib/index.js +28 -0
  793. package/dist/node_modules/.pnpm/@stdlib_constants-float64-fourth-pi@0.2.2/node_modules/@stdlib/constants-float64-fourth-pi/lib/index.js.map +1 -0
  794. package/dist/node_modules/.pnpm/@stdlib_constants-float64-gamma-lanczos-g@0.2.2/node_modules/@stdlib/constants-float64-gamma-lanczos-g/lib/index.js +28 -0
  795. package/dist/node_modules/.pnpm/@stdlib_constants-float64-gamma-lanczos-g@0.2.2/node_modules/@stdlib/constants-float64-gamma-lanczos-g/lib/index.js.map +1 -0
  796. package/dist/node_modules/.pnpm/@stdlib_constants-float64-half-ln-two@0.2.2/node_modules/@stdlib/constants-float64-half-ln-two/lib/index.js +28 -0
  797. package/dist/node_modules/.pnpm/@stdlib_constants-float64-half-ln-two@0.2.2/node_modules/@stdlib/constants-float64-half-ln-two/lib/index.js.map +1 -0
  798. package/dist/node_modules/.pnpm/@stdlib_constants-float64-half-pi@0.2.2/node_modules/@stdlib/constants-float64-half-pi/lib/index.js +28 -0
  799. package/dist/node_modules/.pnpm/@stdlib_constants-float64-half-pi@0.2.2/node_modules/@stdlib/constants-float64-half-pi/lib/index.js.map +1 -0
  800. package/dist/node_modules/.pnpm/@stdlib_constants-float64-high-word-abs-mask@0.2.2/node_modules/@stdlib/constants-float64-high-word-abs-mask/lib/index.js +28 -0
  801. package/dist/node_modules/.pnpm/@stdlib_constants-float64-high-word-abs-mask@0.2.2/node_modules/@stdlib/constants-float64-high-word-abs-mask/lib/index.js.map +1 -0
  802. package/dist/node_modules/.pnpm/@stdlib_constants-float64-high-word-exponent-mask@0.2.2/node_modules/@stdlib/constants-float64-high-word-exponent-mask/lib/index.js +28 -0
  803. package/dist/node_modules/.pnpm/@stdlib_constants-float64-high-word-exponent-mask@0.2.2/node_modules/@stdlib/constants-float64-high-word-exponent-mask/lib/index.js.map +1 -0
  804. package/dist/node_modules/.pnpm/@stdlib_constants-float64-high-word-sign-mask@0.2.1/node_modules/@stdlib/constants-float64-high-word-sign-mask/lib/index.js +28 -0
  805. package/dist/node_modules/.pnpm/@stdlib_constants-float64-high-word-sign-mask@0.2.1/node_modules/@stdlib/constants-float64-high-word-sign-mask/lib/index.js.map +1 -0
  806. package/dist/node_modules/.pnpm/@stdlib_constants-float64-high-word-significand-mask@0.2.2/node_modules/@stdlib/constants-float64-high-word-significand-mask/lib/index.js +28 -0
  807. package/dist/node_modules/.pnpm/@stdlib_constants-float64-high-word-significand-mask@0.2.2/node_modules/@stdlib/constants-float64-high-word-significand-mask/lib/index.js.map +1 -0
  808. package/dist/node_modules/.pnpm/@stdlib_constants-float64-ln-sqrt-two-pi@0.2.2/node_modules/@stdlib/constants-float64-ln-sqrt-two-pi/lib/index.js +28 -0
  809. package/dist/node_modules/.pnpm/@stdlib_constants-float64-ln-sqrt-two-pi@0.2.2/node_modules/@stdlib/constants-float64-ln-sqrt-two-pi/lib/index.js.map +1 -0
  810. package/dist/node_modules/.pnpm/@stdlib_constants-float64-ln-two@0.2.2/node_modules/@stdlib/constants-float64-ln-two/lib/index.js +28 -0
  811. package/dist/node_modules/.pnpm/@stdlib_constants-float64-ln-two@0.2.2/node_modules/@stdlib/constants-float64-ln-two/lib/index.js.map +1 -0
  812. package/dist/node_modules/.pnpm/@stdlib_constants-float64-max-base10-exponent@0.2.2/node_modules/@stdlib/constants-float64-max-base10-exponent/lib/index.js +28 -0
  813. package/dist/node_modules/.pnpm/@stdlib_constants-float64-max-base10-exponent@0.2.2/node_modules/@stdlib/constants-float64-max-base10-exponent/lib/index.js.map +1 -0
  814. package/dist/node_modules/.pnpm/@stdlib_constants-float64-max-base2-exponent-subnormal@0.2.1/node_modules/@stdlib/constants-float64-max-base2-exponent-subnormal/lib/index.js +28 -0
  815. package/dist/node_modules/.pnpm/@stdlib_constants-float64-max-base2-exponent-subnormal@0.2.1/node_modules/@stdlib/constants-float64-max-base2-exponent-subnormal/lib/index.js.map +1 -0
  816. package/dist/node_modules/.pnpm/@stdlib_constants-float64-max-base2-exponent@0.2.2/node_modules/@stdlib/constants-float64-max-base2-exponent/lib/index.js +28 -0
  817. package/dist/node_modules/.pnpm/@stdlib_constants-float64-max-base2-exponent@0.2.2/node_modules/@stdlib/constants-float64-max-base2-exponent/lib/index.js.map +1 -0
  818. package/dist/node_modules/.pnpm/@stdlib_constants-float64-max-ln@0.2.2/node_modules/@stdlib/constants-float64-max-ln/lib/index.js +28 -0
  819. package/dist/node_modules/.pnpm/@stdlib_constants-float64-max-ln@0.2.2/node_modules/@stdlib/constants-float64-max-ln/lib/index.js.map +1 -0
  820. package/dist/node_modules/.pnpm/@stdlib_constants-float64-max-safe-integer@0.2.2/node_modules/@stdlib/constants-float64-max-safe-integer/lib/index.js +28 -0
  821. package/dist/node_modules/.pnpm/@stdlib_constants-float64-max-safe-integer@0.2.2/node_modules/@stdlib/constants-float64-max-safe-integer/lib/index.js.map +1 -0
  822. package/dist/node_modules/.pnpm/@stdlib_constants-float64-max-safe-nth-factorial@0.1.0/node_modules/@stdlib/constants-float64-max-safe-nth-factorial/lib/index.js +28 -0
  823. package/dist/node_modules/.pnpm/@stdlib_constants-float64-max-safe-nth-factorial@0.1.0/node_modules/@stdlib/constants-float64-max-safe-nth-factorial/lib/index.js.map +1 -0
  824. package/dist/node_modules/.pnpm/@stdlib_constants-float64-max@0.2.2/node_modules/@stdlib/constants-float64-max/lib/index.js +28 -0
  825. package/dist/node_modules/.pnpm/@stdlib_constants-float64-max@0.2.2/node_modules/@stdlib/constants-float64-max/lib/index.js.map +1 -0
  826. package/dist/node_modules/.pnpm/@stdlib_constants-float64-min-base10-exponent-subnormal@0.2.1/node_modules/@stdlib/constants-float64-min-base10-exponent-subnormal/lib/index.js +28 -0
  827. package/dist/node_modules/.pnpm/@stdlib_constants-float64-min-base10-exponent-subnormal@0.2.1/node_modules/@stdlib/constants-float64-min-base10-exponent-subnormal/lib/index.js.map +1 -0
  828. package/dist/node_modules/.pnpm/@stdlib_constants-float64-min-base10-exponent@0.2.2/node_modules/@stdlib/constants-float64-min-base10-exponent/lib/index.js +28 -0
  829. package/dist/node_modules/.pnpm/@stdlib_constants-float64-min-base10-exponent@0.2.2/node_modules/@stdlib/constants-float64-min-base10-exponent/lib/index.js.map +1 -0
  830. package/dist/node_modules/.pnpm/@stdlib_constants-float64-min-base2-exponent-subnormal@0.2.1/node_modules/@stdlib/constants-float64-min-base2-exponent-subnormal/lib/index.js +28 -0
  831. package/dist/node_modules/.pnpm/@stdlib_constants-float64-min-base2-exponent-subnormal@0.2.1/node_modules/@stdlib/constants-float64-min-base2-exponent-subnormal/lib/index.js.map +1 -0
  832. package/dist/node_modules/.pnpm/@stdlib_constants-float64-min-ln@0.2.2/node_modules/@stdlib/constants-float64-min-ln/lib/index.js +28 -0
  833. package/dist/node_modules/.pnpm/@stdlib_constants-float64-min-ln@0.2.2/node_modules/@stdlib/constants-float64-min-ln/lib/index.js.map +1 -0
  834. package/dist/node_modules/.pnpm/@stdlib_constants-float64-ninf@0.2.2/node_modules/@stdlib/constants-float64-ninf/lib/index.js +29 -0
  835. package/dist/node_modules/.pnpm/@stdlib_constants-float64-ninf@0.2.2/node_modules/@stdlib/constants-float64-ninf/lib/index.js.map +1 -0
  836. package/dist/node_modules/.pnpm/@stdlib_constants-float64-pi@0.2.2/node_modules/@stdlib/constants-float64-pi/lib/index.js +28 -0
  837. package/dist/node_modules/.pnpm/@stdlib_constants-float64-pi@0.2.2/node_modules/@stdlib/constants-float64-pi/lib/index.js.map +1 -0
  838. package/dist/node_modules/.pnpm/@stdlib_constants-float64-pinf@0.2.2/node_modules/@stdlib/constants-float64-pinf/lib/index.js +28 -0
  839. package/dist/node_modules/.pnpm/@stdlib_constants-float64-pinf@0.2.2/node_modules/@stdlib/constants-float64-pinf/lib/index.js.map +1 -0
  840. package/dist/node_modules/.pnpm/@stdlib_constants-float64-smallest-normal@0.2.2/node_modules/@stdlib/constants-float64-smallest-normal/lib/index.js +28 -0
  841. package/dist/node_modules/.pnpm/@stdlib_constants-float64-smallest-normal@0.2.2/node_modules/@stdlib/constants-float64-smallest-normal/lib/index.js.map +1 -0
  842. package/dist/node_modules/.pnpm/@stdlib_constants-float64-smallest-subnormal@0.2.2/node_modules/@stdlib/constants-float64-smallest-subnormal/lib/index.js +28 -0
  843. package/dist/node_modules/.pnpm/@stdlib_constants-float64-smallest-subnormal@0.2.2/node_modules/@stdlib/constants-float64-smallest-subnormal/lib/index.js.map +1 -0
  844. package/dist/node_modules/.pnpm/@stdlib_constants-float64-sqrt-eps@0.2.2/node_modules/@stdlib/constants-float64-sqrt-eps/lib/index.js +28 -0
  845. package/dist/node_modules/.pnpm/@stdlib_constants-float64-sqrt-eps@0.2.2/node_modules/@stdlib/constants-float64-sqrt-eps/lib/index.js.map +1 -0
  846. package/dist/node_modules/.pnpm/@stdlib_constants-float64-sqrt-two-pi@0.2.2/node_modules/@stdlib/constants-float64-sqrt-two-pi/lib/index.js +28 -0
  847. package/dist/node_modules/.pnpm/@stdlib_constants-float64-sqrt-two-pi@0.2.2/node_modules/@stdlib/constants-float64-sqrt-two-pi/lib/index.js.map +1 -0
  848. package/dist/node_modules/.pnpm/@stdlib_constants-float64-sqrt-two@0.2.2/node_modules/@stdlib/constants-float64-sqrt-two/lib/index.js +28 -0
  849. package/dist/node_modules/.pnpm/@stdlib_constants-float64-sqrt-two@0.2.2/node_modules/@stdlib/constants-float64-sqrt-two/lib/index.js.map +1 -0
  850. package/dist/node_modules/.pnpm/@stdlib_constants-float64-two-pi@0.2.2/node_modules/@stdlib/constants-float64-two-pi/lib/index.js +28 -0
  851. package/dist/node_modules/.pnpm/@stdlib_constants-float64-two-pi@0.2.2/node_modules/@stdlib/constants-float64-two-pi/lib/index.js.map +1 -0
  852. package/dist/node_modules/.pnpm/@stdlib_constants-int16-max@0.2.2/node_modules/@stdlib/constants-int16-max/lib/index.js +28 -0
  853. package/dist/node_modules/.pnpm/@stdlib_constants-int16-max@0.2.2/node_modules/@stdlib/constants-int16-max/lib/index.js.map +1 -0
  854. package/dist/node_modules/.pnpm/@stdlib_constants-int16-min@0.2.2/node_modules/@stdlib/constants-int16-min/lib/index.js +28 -0
  855. package/dist/node_modules/.pnpm/@stdlib_constants-int16-min@0.2.2/node_modules/@stdlib/constants-int16-min/lib/index.js.map +1 -0
  856. package/dist/node_modules/.pnpm/@stdlib_constants-int32-max@0.2.1/node_modules/@stdlib/constants-int32-max/lib/index.js +28 -0
  857. package/dist/node_modules/.pnpm/@stdlib_constants-int32-max@0.2.1/node_modules/@stdlib/constants-int32-max/lib/index.js.map +1 -0
  858. package/dist/node_modules/.pnpm/@stdlib_constants-int32-max@0.3.0/node_modules/@stdlib/constants-int32-max/lib/index.js +28 -0
  859. package/dist/node_modules/.pnpm/@stdlib_constants-int32-max@0.3.0/node_modules/@stdlib/constants-int32-max/lib/index.js.map +1 -0
  860. package/dist/node_modules/.pnpm/@stdlib_constants-int32-min@0.2.2/node_modules/@stdlib/constants-int32-min/lib/index.js +28 -0
  861. package/dist/node_modules/.pnpm/@stdlib_constants-int32-min@0.2.2/node_modules/@stdlib/constants-int32-min/lib/index.js.map +1 -0
  862. package/dist/node_modules/.pnpm/@stdlib_constants-int8-max@0.2.2/node_modules/@stdlib/constants-int8-max/lib/index.js +28 -0
  863. package/dist/node_modules/.pnpm/@stdlib_constants-int8-max@0.2.2/node_modules/@stdlib/constants-int8-max/lib/index.js.map +1 -0
  864. package/dist/node_modules/.pnpm/@stdlib_constants-int8-min@0.2.2/node_modules/@stdlib/constants-int8-min/lib/index.js +28 -0
  865. package/dist/node_modules/.pnpm/@stdlib_constants-int8-min@0.2.2/node_modules/@stdlib/constants-int8-min/lib/index.js.map +1 -0
  866. package/dist/node_modules/.pnpm/@stdlib_constants-uint16-max@0.2.2/node_modules/@stdlib/constants-uint16-max/lib/index.js +28 -0
  867. package/dist/node_modules/.pnpm/@stdlib_constants-uint16-max@0.2.2/node_modules/@stdlib/constants-uint16-max/lib/index.js.map +1 -0
  868. package/dist/node_modules/.pnpm/@stdlib_constants-uint32-max@0.2.2/node_modules/@stdlib/constants-uint32-max/lib/index.js +28 -0
  869. package/dist/node_modules/.pnpm/@stdlib_constants-uint32-max@0.2.2/node_modules/@stdlib/constants-uint32-max/lib/index.js.map +1 -0
  870. package/dist/node_modules/.pnpm/@stdlib_constants-uint8-max@0.2.2/node_modules/@stdlib/constants-uint8-max/lib/index.js +28 -0
  871. package/dist/node_modules/.pnpm/@stdlib_constants-uint8-max@0.2.2/node_modules/@stdlib/constants-uint8-max/lib/index.js.map +1 -0
  872. package/dist/node_modules/.pnpm/@stdlib_function-ctor@0.2.2/node_modules/@stdlib/function-ctor/lib/index.js +29 -0
  873. package/dist/node_modules/.pnpm/@stdlib_function-ctor@0.2.2/node_modules/@stdlib/function-ctor/lib/index.js.map +1 -0
  874. package/dist/node_modules/.pnpm/@stdlib_function-ctor@0.2.2/node_modules/@stdlib/function-ctor/lib/main.js +28 -0
  875. package/dist/node_modules/.pnpm/@stdlib_function-ctor@0.2.2/node_modules/@stdlib/function-ctor/lib/main.js.map +1 -0
  876. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-even@0.2.3/node_modules/@stdlib/math-base-assert-is-even/lib/index.js +29 -0
  877. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-even@0.2.3/node_modules/@stdlib/math-base-assert-is-even/lib/index.js.map +1 -0
  878. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-even@0.2.3/node_modules/@stdlib/math-base-assert-is-even/lib/main.js +32 -0
  879. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-even@0.2.3/node_modules/@stdlib/math-base-assert-is-even/lib/main.js.map +1 -0
  880. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-finite@0.2.2/node_modules/@stdlib/math-base-assert-is-finite/lib/index.js +29 -0
  881. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-finite@0.2.2/node_modules/@stdlib/math-base-assert-is-finite/lib/index.js.map +1 -0
  882. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-finite@0.2.2/node_modules/@stdlib/math-base-assert-is-finite/lib/main.js +37 -0
  883. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-finite@0.2.2/node_modules/@stdlib/math-base-assert-is-finite/lib/main.js.map +1 -0
  884. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-infinite@0.2.2/node_modules/@stdlib/math-base-assert-is-infinite/lib/index.js +29 -0
  885. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-infinite@0.2.2/node_modules/@stdlib/math-base-assert-is-infinite/lib/index.js.map +1 -0
  886. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-infinite@0.2.2/node_modules/@stdlib/math-base-assert-is-infinite/lib/main.js +33 -0
  887. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-infinite@0.2.2/node_modules/@stdlib/math-base-assert-is-infinite/lib/main.js.map +1 -0
  888. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-integer@0.2.5/node_modules/@stdlib/math-base-assert-is-integer/lib/index.js +29 -0
  889. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-integer@0.2.5/node_modules/@stdlib/math-base-assert-is-integer/lib/index.js.map +1 -0
  890. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-integer@0.2.5/node_modules/@stdlib/math-base-assert-is-integer/lib/main.js +32 -0
  891. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-integer@0.2.5/node_modules/@stdlib/math-base-assert-is-integer/lib/main.js.map +1 -0
  892. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-nan@0.2.2/node_modules/@stdlib/math-base-assert-is-nan/lib/index.js +29 -0
  893. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-nan@0.2.2/node_modules/@stdlib/math-base-assert-is-nan/lib/index.js.map +1 -0
  894. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-nan@0.2.2/node_modules/@stdlib/math-base-assert-is-nan/lib/main.js +30 -0
  895. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-nan@0.2.2/node_modules/@stdlib/math-base-assert-is-nan/lib/main.js.map +1 -0
  896. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-negative-zero@0.2.2/node_modules/@stdlib/math-base-assert-is-negative-zero/lib/index.js +29 -0
  897. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-negative-zero@0.2.2/node_modules/@stdlib/math-base-assert-is-negative-zero/lib/index.js.map +1 -0
  898. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-negative-zero@0.2.2/node_modules/@stdlib/math-base-assert-is-negative-zero/lib/main.js +32 -0
  899. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-negative-zero@0.2.2/node_modules/@stdlib/math-base-assert-is-negative-zero/lib/main.js.map +1 -0
  900. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-odd@0.2.1/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js +29 -0
  901. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-odd@0.2.1/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js.map +1 -0
  902. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-odd@0.2.1/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js +32 -0
  903. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-odd@0.2.1/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js.map +1 -0
  904. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-odd@0.3.0/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js +29 -0
  905. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-odd@0.3.0/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js.map +1 -0
  906. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-odd@0.3.0/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js +32 -0
  907. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-odd@0.3.0/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js.map +1 -0
  908. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-positive-integer@0.3.0/node_modules/@stdlib/math-base-assert-is-positive-integer/lib/index.js +29 -0
  909. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-positive-integer@0.3.0/node_modules/@stdlib/math-base-assert-is-positive-integer/lib/index.js.map +1 -0
  910. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-positive-integer@0.3.0/node_modules/@stdlib/math-base-assert-is-positive-integer/lib/main.js +32 -0
  911. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-positive-integer@0.3.0/node_modules/@stdlib/math-base-assert-is-positive-integer/lib/main.js.map +1 -0
  912. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-positive-zero@0.2.2/node_modules/@stdlib/math-base-assert-is-positive-zero/lib/index.js +29 -0
  913. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-positive-zero@0.2.2/node_modules/@stdlib/math-base-assert-is-positive-zero/lib/index.js.map +1 -0
  914. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-positive-zero@0.2.2/node_modules/@stdlib/math-base-assert-is-positive-zero/lib/main.js +32 -0
  915. package/dist/node_modules/.pnpm/@stdlib_math-base-assert-is-positive-zero@0.2.2/node_modules/@stdlib/math-base-assert-is-positive-zero/lib/main.js.map +1 -0
  916. package/dist/node_modules/.pnpm/@stdlib_math-base-special-abs@0.2.2/node_modules/@stdlib/math-base-special-abs/lib/index.js +29 -0
  917. package/dist/node_modules/.pnpm/@stdlib_math-base-special-abs@0.2.2/node_modules/@stdlib/math-base-special-abs/lib/index.js.map +1 -0
  918. package/dist/node_modules/.pnpm/@stdlib_math-base-special-abs@0.2.2/node_modules/@stdlib/math-base-special-abs/lib/main.js +30 -0
  919. package/dist/node_modules/.pnpm/@stdlib_math-base-special-abs@0.2.2/node_modules/@stdlib/math-base-special-abs/lib/main.js.map +1 -0
  920. package/dist/node_modules/.pnpm/@stdlib_math-base-special-acos@0.2.3/node_modules/@stdlib/math-base-special-acos/lib/index.js +29 -0
  921. package/dist/node_modules/.pnpm/@stdlib_math-base-special-acos@0.2.3/node_modules/@stdlib/math-base-special-acos/lib/index.js.map +1 -0
  922. package/dist/node_modules/.pnpm/@stdlib_math-base-special-acos@0.2.3/node_modules/@stdlib/math-base-special-acos/lib/main.js +50 -0
  923. package/dist/node_modules/.pnpm/@stdlib_math-base-special-acos@0.2.3/node_modules/@stdlib/math-base-special-acos/lib/main.js.map +1 -0
  924. package/dist/node_modules/.pnpm/@stdlib_math-base-special-asin@0.2.3/node_modules/@stdlib/math-base-special-asin/lib/index.js +29 -0
  925. package/dist/node_modules/.pnpm/@stdlib_math-base-special-asin@0.2.3/node_modules/@stdlib/math-base-special-asin/lib/index.js.map +1 -0
  926. package/dist/node_modules/.pnpm/@stdlib_math-base-special-asin@0.2.3/node_modules/@stdlib/math-base-special-asin/lib/main.js +62 -0
  927. package/dist/node_modules/.pnpm/@stdlib_math-base-special-asin@0.2.3/node_modules/@stdlib/math-base-special-asin/lib/main.js.map +1 -0
  928. package/dist/node_modules/.pnpm/@stdlib_math-base-special-asin@0.2.3/node_modules/@stdlib/math-base-special-asin/lib/rational_pq.js +31 -0
  929. package/dist/node_modules/.pnpm/@stdlib_math-base-special-asin@0.2.3/node_modules/@stdlib/math-base-special-asin/lib/rational_pq.js.map +1 -0
  930. package/dist/node_modules/.pnpm/@stdlib_math-base-special-asin@0.2.3/node_modules/@stdlib/math-base-special-asin/lib/rational_rs.js +31 -0
  931. package/dist/node_modules/.pnpm/@stdlib_math-base-special-asin@0.2.3/node_modules/@stdlib/math-base-special-asin/lib/rational_rs.js.map +1 -0
  932. package/dist/node_modules/.pnpm/@stdlib_math-base-special-beta@0.3.0/node_modules/@stdlib/math-base-special-beta/lib/index.js +29 -0
  933. package/dist/node_modules/.pnpm/@stdlib_math-base-special-beta@0.3.0/node_modules/@stdlib/math-base-special-beta/lib/index.js.map +1 -0
  934. package/dist/node_modules/.pnpm/@stdlib_math-base-special-beta@0.3.0/node_modules/@stdlib/math-base-special-beta/lib/lanczos_sum_expg_scaled.js +31 -0
  935. package/dist/node_modules/.pnpm/@stdlib_math-base-special-beta@0.3.0/node_modules/@stdlib/math-base-special-beta/lib/lanczos_sum_expg_scaled.js.map +1 -0
  936. package/dist/node_modules/.pnpm/@stdlib_math-base-special-beta@0.3.0/node_modules/@stdlib/math-base-special-beta/lib/main.js +54 -0
  937. package/dist/node_modules/.pnpm/@stdlib_math-base-special-beta@0.3.0/node_modules/@stdlib/math-base-special-beta/lib/main.js.map +1 -0
  938. package/dist/node_modules/.pnpm/@stdlib_math-base-special-betainc@0.2.2/node_modules/@stdlib/math-base-special-betainc/lib/index.js +29 -0
  939. package/dist/node_modules/.pnpm/@stdlib_math-base-special-betainc@0.2.2/node_modules/@stdlib/math-base-special-betainc/lib/index.js.map +1 -0
  940. package/dist/node_modules/.pnpm/@stdlib_math-base-special-betainc@0.2.2/node_modules/@stdlib/math-base-special-betainc/lib/main.js +33 -0
  941. package/dist/node_modules/.pnpm/@stdlib_math-base-special-betainc@0.2.2/node_modules/@stdlib/math-base-special-betainc/lib/main.js.map +1 -0
  942. package/dist/node_modules/.pnpm/@stdlib_math-base-special-binomcoef@0.2.3/node_modules/@stdlib/math-base-special-binomcoef/lib/index.js +29 -0
  943. package/dist/node_modules/.pnpm/@stdlib_math-base-special-binomcoef@0.2.3/node_modules/@stdlib/math-base-special-binomcoef/lib/index.js.map +1 -0
  944. package/dist/node_modules/.pnpm/@stdlib_math-base-special-binomcoef@0.2.3/node_modules/@stdlib/math-base-special-binomcoef/lib/main.js +51 -0
  945. package/dist/node_modules/.pnpm/@stdlib_math-base-special-binomcoef@0.2.3/node_modules/@stdlib/math-base-special-binomcoef/lib/main.js.map +1 -0
  946. package/dist/node_modules/.pnpm/@stdlib_math-base-special-ceil@0.2.2/node_modules/@stdlib/math-base-special-ceil/lib/index.js +29 -0
  947. package/dist/node_modules/.pnpm/@stdlib_math-base-special-ceil@0.2.2/node_modules/@stdlib/math-base-special-ceil/lib/index.js.map +1 -0
  948. package/dist/node_modules/.pnpm/@stdlib_math-base-special-ceil@0.2.2/node_modules/@stdlib/math-base-special-ceil/lib/main.js +28 -0
  949. package/dist/node_modules/.pnpm/@stdlib_math-base-special-ceil@0.2.2/node_modules/@stdlib/math-base-special-ceil/lib/main.js.map +1 -0
  950. package/dist/node_modules/.pnpm/@stdlib_math-base-special-copysign@0.2.2/node_modules/@stdlib/math-base-special-copysign/lib/index.js +29 -0
  951. package/dist/node_modules/.pnpm/@stdlib_math-base-special-copysign@0.2.2/node_modules/@stdlib/math-base-special-copysign/lib/index.js.map +1 -0
  952. package/dist/node_modules/.pnpm/@stdlib_math-base-special-copysign@0.2.2/node_modules/@stdlib/math-base-special-copysign/lib/main.js +37 -0
  953. package/dist/node_modules/.pnpm/@stdlib_math-base-special-copysign@0.2.2/node_modules/@stdlib/math-base-special-copysign/lib/main.js.map +1 -0
  954. package/dist/node_modules/.pnpm/@stdlib_math-base-special-cos@0.2.1/node_modules/@stdlib/math-base-special-cos/lib/index.js +29 -0
  955. package/dist/node_modules/.pnpm/@stdlib_math-base-special-cos@0.2.1/node_modules/@stdlib/math-base-special-cos/lib/index.js.map +1 -0
  956. package/dist/node_modules/.pnpm/@stdlib_math-base-special-cos@0.2.1/node_modules/@stdlib/math-base-special-cos/lib/main.js +63 -0
  957. package/dist/node_modules/.pnpm/@stdlib_math-base-special-cos@0.2.1/node_modules/@stdlib/math-base-special-cos/lib/main.js.map +1 -0
  958. package/dist/node_modules/.pnpm/@stdlib_math-base-special-cos@0.3.0/node_modules/@stdlib/math-base-special-cos/lib/index.js +29 -0
  959. package/dist/node_modules/.pnpm/@stdlib_math-base-special-cos@0.3.0/node_modules/@stdlib/math-base-special-cos/lib/index.js.map +1 -0
  960. package/dist/node_modules/.pnpm/@stdlib_math-base-special-cos@0.3.0/node_modules/@stdlib/math-base-special-cos/lib/main.js +65 -0
  961. package/dist/node_modules/.pnpm/@stdlib_math-base-special-cos@0.3.0/node_modules/@stdlib/math-base-special-cos/lib/main.js.map +1 -0
  962. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/index.js +29 -0
  963. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/index.js.map +1 -0
  964. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/main.js +81 -0
  965. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/main.js.map +1 -0
  966. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/polyval_pa.js +30 -0
  967. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/polyval_pa.js.map +1 -0
  968. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/polyval_pp.js +30 -0
  969. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/polyval_pp.js.map +1 -0
  970. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/polyval_qa.js +30 -0
  971. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/polyval_qa.js.map +1 -0
  972. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/polyval_qq.js +30 -0
  973. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/polyval_qq.js.map +1 -0
  974. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/polyval_ra.js +30 -0
  975. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/polyval_ra.js.map +1 -0
  976. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/polyval_rb.js +30 -0
  977. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/polyval_rb.js.map +1 -0
  978. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/polyval_sa.js +30 -0
  979. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/polyval_sa.js.map +1 -0
  980. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/polyval_sb.js +30 -0
  981. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfc@0.2.4/node_modules/@stdlib/math-base-special-erfc/lib/polyval_sb.js.map +1 -0
  982. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfcinv@0.2.3/node_modules/@stdlib/math-base-special-erfcinv/lib/index.js +29 -0
  983. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfcinv@0.2.3/node_modules/@stdlib/math-base-special-erfcinv/lib/index.js.map +1 -0
  984. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfcinv@0.2.3/node_modules/@stdlib/math-base-special-erfcinv/lib/main.js +55 -0
  985. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfcinv@0.2.3/node_modules/@stdlib/math-base-special-erfcinv/lib/main.js.map +1 -0
  986. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfcinv@0.2.3/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p1q1.js +31 -0
  987. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfcinv@0.2.3/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p1q1.js.map +1 -0
  988. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfcinv@0.2.3/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p2q2.js +31 -0
  989. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfcinv@0.2.3/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p2q2.js.map +1 -0
  990. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfcinv@0.2.3/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p3q3.js +31 -0
  991. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfcinv@0.2.3/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p3q3.js.map +1 -0
  992. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfcinv@0.2.3/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p4q4.js +31 -0
  993. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfcinv@0.2.3/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p4q4.js.map +1 -0
  994. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfcinv@0.2.3/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p5q5.js +31 -0
  995. package/dist/node_modules/.pnpm/@stdlib_math-base-special-erfcinv@0.2.3/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p5q5.js.map +1 -0
  996. package/dist/node_modules/.pnpm/@stdlib_math-base-special-exp@0.2.4/node_modules/@stdlib/math-base-special-exp/lib/expmulti.js +78 -0
  997. package/dist/node_modules/.pnpm/@stdlib_math-base-special-exp@0.2.4/node_modules/@stdlib/math-base-special-exp/lib/expmulti.js.map +1 -0
  998. package/dist/node_modules/.pnpm/@stdlib_math-base-special-exp@0.2.4/node_modules/@stdlib/math-base-special-exp/lib/index.js +29 -0
  999. package/dist/node_modules/.pnpm/@stdlib_math-base-special-exp@0.2.4/node_modules/@stdlib/math-base-special-exp/lib/index.js.map +1 -0
  1000. package/dist/node_modules/.pnpm/@stdlib_math-base-special-exp@0.2.4/node_modules/@stdlib/math-base-special-exp/lib/main.js +81 -0
  1001. package/dist/node_modules/.pnpm/@stdlib_math-base-special-exp@0.2.4/node_modules/@stdlib/math-base-special-exp/lib/main.js.map +1 -0
  1002. package/dist/node_modules/.pnpm/@stdlib_math-base-special-exp@0.2.4/node_modules/@stdlib/math-base-special-exp/lib/polyval_p.js +30 -0
  1003. package/dist/node_modules/.pnpm/@stdlib_math-base-special-exp@0.2.4/node_modules/@stdlib/math-base-special-exp/lib/polyval_p.js.map +1 -0
  1004. package/dist/node_modules/.pnpm/@stdlib_math-base-special-expm1@0.2.3/node_modules/@stdlib/math-base-special-expm1/lib/index.js +29 -0
  1005. package/dist/node_modules/.pnpm/@stdlib_math-base-special-expm1@0.2.3/node_modules/@stdlib/math-base-special-expm1/lib/index.js.map +1 -0
  1006. package/dist/node_modules/.pnpm/@stdlib_math-base-special-expm1@0.2.3/node_modules/@stdlib/math-base-special-expm1/lib/main.js +74 -0
  1007. package/dist/node_modules/.pnpm/@stdlib_math-base-special-expm1@0.2.3/node_modules/@stdlib/math-base-special-expm1/lib/main.js.map +1 -0
  1008. package/dist/node_modules/.pnpm/@stdlib_math-base-special-expm1@0.2.3/node_modules/@stdlib/math-base-special-expm1/lib/polyval_q.js +30 -0
  1009. package/dist/node_modules/.pnpm/@stdlib_math-base-special-expm1@0.2.3/node_modules/@stdlib/math-base-special-expm1/lib/polyval_q.js.map +1 -0
  1010. package/dist/node_modules/.pnpm/@stdlib_math-base-special-factorial@0.2.1/node_modules/@stdlib/math-base-special-factorial/lib/index.js +29 -0
  1011. package/dist/node_modules/.pnpm/@stdlib_math-base-special-factorial@0.2.1/node_modules/@stdlib/math-base-special-factorial/lib/index.js.map +1 -0
  1012. package/dist/node_modules/.pnpm/@stdlib_math-base-special-factorial@0.2.1/node_modules/@stdlib/math-base-special-factorial/lib/main.js +36 -0
  1013. package/dist/node_modules/.pnpm/@stdlib_math-base-special-factorial@0.2.1/node_modules/@stdlib/math-base-special-factorial/lib/main.js.map +1 -0
  1014. package/dist/node_modules/.pnpm/@stdlib_math-base-special-factorial@0.3.0/node_modules/@stdlib/math-base-special-factorial/lib/index.js +29 -0
  1015. package/dist/node_modules/.pnpm/@stdlib_math-base-special-factorial@0.3.0/node_modules/@stdlib/math-base-special-factorial/lib/index.js.map +1 -0
  1016. package/dist/node_modules/.pnpm/@stdlib_math-base-special-factorial@0.3.0/node_modules/@stdlib/math-base-special-factorial/lib/main.js +37 -0
  1017. package/dist/node_modules/.pnpm/@stdlib_math-base-special-factorial@0.3.0/node_modules/@stdlib/math-base-special-factorial/lib/main.js.map +1 -0
  1018. package/dist/node_modules/.pnpm/@stdlib_math-base-special-floor@0.2.3/node_modules/@stdlib/math-base-special-floor/lib/index.js +29 -0
  1019. package/dist/node_modules/.pnpm/@stdlib_math-base-special-floor@0.2.3/node_modules/@stdlib/math-base-special-floor/lib/index.js.map +1 -0
  1020. package/dist/node_modules/.pnpm/@stdlib_math-base-special-floor@0.2.3/node_modules/@stdlib/math-base-special-floor/lib/main.js +28 -0
  1021. package/dist/node_modules/.pnpm/@stdlib_math-base-special-floor@0.2.3/node_modules/@stdlib/math-base-special-floor/lib/main.js.map +1 -0
  1022. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-delta-ratio@0.2.2/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/gamma_delta_ratio_lanczos.js +57 -0
  1023. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-delta-ratio@0.2.2/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/gamma_delta_ratio_lanczos.js.map +1 -0
  1024. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-delta-ratio@0.2.2/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/index.js +29 -0
  1025. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-delta-ratio@0.2.2/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/index.js.map +1 -0
  1026. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-delta-ratio@0.2.2/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/main.js +71 -0
  1027. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-delta-ratio@0.2.2/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/main.js.map +1 -0
  1028. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-lanczos-sum-expg-scaled@0.3.0/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/index.js +29 -0
  1029. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-lanczos-sum-expg-scaled@0.3.0/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/index.js.map +1 -0
  1030. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-lanczos-sum-expg-scaled@0.3.0/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/main.js +42 -0
  1031. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-lanczos-sum-expg-scaled@0.3.0/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/main.js.map +1 -0
  1032. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-lanczos-sum-expg-scaled@0.3.0/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/rational_pq.js +31 -0
  1033. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-lanczos-sum-expg-scaled@0.3.0/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/rational_pq.js.map +1 -0
  1034. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-lanczos-sum@0.3.0/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/index.js +29 -0
  1035. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-lanczos-sum@0.3.0/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/index.js.map +1 -0
  1036. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-lanczos-sum@0.3.0/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/main.js +42 -0
  1037. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-lanczos-sum@0.3.0/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/main.js.map +1 -0
  1038. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-lanczos-sum@0.3.0/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/rational_pq.js +31 -0
  1039. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma-lanczos-sum@0.3.0/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/rational_pq.js.map +1 -0
  1040. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma1pm1@0.2.2/node_modules/@stdlib/math-base-special-gamma1pm1/lib/index.js +29 -0
  1041. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma1pm1@0.2.2/node_modules/@stdlib/math-base-special-gamma1pm1/lib/index.js.map +1 -0
  1042. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma1pm1@0.2.2/node_modules/@stdlib/math-base-special-gamma1pm1/lib/lgamma_small_imp.js +66 -0
  1043. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma1pm1@0.2.2/node_modules/@stdlib/math-base-special-gamma1pm1/lib/lgamma_small_imp.js.map +1 -0
  1044. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma1pm1@0.2.2/node_modules/@stdlib/math-base-special-gamma1pm1/lib/main.js +52 -0
  1045. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma1pm1@0.2.2/node_modules/@stdlib/math-base-special-gamma1pm1/lib/main.js.map +1 -0
  1046. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma1pm1@0.2.2/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p1q1.js +31 -0
  1047. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma1pm1@0.2.2/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p1q1.js.map +1 -0
  1048. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma1pm1@0.2.2/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p2q2.js +31 -0
  1049. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma1pm1@0.2.2/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p2q2.js.map +1 -0
  1050. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma1pm1@0.2.2/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p3q3.js +31 -0
  1051. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma1pm1@0.2.2/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p3q3.js.map +1 -0
  1052. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.2.1/node_modules/@stdlib/math-base-special-gamma/lib/index.js +29 -0
  1053. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.2.1/node_modules/@stdlib/math-base-special-gamma/lib/index.js.map +1 -0
  1054. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.2.1/node_modules/@stdlib/math-base-special-gamma/lib/main.js +80 -0
  1055. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.2.1/node_modules/@stdlib/math-base-special-gamma/lib/main.js.map +1 -0
  1056. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.2.1/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js +30 -0
  1057. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.2.1/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js.map +1 -0
  1058. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.2.1/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js +31 -0
  1059. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.2.1/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js.map +1 -0
  1060. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.2.1/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js +46 -0
  1061. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.2.1/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js.map +1 -0
  1062. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.2.1/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js +50 -0
  1063. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.2.1/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js.map +1 -0
  1064. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.3.0/node_modules/@stdlib/math-base-special-gamma/lib/index.js +29 -0
  1065. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.3.0/node_modules/@stdlib/math-base-special-gamma/lib/index.js.map +1 -0
  1066. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.3.0/node_modules/@stdlib/math-base-special-gamma/lib/main.js +80 -0
  1067. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.3.0/node_modules/@stdlib/math-base-special-gamma/lib/main.js.map +1 -0
  1068. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.3.0/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js +30 -0
  1069. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.3.0/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js.map +1 -0
  1070. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.3.0/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js +31 -0
  1071. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.3.0/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js.map +1 -0
  1072. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.3.0/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js +46 -0
  1073. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.3.0/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js.map +1 -0
  1074. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.3.0/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js +50 -0
  1075. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gamma@0.3.0/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js.map +1 -0
  1076. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/finite_gamma_q.js +50 -0
  1077. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/finite_gamma_q.js.map +1 -0
  1078. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/finite_half_gamma_q.js +55 -0
  1079. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/finite_half_gamma_q.js.map +1 -0
  1080. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/full_igamma_prefix.js +51 -0
  1081. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/full_igamma_prefix.js.map +1 -0
  1082. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/igamma_temme_large.js +61 -0
  1083. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/igamma_temme_large.js.map +1 -0
  1084. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/index.js +29 -0
  1085. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/index.js.map +1 -0
  1086. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/lower_gamma_series.js +50 -0
  1087. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/lower_gamma_series.js.map +1 -0
  1088. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/lower_incomplete_gamma_series.js +49 -0
  1089. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/lower_incomplete_gamma_series.js.map +1 -0
  1090. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/main.js +95 -0
  1091. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/main.js.map +1 -0
  1092. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c0.js +30 -0
  1093. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c0.js.map +1 -0
  1094. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c1.js +30 -0
  1095. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c1.js.map +1 -0
  1096. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c2.js +30 -0
  1097. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c2.js.map +1 -0
  1098. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c3.js +30 -0
  1099. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c3.js.map +1 -0
  1100. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c4.js +30 -0
  1101. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c4.js.map +1 -0
  1102. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c5.js +30 -0
  1103. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c5.js.map +1 -0
  1104. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c6.js +30 -0
  1105. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c6.js.map +1 -0
  1106. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c7.js +30 -0
  1107. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c7.js.map +1 -0
  1108. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c8.js +30 -0
  1109. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c8.js.map +1 -0
  1110. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/regularised_gamma_prefix.js +63 -0
  1111. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/regularised_gamma_prefix.js.map +1 -0
  1112. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/small_gamma2_series.js +48 -0
  1113. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/small_gamma2_series.js.map +1 -0
  1114. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/tgamma_small_upper_part.js +52 -0
  1115. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/tgamma_small_upper_part.js.map +1 -0
  1116. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/upper_gamma_fraction.js +48 -0
  1117. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/upper_gamma_fraction.js.map +1 -0
  1118. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/upper_incomplete_gamma_fract.js +51 -0
  1119. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammainc@0.2.2/node_modules/@stdlib/math-base-special-gammainc/lib/upper_incomplete_gamma_fract.js.map +1 -0
  1120. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/chepolsum.js +55 -0
  1121. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/chepolsum.js.map +1 -0
  1122. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/compute.js +62 -0
  1123. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/compute.js.map +1 -0
  1124. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps1.js +36 -0
  1125. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps1.js.map +1 -0
  1126. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps2.js +36 -0
  1127. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps2.js.map +1 -0
  1128. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps3.js +38 -0
  1129. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps3.js.map +1 -0
  1130. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/gamstar.js +37 -0
  1131. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/gamstar.js.map +1 -0
  1132. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/higher_newton.js +48 -0
  1133. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/higher_newton.js.map +1 -0
  1134. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/index.js +29 -0
  1135. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/index.js.map +1 -0
  1136. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/lambdaeta.js +44 -0
  1137. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/lambdaeta.js.map +1 -0
  1138. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/main.js +35 -0
  1139. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/main.js.map +1 -0
  1140. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_ak1.js +30 -0
  1141. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_ak1.js.map +1 -0
  1142. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_ak2.js +30 -0
  1143. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_ak2.js.map +1 -0
  1144. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_c.js +30 -0
  1145. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_c.js.map +1 -0
  1146. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_d.js +30 -0
  1147. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_d.js.map +1 -0
  1148. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak0bk0.js +31 -0
  1149. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak0bk0.js.map +1 -0
  1150. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak1bk1.js +31 -0
  1151. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak1bk1.js.map +1 -0
  1152. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak2bk2.js +31 -0
  1153. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak2bk2.js.map +1 -0
  1154. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak3bk3.js +31 -0
  1155. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak3bk3.js.map +1 -0
  1156. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak4bk4.js +31 -0
  1157. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak4bk4.js.map +1 -0
  1158. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak5bk5.js +31 -0
  1159. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak5bk5.js.map +1 -0
  1160. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak6bk6.js +31 -0
  1161. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak6bk6.js.map +1 -0
  1162. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak7bk7.js +31 -0
  1163. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak7bk7.js.map +1 -0
  1164. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak8bk8.js +31 -0
  1165. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak8bk8.js.map +1 -0
  1166. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/stirling.js +40 -0
  1167. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaincinv@0.2.2/node_modules/@stdlib/math-base-special-gammaincinv/lib/stirling.js.map +1 -0
  1168. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/index.js +29 -0
  1169. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/index.js.map +1 -0
  1170. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/main.js +109 -0
  1171. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/main.js.map +1 -0
  1172. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_a1.js +30 -0
  1173. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_a1.js.map +1 -0
  1174. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_a2.js +30 -0
  1175. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_a2.js.map +1 -0
  1176. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_r.js +30 -0
  1177. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_r.js.map +1 -0
  1178. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_s.js +30 -0
  1179. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_s.js.map +1 -0
  1180. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t1.js +30 -0
  1181. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t1.js.map +1 -0
  1182. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t2.js +30 -0
  1183. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t2.js.map +1 -0
  1184. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t3.js +30 -0
  1185. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t3.js.map +1 -0
  1186. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_u.js +30 -0
  1187. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_u.js.map +1 -0
  1188. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_v.js +30 -0
  1189. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_v.js.map +1 -0
  1190. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_w.js +30 -0
  1191. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gammaln@0.2.2/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_w.js.map +1 -0
  1192. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gcd@0.2.1/node_modules/@stdlib/math-base-special-gcd/lib/binary_gcd.js +44 -0
  1193. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gcd@0.2.1/node_modules/@stdlib/math-base-special-gcd/lib/binary_gcd.js.map +1 -0
  1194. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gcd@0.2.1/node_modules/@stdlib/math-base-special-gcd/lib/bitwise_binary_gcd.js +44 -0
  1195. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gcd@0.2.1/node_modules/@stdlib/math-base-special-gcd/lib/bitwise_binary_gcd.js.map +1 -0
  1196. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gcd@0.2.1/node_modules/@stdlib/math-base-special-gcd/lib/index.js +29 -0
  1197. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gcd@0.2.1/node_modules/@stdlib/math-base-special-gcd/lib/index.js.map +1 -0
  1198. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gcd@0.2.1/node_modules/@stdlib/math-base-special-gcd/lib/main.js +38 -0
  1199. package/dist/node_modules/.pnpm/@stdlib_math-base-special-gcd@0.2.1/node_modules/@stdlib/math-base-special-gcd/lib/main.js.map +1 -0
  1200. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/assign.js +52 -0
  1201. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/assign.js.map +1 -0
  1202. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/beta_small_b_large_a_series.js +67 -0
  1203. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/beta_small_b_large_a_series.js.map +1 -0
  1204. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/binomial_ccdf.js +61 -0
  1205. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/binomial_ccdf.js.map +1 -0
  1206. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/full_igamma_prefix.js +51 -0
  1207. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/full_igamma_prefix.js.map +1 -0
  1208. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_a_step.js +50 -0
  1209. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_a_step.js.map +1 -0
  1210. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_fraction2.js +58 -0
  1211. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_fraction2.js.map +1 -0
  1212. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_power_terms.js +98 -0
  1213. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_power_terms.js.map +1 -0
  1214. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_series.js +67 -0
  1215. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_series.js.map +1 -0
  1216. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/index.js +31 -0
  1217. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/index.js.map +1 -0
  1218. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/main.js +32 -0
  1219. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/main.js.map +1 -0
  1220. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/regularized_gamma_prefix.js +63 -0
  1221. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/regularized_gamma_prefix.js.map +1 -0
  1222. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/rising_factorial_ratio.js +48 -0
  1223. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betainc@0.2.2/node_modules/@stdlib/math-base-special-kernel-betainc/lib/rising_factorial_ratio.js.map +1 -0
  1224. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/find_ibeta_inv_from_t_dist.js +47 -0
  1225. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/find_ibeta_inv_from_t_dist.js.map +1 -0
  1226. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/halley_iterate.js +67 -0
  1227. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/halley_iterate.js.map +1 -0
  1228. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/ibeta_roots.js +53 -0
  1229. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/ibeta_roots.js.map +1 -0
  1230. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/index.js +29 -0
  1231. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/index.js.map +1 -0
  1232. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t.js +85 -0
  1233. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t.js.map +1 -0
  1234. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_body_series.js +59 -0
  1235. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_body_series.js.map +1 -0
  1236. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_hill.js +52 -0
  1237. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_hill.js.map +1 -0
  1238. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_tail_series.js +51 -0
  1239. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_tail_series.js.map +1 -0
  1240. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/main.js +65 -0
  1241. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/main.js.map +1 -0
  1242. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/newton_raphson.js +60 -0
  1243. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/newton_raphson.js.map +1 -0
  1244. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co1.js +30 -0
  1245. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co1.js.map +1 -0
  1246. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co10.js +30 -0
  1247. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co10.js.map +1 -0
  1248. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co11.js +30 -0
  1249. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co11.js.map +1 -0
  1250. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co12.js +30 -0
  1251. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co12.js.map +1 -0
  1252. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co13.js +30 -0
  1253. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co13.js.map +1 -0
  1254. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co14.js +30 -0
  1255. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co14.js.map +1 -0
  1256. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co15.js +30 -0
  1257. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co15.js.map +1 -0
  1258. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co16.js +30 -0
  1259. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co16.js.map +1 -0
  1260. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co17.js +30 -0
  1261. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co17.js.map +1 -0
  1262. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co18.js +30 -0
  1263. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co18.js.map +1 -0
  1264. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co19.js +30 -0
  1265. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co19.js.map +1 -0
  1266. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co2.js +30 -0
  1267. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co2.js.map +1 -0
  1268. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co20.js +30 -0
  1269. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co20.js.map +1 -0
  1270. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co21.js +30 -0
  1271. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co21.js.map +1 -0
  1272. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co22.js +30 -0
  1273. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co22.js.map +1 -0
  1274. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co3.js +30 -0
  1275. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co3.js.map +1 -0
  1276. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co4.js +30 -0
  1277. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co4.js.map +1 -0
  1278. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co5.js +30 -0
  1279. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co5.js.map +1 -0
  1280. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co6.js +30 -0
  1281. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co6.js.map +1 -0
  1282. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co7.js +30 -0
  1283. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co7.js.map +1 -0
  1284. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co8.js +30 -0
  1285. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co8.js.map +1 -0
  1286. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co9.js +30 -0
  1287. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co9.js.map +1 -0
  1288. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/root_finder.js +51 -0
  1289. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/root_finder.js.map +1 -0
  1290. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme1.js +51 -0
  1291. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme1.js.map +1 -0
  1292. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme2.js +69 -0
  1293. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme2.js.map +1 -0
  1294. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme3.js +52 -0
  1295. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-betaincinv@0.2.2/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme3.js.map +1 -0
  1296. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-cos@0.2.3/node_modules/@stdlib/math-base-special-kernel-cos/lib/index.js +29 -0
  1297. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-cos@0.2.3/node_modules/@stdlib/math-base-special-kernel-cos/lib/index.js.map +1 -0
  1298. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-cos@0.2.3/node_modules/@stdlib/math-base-special-kernel-cos/lib/main.js +48 -0
  1299. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-cos@0.2.3/node_modules/@stdlib/math-base-special-kernel-cos/lib/main.js.map +1 -0
  1300. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-cos@0.2.3/node_modules/@stdlib/math-base-special-kernel-cos/lib/polyval_c13.js +30 -0
  1301. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-cos@0.2.3/node_modules/@stdlib/math-base-special-kernel-cos/lib/polyval_c13.js.map +1 -0
  1302. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-cos@0.2.3/node_modules/@stdlib/math-base-special-kernel-cos/lib/polyval_c46.js +30 -0
  1303. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-cos@0.2.3/node_modules/@stdlib/math-base-special-kernel-cos/lib/polyval_c46.js.map +1 -0
  1304. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-sin@0.2.3/node_modules/@stdlib/math-base-special-kernel-sin/lib/index.js +29 -0
  1305. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-sin@0.2.3/node_modules/@stdlib/math-base-special-kernel-sin/lib/index.js.map +1 -0
  1306. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-sin@0.2.3/node_modules/@stdlib/math-base-special-kernel-sin/lib/main.js +46 -0
  1307. package/dist/node_modules/.pnpm/@stdlib_math-base-special-kernel-sin@0.2.3/node_modules/@stdlib/math-base-special-kernel-sin/lib/main.js.map +1 -0
  1308. package/dist/node_modules/.pnpm/@stdlib_math-base-special-ldexp@0.2.3/node_modules/@stdlib/math-base-special-ldexp/lib/index.js +29 -0
  1309. package/dist/node_modules/.pnpm/@stdlib_math-base-special-ldexp@0.2.3/node_modules/@stdlib/math-base-special-ldexp/lib/index.js.map +1 -0
  1310. package/dist/node_modules/.pnpm/@stdlib_math-base-special-ldexp@0.2.3/node_modules/@stdlib/math-base-special-ldexp/lib/main.js +46 -0
  1311. package/dist/node_modules/.pnpm/@stdlib_math-base-special-ldexp@0.2.3/node_modules/@stdlib/math-base-special-ldexp/lib/main.js.map +1 -0
  1312. package/dist/node_modules/.pnpm/@stdlib_math-base-special-ln@0.2.4/node_modules/@stdlib/math-base-special-ln/lib/index.js +29 -0
  1313. package/dist/node_modules/.pnpm/@stdlib_math-base-special-ln@0.2.4/node_modules/@stdlib/math-base-special-ln/lib/index.js.map +1 -0
  1314. package/dist/node_modules/.pnpm/@stdlib_math-base-special-ln@0.2.4/node_modules/@stdlib/math-base-special-ln/lib/main.js +53 -0
  1315. package/dist/node_modules/.pnpm/@stdlib_math-base-special-ln@0.2.4/node_modules/@stdlib/math-base-special-ln/lib/main.js.map +1 -0
  1316. package/dist/node_modules/.pnpm/@stdlib_math-base-special-ln@0.2.4/node_modules/@stdlib/math-base-special-ln/lib/polyval_p.js +30 -0
  1317. package/dist/node_modules/.pnpm/@stdlib_math-base-special-ln@0.2.4/node_modules/@stdlib/math-base-special-ln/lib/polyval_p.js.map +1 -0
  1318. package/dist/node_modules/.pnpm/@stdlib_math-base-special-ln@0.2.4/node_modules/@stdlib/math-base-special-ln/lib/polyval_q.js +30 -0
  1319. package/dist/node_modules/.pnpm/@stdlib_math-base-special-ln@0.2.4/node_modules/@stdlib/math-base-special-ln/lib/polyval_q.js.map +1 -0
  1320. package/dist/node_modules/.pnpm/@stdlib_math-base-special-log1p@0.2.3/node_modules/@stdlib/math-base-special-log1p/lib/index.js +29 -0
  1321. package/dist/node_modules/.pnpm/@stdlib_math-base-special-log1p@0.2.3/node_modules/@stdlib/math-base-special-log1p/lib/index.js.map +1 -0
  1322. package/dist/node_modules/.pnpm/@stdlib_math-base-special-log1p@0.2.3/node_modules/@stdlib/math-base-special-log1p/lib/main.js +64 -0
  1323. package/dist/node_modules/.pnpm/@stdlib_math-base-special-log1p@0.2.3/node_modules/@stdlib/math-base-special-log1p/lib/main.js.map +1 -0
  1324. package/dist/node_modules/.pnpm/@stdlib_math-base-special-log1p@0.2.3/node_modules/@stdlib/math-base-special-log1p/lib/polyval_lp.js +30 -0
  1325. package/dist/node_modules/.pnpm/@stdlib_math-base-special-log1p@0.2.3/node_modules/@stdlib/math-base-special-log1p/lib/polyval_lp.js.map +1 -0
  1326. package/dist/node_modules/.pnpm/@stdlib_math-base-special-log1pmx@0.2.3/node_modules/@stdlib/math-base-special-log1pmx/lib/index.js +29 -0
  1327. package/dist/node_modules/.pnpm/@stdlib_math-base-special-log1pmx@0.2.3/node_modules/@stdlib/math-base-special-log1pmx/lib/index.js.map +1 -0
  1328. package/dist/node_modules/.pnpm/@stdlib_math-base-special-log1pmx@0.2.3/node_modules/@stdlib/math-base-special-log1pmx/lib/log1p_series.js +46 -0
  1329. package/dist/node_modules/.pnpm/@stdlib_math-base-special-log1pmx@0.2.3/node_modules/@stdlib/math-base-special-log1pmx/lib/log1p_series.js.map +1 -0
  1330. package/dist/node_modules/.pnpm/@stdlib_math-base-special-log1pmx@0.2.3/node_modules/@stdlib/math-base-special-log1pmx/lib/main.js +52 -0
  1331. package/dist/node_modules/.pnpm/@stdlib_math-base-special-log1pmx@0.2.3/node_modules/@stdlib/math-base-special-log1pmx/lib/main.js.map +1 -0
  1332. package/dist/node_modules/.pnpm/@stdlib_math-base-special-max@0.2.1/node_modules/@stdlib/math-base-special-max/lib/index.js +29 -0
  1333. package/dist/node_modules/.pnpm/@stdlib_math-base-special-max@0.2.1/node_modules/@stdlib/math-base-special-max/lib/index.js.map +1 -0
  1334. package/dist/node_modules/.pnpm/@stdlib_math-base-special-max@0.2.1/node_modules/@stdlib/math-base-special-max/lib/main.js +34 -0
  1335. package/dist/node_modules/.pnpm/@stdlib_math-base-special-max@0.2.1/node_modules/@stdlib/math-base-special-max/lib/main.js.map +1 -0
  1336. package/dist/node_modules/.pnpm/@stdlib_math-base-special-max@0.3.0/node_modules/@stdlib/math-base-special-max/lib/index.js +29 -0
  1337. package/dist/node_modules/.pnpm/@stdlib_math-base-special-max@0.3.0/node_modules/@stdlib/math-base-special-max/lib/index.js.map +1 -0
  1338. package/dist/node_modules/.pnpm/@stdlib_math-base-special-max@0.3.0/node_modules/@stdlib/math-base-special-max/lib/main.js +34 -0
  1339. package/dist/node_modules/.pnpm/@stdlib_math-base-special-max@0.3.0/node_modules/@stdlib/math-base-special-max/lib/main.js.map +1 -0
  1340. package/dist/node_modules/.pnpm/@stdlib_math-base-special-maxabs@0.3.0/node_modules/@stdlib/math-base-special-maxabs/lib/index.js +29 -0
  1341. package/dist/node_modules/.pnpm/@stdlib_math-base-special-maxabs@0.3.0/node_modules/@stdlib/math-base-special-maxabs/lib/index.js.map +1 -0
  1342. package/dist/node_modules/.pnpm/@stdlib_math-base-special-maxabs@0.3.0/node_modules/@stdlib/math-base-special-maxabs/lib/main.js +33 -0
  1343. package/dist/node_modules/.pnpm/@stdlib_math-base-special-maxabs@0.3.0/node_modules/@stdlib/math-base-special-maxabs/lib/main.js.map +1 -0
  1344. package/dist/node_modules/.pnpm/@stdlib_math-base-special-min@0.2.3/node_modules/@stdlib/math-base-special-min/lib/index.js +29 -0
  1345. package/dist/node_modules/.pnpm/@stdlib_math-base-special-min@0.2.3/node_modules/@stdlib/math-base-special-min/lib/index.js.map +1 -0
  1346. package/dist/node_modules/.pnpm/@stdlib_math-base-special-min@0.2.3/node_modules/@stdlib/math-base-special-min/lib/main.js +34 -0
  1347. package/dist/node_modules/.pnpm/@stdlib_math-base-special-min@0.2.3/node_modules/@stdlib/math-base-special-min/lib/main.js.map +1 -0
  1348. package/dist/node_modules/.pnpm/@stdlib_math-base-special-minabs@0.2.3/node_modules/@stdlib/math-base-special-minabs/lib/index.js +29 -0
  1349. package/dist/node_modules/.pnpm/@stdlib_math-base-special-minabs@0.2.3/node_modules/@stdlib/math-base-special-minabs/lib/index.js.map +1 -0
  1350. package/dist/node_modules/.pnpm/@stdlib_math-base-special-minabs@0.2.3/node_modules/@stdlib/math-base-special-minabs/lib/main.js +33 -0
  1351. package/dist/node_modules/.pnpm/@stdlib_math-base-special-minabs@0.2.3/node_modules/@stdlib/math-base-special-minabs/lib/main.js.map +1 -0
  1352. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/index.js +29 -0
  1353. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/index.js.map +1 -0
  1354. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js +62 -0
  1355. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js.map +1 -0
  1356. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/logx.js +48 -0
  1357. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/logx.js.map +1 -0
  1358. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/main.js +113 -0
  1359. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/main.js.map +1 -0
  1360. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js +30 -0
  1361. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js.map +1 -0
  1362. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js +30 -0
  1363. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js.map +1 -0
  1364. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js +30 -0
  1365. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js.map +1 -0
  1366. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/pow2.js +56 -0
  1367. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/pow2.js.map +1 -0
  1368. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js +49 -0
  1369. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js.map +1 -0
  1370. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js +48 -0
  1371. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js.map +1 -0
  1372. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js +33 -0
  1373. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.2.1/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js.map +1 -0
  1374. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/index.js +29 -0
  1375. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/index.js.map +1 -0
  1376. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js +62 -0
  1377. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js.map +1 -0
  1378. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/logx.js +48 -0
  1379. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/logx.js.map +1 -0
  1380. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/main.js +113 -0
  1381. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/main.js.map +1 -0
  1382. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js +30 -0
  1383. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js.map +1 -0
  1384. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js +30 -0
  1385. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js.map +1 -0
  1386. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js +30 -0
  1387. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js.map +1 -0
  1388. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/pow2.js +56 -0
  1389. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/pow2.js.map +1 -0
  1390. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js +49 -0
  1391. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js.map +1 -0
  1392. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js +48 -0
  1393. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js.map +1 -0
  1394. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js +33 -0
  1395. package/dist/node_modules/.pnpm/@stdlib_math-base-special-pow@0.3.0/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js.map +1 -0
  1396. package/dist/node_modules/.pnpm/@stdlib_math-base-special-powm1@0.3.1/node_modules/@stdlib/math-base-special-powm1/lib/index.js +29 -0
  1397. package/dist/node_modules/.pnpm/@stdlib_math-base-special-powm1@0.3.1/node_modules/@stdlib/math-base-special-powm1/lib/index.js.map +1 -0
  1398. package/dist/node_modules/.pnpm/@stdlib_math-base-special-powm1@0.3.1/node_modules/@stdlib/math-base-special-powm1/lib/main.js +63 -0
  1399. package/dist/node_modules/.pnpm/@stdlib_math-base-special-powm1@0.3.1/node_modules/@stdlib/math-base-special-powm1/lib/main.js.map +1 -0
  1400. package/dist/node_modules/.pnpm/@stdlib_math-base-special-rempio2@0.2.1/node_modules/@stdlib/math-base-special-rempio2/lib/index.js +29 -0
  1401. package/dist/node_modules/.pnpm/@stdlib_math-base-special-rempio2@0.2.1/node_modules/@stdlib/math-base-special-rempio2/lib/index.js.map +1 -0
  1402. package/dist/node_modules/.pnpm/@stdlib_math-base-special-rempio2@0.2.1/node_modules/@stdlib/math-base-special-rempio2/lib/kernel_rempio2.js +191 -0
  1403. package/dist/node_modules/.pnpm/@stdlib_math-base-special-rempio2@0.2.1/node_modules/@stdlib/math-base-special-rempio2/lib/kernel_rempio2.js.map +1 -0
  1404. package/dist/node_modules/.pnpm/@stdlib_math-base-special-rempio2@0.2.1/node_modules/@stdlib/math-base-special-rempio2/lib/main.js +70 -0
  1405. package/dist/node_modules/.pnpm/@stdlib_math-base-special-rempio2@0.2.1/node_modules/@stdlib/math-base-special-rempio2/lib/main.js.map +1 -0
  1406. package/dist/node_modules/.pnpm/@stdlib_math-base-special-rempio2@0.2.1/node_modules/@stdlib/math-base-special-rempio2/lib/rempio2_medium.js +48 -0
  1407. package/dist/node_modules/.pnpm/@stdlib_math-base-special-rempio2@0.2.1/node_modules/@stdlib/math-base-special-rempio2/lib/rempio2_medium.js.map +1 -0
  1408. package/dist/node_modules/.pnpm/@stdlib_math-base-special-round@0.2.1/node_modules/@stdlib/math-base-special-round/lib/index.js +29 -0
  1409. package/dist/node_modules/.pnpm/@stdlib_math-base-special-round@0.2.1/node_modules/@stdlib/math-base-special-round/lib/index.js.map +1 -0
  1410. package/dist/node_modules/.pnpm/@stdlib_math-base-special-round@0.2.1/node_modules/@stdlib/math-base-special-round/lib/main.js +28 -0
  1411. package/dist/node_modules/.pnpm/@stdlib_math-base-special-round@0.2.1/node_modules/@stdlib/math-base-special-round/lib/main.js.map +1 -0
  1412. package/dist/node_modules/.pnpm/@stdlib_math-base-special-round@0.3.0/node_modules/@stdlib/math-base-special-round/lib/index.js +29 -0
  1413. package/dist/node_modules/.pnpm/@stdlib_math-base-special-round@0.3.0/node_modules/@stdlib/math-base-special-round/lib/index.js.map +1 -0
  1414. package/dist/node_modules/.pnpm/@stdlib_math-base-special-round@0.3.0/node_modules/@stdlib/math-base-special-round/lib/main.js +28 -0
  1415. package/dist/node_modules/.pnpm/@stdlib_math-base-special-round@0.3.0/node_modules/@stdlib/math-base-special-round/lib/main.js.map +1 -0
  1416. package/dist/node_modules/.pnpm/@stdlib_math-base-special-roundn@0.2.2/node_modules/@stdlib/math-base-special-roundn/lib/index.js +29 -0
  1417. package/dist/node_modules/.pnpm/@stdlib_math-base-special-roundn@0.2.2/node_modules/@stdlib/math-base-special-roundn/lib/index.js.map +1 -0
  1418. package/dist/node_modules/.pnpm/@stdlib_math-base-special-roundn@0.2.2/node_modules/@stdlib/math-base-special-roundn/lib/main.js +47 -0
  1419. package/dist/node_modules/.pnpm/@stdlib_math-base-special-roundn@0.2.2/node_modules/@stdlib/math-base-special-roundn/lib/main.js.map +1 -0
  1420. package/dist/node_modules/.pnpm/@stdlib_math-base-special-signum@0.2.2/node_modules/@stdlib/math-base-special-signum/lib/index.js +29 -0
  1421. package/dist/node_modules/.pnpm/@stdlib_math-base-special-signum@0.2.2/node_modules/@stdlib/math-base-special-signum/lib/index.js.map +1 -0
  1422. package/dist/node_modules/.pnpm/@stdlib_math-base-special-signum@0.2.2/node_modules/@stdlib/math-base-special-signum/lib/main.js +32 -0
  1423. package/dist/node_modules/.pnpm/@stdlib_math-base-special-signum@0.2.2/node_modules/@stdlib/math-base-special-signum/lib/main.js.map +1 -0
  1424. package/dist/node_modules/.pnpm/@stdlib_math-base-special-sin@0.2.1/node_modules/@stdlib/math-base-special-sin/lib/index.js +29 -0
  1425. package/dist/node_modules/.pnpm/@stdlib_math-base-special-sin@0.2.1/node_modules/@stdlib/math-base-special-sin/lib/index.js.map +1 -0
  1426. package/dist/node_modules/.pnpm/@stdlib_math-base-special-sin@0.2.1/node_modules/@stdlib/math-base-special-sin/lib/main.js +65 -0
  1427. package/dist/node_modules/.pnpm/@stdlib_math-base-special-sin@0.2.1/node_modules/@stdlib/math-base-special-sin/lib/main.js.map +1 -0
  1428. package/dist/node_modules/.pnpm/@stdlib_math-base-special-sin@0.3.0/node_modules/@stdlib/math-base-special-sin/lib/index.js +29 -0
  1429. package/dist/node_modules/.pnpm/@stdlib_math-base-special-sin@0.3.0/node_modules/@stdlib/math-base-special-sin/lib/index.js.map +1 -0
  1430. package/dist/node_modules/.pnpm/@stdlib_math-base-special-sin@0.3.0/node_modules/@stdlib/math-base-special-sin/lib/main.js +65 -0
  1431. package/dist/node_modules/.pnpm/@stdlib_math-base-special-sin@0.3.0/node_modules/@stdlib/math-base-special-sin/lib/main.js.map +1 -0
  1432. package/dist/node_modules/.pnpm/@stdlib_math-base-special-sinpi@0.2.1/node_modules/@stdlib/math-base-special-sinpi/lib/index.js +29 -0
  1433. package/dist/node_modules/.pnpm/@stdlib_math-base-special-sinpi@0.2.1/node_modules/@stdlib/math-base-special-sinpi/lib/index.js.map +1 -0
  1434. package/dist/node_modules/.pnpm/@stdlib_math-base-special-sinpi@0.2.1/node_modules/@stdlib/math-base-special-sinpi/lib/main.js +39 -0
  1435. package/dist/node_modules/.pnpm/@stdlib_math-base-special-sinpi@0.2.1/node_modules/@stdlib/math-base-special-sinpi/lib/main.js.map +1 -0
  1436. package/dist/node_modules/.pnpm/@stdlib_math-base-special-sqrt@0.2.2/node_modules/@stdlib/math-base-special-sqrt/lib/index.js +29 -0
  1437. package/dist/node_modules/.pnpm/@stdlib_math-base-special-sqrt@0.2.2/node_modules/@stdlib/math-base-special-sqrt/lib/index.js.map +1 -0
  1438. package/dist/node_modules/.pnpm/@stdlib_math-base-special-sqrt@0.2.2/node_modules/@stdlib/math-base-special-sqrt/lib/main.js +28 -0
  1439. package/dist/node_modules/.pnpm/@stdlib_math-base-special-sqrt@0.2.2/node_modules/@stdlib/math-base-special-sqrt/lib/main.js.map +1 -0
  1440. package/dist/node_modules/.pnpm/@stdlib_math-base-special-trunc@0.2.2/node_modules/@stdlib/math-base-special-trunc/lib/index.js +29 -0
  1441. package/dist/node_modules/.pnpm/@stdlib_math-base-special-trunc@0.2.2/node_modules/@stdlib/math-base-special-trunc/lib/index.js.map +1 -0
  1442. package/dist/node_modules/.pnpm/@stdlib_math-base-special-trunc@0.2.2/node_modules/@stdlib/math-base-special-trunc/lib/main.js +33 -0
  1443. package/dist/node_modules/.pnpm/@stdlib_math-base-special-trunc@0.2.2/node_modules/@stdlib/math-base-special-trunc/lib/main.js.map +1 -0
  1444. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-continued-fraction@0.2.2/node_modules/@stdlib/math-base-tools-continued-fraction/lib/basic.js +51 -0
  1445. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-continued-fraction@0.2.2/node_modules/@stdlib/math-base-tools-continued-fraction/lib/basic.js.map +1 -0
  1446. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-continued-fraction@0.2.2/node_modules/@stdlib/math-base-tools-continued-fraction/lib/generators.js +59 -0
  1447. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-continued-fraction@0.2.2/node_modules/@stdlib/math-base-tools-continued-fraction/lib/generators.js.map +1 -0
  1448. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-continued-fraction@0.2.2/node_modules/@stdlib/math-base-tools-continued-fraction/lib/index.js +31 -0
  1449. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-continued-fraction@0.2.2/node_modules/@stdlib/math-base-tools-continued-fraction/lib/index.js.map +1 -0
  1450. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-evalpoly@0.2.2/node_modules/@stdlib/math-base-tools-evalpoly/lib/factory.js +50 -0
  1451. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-evalpoly@0.2.2/node_modules/@stdlib/math-base-tools-evalpoly/lib/factory.js.map +1 -0
  1452. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-evalpoly@0.2.2/node_modules/@stdlib/math-base-tools-evalpoly/lib/index.js +31 -0
  1453. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-evalpoly@0.2.2/node_modules/@stdlib/math-base-tools-evalpoly/lib/index.js.map +1 -0
  1454. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-evalpoly@0.2.2/node_modules/@stdlib/math-base-tools-evalpoly/lib/main.js +35 -0
  1455. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-evalpoly@0.2.2/node_modules/@stdlib/math-base-tools-evalpoly/lib/main.js.map +1 -0
  1456. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-sum-series@0.2.2/node_modules/@stdlib/math-base-tools-sum-series/lib/basic.js +38 -0
  1457. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-sum-series@0.2.2/node_modules/@stdlib/math-base-tools-sum-series/lib/basic.js.map +1 -0
  1458. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-sum-series@0.2.2/node_modules/@stdlib/math-base-tools-sum-series/lib/generators.js +42 -0
  1459. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-sum-series@0.2.2/node_modules/@stdlib/math-base-tools-sum-series/lib/generators.js.map +1 -0
  1460. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-sum-series@0.2.2/node_modules/@stdlib/math-base-tools-sum-series/lib/index.js +31 -0
  1461. package/dist/node_modules/.pnpm/@stdlib_math-base-tools-sum-series@0.2.2/node_modules/@stdlib/math-base-tools-sum-series/lib/index.js.map +1 -0
  1462. package/dist/node_modules/.pnpm/@stdlib_number-ctor@0.2.2/node_modules/@stdlib/number-ctor/lib/index.js +29 -0
  1463. package/dist/node_modules/.pnpm/@stdlib_number-ctor@0.2.2/node_modules/@stdlib/number-ctor/lib/index.js.map +1 -0
  1464. package/dist/node_modules/.pnpm/@stdlib_number-ctor@0.2.2/node_modules/@stdlib/number-ctor/lib/main.js +25 -0
  1465. package/dist/node_modules/.pnpm/@stdlib_number-ctor@0.2.2/node_modules/@stdlib/number-ctor/lib/main.js.map +1 -0
  1466. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-exponent@0.2.2/node_modules/@stdlib/number-float64-base-exponent/lib/index.js +29 -0
  1467. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-exponent@0.2.2/node_modules/@stdlib/number-float64-base-exponent/lib/index.js.map +1 -0
  1468. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-exponent@0.2.2/node_modules/@stdlib/number-float64-base-exponent/lib/main.js +35 -0
  1469. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-exponent@0.2.2/node_modules/@stdlib/number-float64-base-exponent/lib/main.js.map +1 -0
  1470. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-from-words@0.2.2/node_modules/@stdlib/number-float64-base-from-words/lib/index.js +29 -0
  1471. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-from-words@0.2.2/node_modules/@stdlib/number-float64-base-from-words/lib/index.js.map +1 -0
  1472. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-from-words@0.2.2/node_modules/@stdlib/number-float64-base-from-words/lib/indices.js +32 -0
  1473. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-from-words@0.2.2/node_modules/@stdlib/number-float64-base-from-words/lib/indices.js.map +1 -0
  1474. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-from-words@0.2.2/node_modules/@stdlib/number-float64-base-from-words/lib/main.js +34 -0
  1475. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-from-words@0.2.2/node_modules/@stdlib/number-float64-base-from-words/lib/main.js.map +1 -0
  1476. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-get-high-word@0.2.2/node_modules/@stdlib/number-float64-base-get-high-word/lib/high.js +29 -0
  1477. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-get-high-word@0.2.2/node_modules/@stdlib/number-float64-base-get-high-word/lib/high.js.map +1 -0
  1478. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-get-high-word@0.2.2/node_modules/@stdlib/number-float64-base-get-high-word/lib/index.js +29 -0
  1479. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-get-high-word@0.2.2/node_modules/@stdlib/number-float64-base-get-high-word/lib/index.js.map +1 -0
  1480. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-get-high-word@0.2.2/node_modules/@stdlib/number-float64-base-get-high-word/lib/main.js +34 -0
  1481. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-get-high-word@0.2.2/node_modules/@stdlib/number-float64-base-get-high-word/lib/main.js.map +1 -0
  1482. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-get-low-word@0.2.2/node_modules/@stdlib/number-float64-base-get-low-word/lib/index.js +29 -0
  1483. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-get-low-word@0.2.2/node_modules/@stdlib/number-float64-base-get-low-word/lib/index.js.map +1 -0
  1484. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-get-low-word@0.2.2/node_modules/@stdlib/number-float64-base-get-low-word/lib/low.js +29 -0
  1485. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-get-low-word@0.2.2/node_modules/@stdlib/number-float64-base-get-low-word/lib/low.js.map +1 -0
  1486. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-get-low-word@0.2.2/node_modules/@stdlib/number-float64-base-get-low-word/lib/main.js +34 -0
  1487. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-get-low-word@0.2.2/node_modules/@stdlib/number-float64-base-get-low-word/lib/main.js.map +1 -0
  1488. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-normalize@0.2.3/node_modules/@stdlib/number-float64-base-normalize/lib/assign.js +35 -0
  1489. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-normalize@0.2.3/node_modules/@stdlib/number-float64-base-normalize/lib/assign.js.map +1 -0
  1490. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-normalize@0.2.3/node_modules/@stdlib/number-float64-base-normalize/lib/index.js +31 -0
  1491. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-normalize@0.2.3/node_modules/@stdlib/number-float64-base-normalize/lib/index.js.map +1 -0
  1492. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-normalize@0.2.3/node_modules/@stdlib/number-float64-base-normalize/lib/main.js +32 -0
  1493. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-normalize@0.2.3/node_modules/@stdlib/number-float64-base-normalize/lib/main.js.map +1 -0
  1494. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-set-high-word@0.2.2/node_modules/@stdlib/number-float64-base-set-high-word/lib/high.js +29 -0
  1495. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-set-high-word@0.2.2/node_modules/@stdlib/number-float64-base-set-high-word/lib/high.js.map +1 -0
  1496. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-set-high-word@0.2.2/node_modules/@stdlib/number-float64-base-set-high-word/lib/index.js +29 -0
  1497. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-set-high-word@0.2.2/node_modules/@stdlib/number-float64-base-set-high-word/lib/index.js.map +1 -0
  1498. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-set-high-word@0.2.2/node_modules/@stdlib/number-float64-base-set-high-word/lib/main.js +34 -0
  1499. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-set-high-word@0.2.2/node_modules/@stdlib/number-float64-base-set-high-word/lib/main.js.map +1 -0
  1500. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-set-low-word@0.2.2/node_modules/@stdlib/number-float64-base-set-low-word/lib/index.js +29 -0
  1501. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-set-low-word@0.2.2/node_modules/@stdlib/number-float64-base-set-low-word/lib/index.js.map +1 -0
  1502. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-set-low-word@0.2.2/node_modules/@stdlib/number-float64-base-set-low-word/lib/low.js +29 -0
  1503. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-set-low-word@0.2.2/node_modules/@stdlib/number-float64-base-set-low-word/lib/low.js.map +1 -0
  1504. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-set-low-word@0.2.2/node_modules/@stdlib/number-float64-base-set-low-word/lib/main.js +34 -0
  1505. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-set-low-word@0.2.2/node_modules/@stdlib/number-float64-base-set-low-word/lib/main.js.map +1 -0
  1506. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-to-float32@0.2.2/node_modules/@stdlib/number-float64-base-to-float32/lib/index.js +30 -0
  1507. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-to-float32@0.2.2/node_modules/@stdlib/number-float64-base-to-float32/lib/index.js.map +1 -0
  1508. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-to-float32@0.2.2/node_modules/@stdlib/number-float64-base-to-float32/lib/main.js +28 -0
  1509. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-to-float32@0.2.2/node_modules/@stdlib/number-float64-base-to-float32/lib/main.js.map +1 -0
  1510. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-to-float32@0.2.2/node_modules/@stdlib/number-float64-base-to-float32/lib/polyfill.js +32 -0
  1511. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-to-float32@0.2.2/node_modules/@stdlib/number-float64-base-to-float32/lib/polyfill.js.map +1 -0
  1512. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-to-words@0.2.2/node_modules/@stdlib/number-float64-base-to-words/lib/assign.js +34 -0
  1513. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-to-words@0.2.2/node_modules/@stdlib/number-float64-base-to-words/lib/assign.js.map +1 -0
  1514. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-to-words@0.2.2/node_modules/@stdlib/number-float64-base-to-words/lib/index.js +31 -0
  1515. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-to-words@0.2.2/node_modules/@stdlib/number-float64-base-to-words/lib/index.js.map +1 -0
  1516. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-to-words@0.2.2/node_modules/@stdlib/number-float64-base-to-words/lib/indices.js +32 -0
  1517. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-to-words@0.2.2/node_modules/@stdlib/number-float64-base-to-words/lib/indices.js.map +1 -0
  1518. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-to-words@0.2.2/node_modules/@stdlib/number-float64-base-to-words/lib/main.js +32 -0
  1519. package/dist/node_modules/.pnpm/@stdlib_number-float64-base-to-words@0.2.2/node_modules/@stdlib/number-float64-base-to-words/lib/main.js.map +1 -0
  1520. package/dist/node_modules/.pnpm/@stdlib_number-uint32-base-to-int32@0.2.2/node_modules/@stdlib/number-uint32-base-to-int32/lib/index.js +29 -0
  1521. package/dist/node_modules/.pnpm/@stdlib_number-uint32-base-to-int32@0.2.2/node_modules/@stdlib/number-uint32-base-to-int32/lib/index.js.map +1 -0
  1522. package/dist/node_modules/.pnpm/@stdlib_number-uint32-base-to-int32@0.2.2/node_modules/@stdlib/number-uint32-base-to-int32/lib/main.js +30 -0
  1523. package/dist/node_modules/.pnpm/@stdlib_number-uint32-base-to-int32@0.2.2/node_modules/@stdlib/number-uint32-base-to-int32/lib/main.js.map +1 -0
  1524. package/dist/node_modules/.pnpm/@stdlib_object-ctor@0.2.1/node_modules/@stdlib/object-ctor/lib/index.js +29 -0
  1525. package/dist/node_modules/.pnpm/@stdlib_object-ctor@0.2.1/node_modules/@stdlib/object-ctor/lib/index.js.map +1 -0
  1526. package/dist/node_modules/.pnpm/@stdlib_object-ctor@0.2.1/node_modules/@stdlib/object-ctor/lib/main.js +28 -0
  1527. package/dist/node_modules/.pnpm/@stdlib_object-ctor@0.2.1/node_modules/@stdlib/object-ctor/lib/main.js.map +1 -0
  1528. package/dist/node_modules/.pnpm/@stdlib_regexp-function-name@0.2.2/node_modules/@stdlib/regexp-function-name/lib/index.js +31 -0
  1529. package/dist/node_modules/.pnpm/@stdlib_regexp-function-name@0.2.2/node_modules/@stdlib/regexp-function-name/lib/index.js.map +1 -0
  1530. package/dist/node_modules/.pnpm/@stdlib_regexp-function-name@0.2.2/node_modules/@stdlib/regexp-function-name/lib/main.js +30 -0
  1531. package/dist/node_modules/.pnpm/@stdlib_regexp-function-name@0.2.2/node_modules/@stdlib/regexp-function-name/lib/main.js.map +1 -0
  1532. package/dist/node_modules/.pnpm/@stdlib_regexp-function-name@0.2.2/node_modules/@stdlib/regexp-function-name/lib/regexp.js +29 -0
  1533. package/dist/node_modules/.pnpm/@stdlib_regexp-function-name@0.2.2/node_modules/@stdlib/regexp-function-name/lib/regexp.js.map +1 -0
  1534. package/dist/node_modules/.pnpm/@stdlib_stats-anova1@0.2.2/node_modules/@stdlib/stats-anova1/lib/defaults.js +32 -0
  1535. package/dist/node_modules/.pnpm/@stdlib_stats-anova1@0.2.2/node_modules/@stdlib/stats-anova1/lib/defaults.js.map +1 -0
  1536. package/dist/node_modules/.pnpm/@stdlib_stats-anova1@0.2.2/node_modules/@stdlib/stats-anova1/lib/index.js +29 -0
  1537. package/dist/node_modules/.pnpm/@stdlib_stats-anova1@0.2.2/node_modules/@stdlib/stats-anova1/lib/index.js.map +1 -0
  1538. package/dist/node_modules/.pnpm/@stdlib_stats-anova1@0.2.2/node_modules/@stdlib/stats-anova1/lib/main.js +62 -0
  1539. package/dist/node_modules/.pnpm/@stdlib_stats-anova1@0.2.2/node_modules/@stdlib/stats-anova1/lib/main.js.map +1 -0
  1540. package/dist/node_modules/.pnpm/@stdlib_stats-anova1@0.2.2/node_modules/@stdlib/stats-anova1/lib/mean.js +33 -0
  1541. package/dist/node_modules/.pnpm/@stdlib_stats-anova1@0.2.2/node_modules/@stdlib/stats-anova1/lib/mean.js.map +1 -0
  1542. package/dist/node_modules/.pnpm/@stdlib_stats-anova1@0.2.2/node_modules/@stdlib/stats-anova1/lib/mean_table.js +44 -0
  1543. package/dist/node_modules/.pnpm/@stdlib_stats-anova1@0.2.2/node_modules/@stdlib/stats-anova1/lib/mean_table.js.map +1 -0
  1544. package/dist/node_modules/.pnpm/@stdlib_stats-anova1@0.2.2/node_modules/@stdlib/stats-anova1/lib/print.js +69 -0
  1545. package/dist/node_modules/.pnpm/@stdlib_stats-anova1@0.2.2/node_modules/@stdlib/stats-anova1/lib/print.js.map +1 -0
  1546. package/dist/node_modules/.pnpm/@stdlib_stats-anova1@0.2.2/node_modules/@stdlib/stats-anova1/lib/unique.js +40 -0
  1547. package/dist/node_modules/.pnpm/@stdlib_stats-anova1@0.2.2/node_modules/@stdlib/stats-anova1/lib/unique.js.map +1 -0
  1548. package/dist/node_modules/.pnpm/@stdlib_stats-anova1@0.2.2/node_modules/@stdlib/stats-anova1/lib/validate.js +44 -0
  1549. package/dist/node_modules/.pnpm/@stdlib_stats-anova1@0.2.2/node_modules/@stdlib/stats-anova1/lib/validate.js.map +1 -0
  1550. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-chisquare-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/factory.js +32 -0
  1551. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-chisquare-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/factory.js.map +1 -0
  1552. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-chisquare-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/index.js +31 -0
  1553. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-chisquare-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/index.js.map +1 -0
  1554. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-chisquare-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/main.js +32 -0
  1555. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-chisquare-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/main.js.map +1 -0
  1556. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-degenerate-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/factory.js +38 -0
  1557. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-degenerate-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/factory.js.map +1 -0
  1558. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-degenerate-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/index.js +31 -0
  1559. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-degenerate-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/index.js.map +1 -0
  1560. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-degenerate-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/main.js +32 -0
  1561. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-degenerate-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/main.js.map +1 -0
  1562. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-gamma-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/factory.js +43 -0
  1563. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-gamma-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/factory.js.map +1 -0
  1564. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-gamma-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/index.js +31 -0
  1565. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-gamma-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/index.js.map +1 -0
  1566. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-gamma-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/main.js +34 -0
  1567. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-gamma-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/main.js.map +1 -0
  1568. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-normal-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/factory.js +45 -0
  1569. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-normal-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/factory.js.map +1 -0
  1570. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-normal-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/index.js +31 -0
  1571. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-normal-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/index.js.map +1 -0
  1572. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-normal-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/main.js +35 -0
  1573. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-normal-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/main.js.map +1 -0
  1574. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-signrank-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/factory.js +54 -0
  1575. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-signrank-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/factory.js.map +1 -0
  1576. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-signrank-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/index.js +31 -0
  1577. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-signrank-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/index.js.map +1 -0
  1578. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-signrank-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/main.js +47 -0
  1579. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-signrank-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/main.js.map +1 -0
  1580. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-signrank-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/weights.js +33 -0
  1581. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-signrank-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/weights.js.map +1 -0
  1582. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-t-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-t-cdf/lib/factory.js +41 -0
  1583. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-t-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-t-cdf/lib/factory.js.map +1 -0
  1584. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-t-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-t-cdf/lib/index.js +31 -0
  1585. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-t-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-t-cdf/lib/index.js.map +1 -0
  1586. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-t-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-t-cdf/lib/main.js +35 -0
  1587. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-t-cdf@0.2.2/node_modules/@stdlib/stats-base-dists-t-cdf/lib/main.js.map +1 -0
  1588. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-t-quantile@0.2.2/node_modules/@stdlib/stats-base-dists-t-quantile/lib/factory.js +42 -0
  1589. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-t-quantile@0.2.2/node_modules/@stdlib/stats-base-dists-t-quantile/lib/factory.js.map +1 -0
  1590. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-t-quantile@0.2.2/node_modules/@stdlib/stats-base-dists-t-quantile/lib/index.js +31 -0
  1591. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-t-quantile@0.2.2/node_modules/@stdlib/stats-base-dists-t-quantile/lib/index.js.map +1 -0
  1592. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-t-quantile@0.2.2/node_modules/@stdlib/stats-base-dists-t-quantile/lib/main.js +36 -0
  1593. package/dist/node_modules/.pnpm/@stdlib_stats-base-dists-t-quantile@0.2.2/node_modules/@stdlib/stats-base-dists-t-quantile/lib/main.js.map +1 -0
  1594. package/dist/node_modules/.pnpm/@stdlib_stats-base-mean@0.2.2/node_modules/@stdlib/stats-base-mean/lib/index.js +29 -0
  1595. package/dist/node_modules/.pnpm/@stdlib_stats-base-mean@0.2.2/node_modules/@stdlib/stats-base-mean/lib/index.js.map +1 -0
  1596. package/dist/node_modules/.pnpm/@stdlib_stats-base-mean@0.2.2/node_modules/@stdlib/stats-base-mean/lib/main.js +31 -0
  1597. package/dist/node_modules/.pnpm/@stdlib_stats-base-mean@0.2.2/node_modules/@stdlib/stats-base-mean/lib/main.js.map +1 -0
  1598. package/dist/node_modules/.pnpm/@stdlib_stats-base-mean@0.2.2/node_modules/@stdlib/stats-base-mean/lib/mean.js +32 -0
  1599. package/dist/node_modules/.pnpm/@stdlib_stats-base-mean@0.2.2/node_modules/@stdlib/stats-base-mean/lib/mean.js.map +1 -0
  1600. package/dist/node_modules/.pnpm/@stdlib_stats-base-mean@0.2.2/node_modules/@stdlib/stats-base-mean/lib/ndarray.js +32 -0
  1601. package/dist/node_modules/.pnpm/@stdlib_stats-base-mean@0.2.2/node_modules/@stdlib/stats-base-mean/lib/ndarray.js.map +1 -0
  1602. package/dist/node_modules/.pnpm/@stdlib_stats-base-meanpn@0.2.2/node_modules/@stdlib/stats-base-meanpn/lib/index.js +29 -0
  1603. package/dist/node_modules/.pnpm/@stdlib_stats-base-meanpn@0.2.2/node_modules/@stdlib/stats-base-meanpn/lib/index.js.map +1 -0
  1604. package/dist/node_modules/.pnpm/@stdlib_stats-base-meanpn@0.2.2/node_modules/@stdlib/stats-base-meanpn/lib/main.js +31 -0
  1605. package/dist/node_modules/.pnpm/@stdlib_stats-base-meanpn@0.2.2/node_modules/@stdlib/stats-base-meanpn/lib/main.js.map +1 -0
  1606. package/dist/node_modules/.pnpm/@stdlib_stats-base-meanpn@0.2.2/node_modules/@stdlib/stats-base-meanpn/lib/meanpn.js +34 -0
  1607. package/dist/node_modules/.pnpm/@stdlib_stats-base-meanpn@0.2.2/node_modules/@stdlib/stats-base-meanpn/lib/meanpn.js.map +1 -0
  1608. package/dist/node_modules/.pnpm/@stdlib_stats-base-meanpn@0.2.2/node_modules/@stdlib/stats-base-meanpn/lib/ndarray.js +34 -0
  1609. package/dist/node_modules/.pnpm/@stdlib_stats-base-meanpn@0.2.2/node_modules/@stdlib/stats-base-meanpn/lib/ndarray.js.map +1 -0
  1610. package/dist/node_modules/.pnpm/@stdlib_stats-base-variance@0.2.2/node_modules/@stdlib/stats-base-variance/lib/index.js +29 -0
  1611. package/dist/node_modules/.pnpm/@stdlib_stats-base-variance@0.2.2/node_modules/@stdlib/stats-base-variance/lib/index.js.map +1 -0
  1612. package/dist/node_modules/.pnpm/@stdlib_stats-base-variance@0.2.2/node_modules/@stdlib/stats-base-variance/lib/main.js +31 -0
  1613. package/dist/node_modules/.pnpm/@stdlib_stats-base-variance@0.2.2/node_modules/@stdlib/stats-base-variance/lib/main.js.map +1 -0
  1614. package/dist/node_modules/.pnpm/@stdlib_stats-base-variance@0.2.2/node_modules/@stdlib/stats-base-variance/lib/ndarray.js +32 -0
  1615. package/dist/node_modules/.pnpm/@stdlib_stats-base-variance@0.2.2/node_modules/@stdlib/stats-base-variance/lib/ndarray.js.map +1 -0
  1616. package/dist/node_modules/.pnpm/@stdlib_stats-base-variance@0.2.2/node_modules/@stdlib/stats-base-variance/lib/variance.js +32 -0
  1617. package/dist/node_modules/.pnpm/@stdlib_stats-base-variance@0.2.2/node_modules/@stdlib/stats-base-variance/lib/variance.js.map +1 -0
  1618. package/dist/node_modules/.pnpm/@stdlib_stats-base-variancepn@0.2.2/node_modules/@stdlib/stats-base-variancepn/lib/index.js +29 -0
  1619. package/dist/node_modules/.pnpm/@stdlib_stats-base-variancepn@0.2.2/node_modules/@stdlib/stats-base-variancepn/lib/index.js.map +1 -0
  1620. package/dist/node_modules/.pnpm/@stdlib_stats-base-variancepn@0.2.2/node_modules/@stdlib/stats-base-variancepn/lib/main.js +31 -0
  1621. package/dist/node_modules/.pnpm/@stdlib_stats-base-variancepn@0.2.2/node_modules/@stdlib/stats-base-variancepn/lib/main.js.map +1 -0
  1622. package/dist/node_modules/.pnpm/@stdlib_stats-base-variancepn@0.2.2/node_modules/@stdlib/stats-base-variancepn/lib/ndarray.js +39 -0
  1623. package/dist/node_modules/.pnpm/@stdlib_stats-base-variancepn@0.2.2/node_modules/@stdlib/stats-base-variancepn/lib/ndarray.js.map +1 -0
  1624. package/dist/node_modules/.pnpm/@stdlib_stats-base-variancepn@0.2.2/node_modules/@stdlib/stats-base-variancepn/lib/variancepn.js +39 -0
  1625. package/dist/node_modules/.pnpm/@stdlib_stats-base-variancepn@0.2.2/node_modules/@stdlib/stats-base-variancepn/lib/variancepn.js.map +1 -0
  1626. package/dist/node_modules/.pnpm/@stdlib_stats-incr-stdev@0.2.2/node_modules/@stdlib/stats-incr-stdev/lib/index.js +29 -0
  1627. package/dist/node_modules/.pnpm/@stdlib_stats-incr-stdev@0.2.2/node_modules/@stdlib/stats-incr-stdev/lib/index.js.map +1 -0
  1628. package/dist/node_modules/.pnpm/@stdlib_stats-incr-stdev@0.2.2/node_modules/@stdlib/stats-incr-stdev/lib/main.js +47 -0
  1629. package/dist/node_modules/.pnpm/@stdlib_stats-incr-stdev@0.2.2/node_modules/@stdlib/stats-incr-stdev/lib/main.js.map +1 -0
  1630. package/dist/node_modules/.pnpm/@stdlib_stats-kruskal-test@0.2.2/node_modules/@stdlib/stats-kruskal-test/lib/index.js +29 -0
  1631. package/dist/node_modules/.pnpm/@stdlib_stats-kruskal-test@0.2.2/node_modules/@stdlib/stats-kruskal-test/lib/index.js.map +1 -0
  1632. package/dist/node_modules/.pnpm/@stdlib_stats-kruskal-test@0.2.2/node_modules/@stdlib/stats-kruskal-test/lib/main.js +76 -0
  1633. package/dist/node_modules/.pnpm/@stdlib_stats-kruskal-test@0.2.2/node_modules/@stdlib/stats-kruskal-test/lib/main.js.map +1 -0
  1634. package/dist/node_modules/.pnpm/@stdlib_stats-kruskal-test@0.2.2/node_modules/@stdlib/stats-kruskal-test/lib/print.js +60 -0
  1635. package/dist/node_modules/.pnpm/@stdlib_stats-kruskal-test@0.2.2/node_modules/@stdlib/stats-kruskal-test/lib/print.js.map +1 -0
  1636. package/dist/node_modules/.pnpm/@stdlib_stats-kruskal-test@0.2.2/node_modules/@stdlib/stats-kruskal-test/lib/validate.js +37 -0
  1637. package/dist/node_modules/.pnpm/@stdlib_stats-kruskal-test@0.2.2/node_modules/@stdlib/stats-kruskal-test/lib/validate.js.map +1 -0
  1638. package/dist/node_modules/.pnpm/@stdlib_stats-ranks@0.2.2/node_modules/@stdlib/stats-ranks/lib/index.js +29 -0
  1639. package/dist/node_modules/.pnpm/@stdlib_stats-ranks@0.2.2/node_modules/@stdlib/stats-ranks/lib/index.js.map +1 -0
  1640. package/dist/node_modules/.pnpm/@stdlib_stats-ranks@0.2.2/node_modules/@stdlib/stats-ranks/lib/is_missing.js +35 -0
  1641. package/dist/node_modules/.pnpm/@stdlib_stats-ranks@0.2.2/node_modules/@stdlib/stats-ranks/lib/is_missing.js.map +1 -0
  1642. package/dist/node_modules/.pnpm/@stdlib_stats-ranks@0.2.2/node_modules/@stdlib/stats-ranks/lib/main.js +81 -0
  1643. package/dist/node_modules/.pnpm/@stdlib_stats-ranks@0.2.2/node_modules/@stdlib/stats-ranks/lib/main.js.map +1 -0
  1644. package/dist/node_modules/.pnpm/@stdlib_stats-ranks@0.2.2/node_modules/@stdlib/stats-ranks/lib/order.js +39 -0
  1645. package/dist/node_modules/.pnpm/@stdlib_stats-ranks@0.2.2/node_modules/@stdlib/stats-ranks/lib/order.js.map +1 -0
  1646. package/dist/node_modules/.pnpm/@stdlib_stats-ranks@0.2.2/node_modules/@stdlib/stats-ranks/lib/sum.js +33 -0
  1647. package/dist/node_modules/.pnpm/@stdlib_stats-ranks@0.2.2/node_modules/@stdlib/stats-ranks/lib/sum.js.map +1 -0
  1648. package/dist/node_modules/.pnpm/@stdlib_stats-ranks@0.2.2/node_modules/@stdlib/stats-ranks/lib/validate.js +37 -0
  1649. package/dist/node_modules/.pnpm/@stdlib_stats-ranks@0.2.2/node_modules/@stdlib/stats-ranks/lib/validate.js.map +1 -0
  1650. package/dist/node_modules/.pnpm/@stdlib_stats-ttest2@0.2.2/node_modules/@stdlib/stats-ttest2/lib/index.js +29 -0
  1651. package/dist/node_modules/.pnpm/@stdlib_stats-ttest2@0.2.2/node_modules/@stdlib/stats-ttest2/lib/index.js.map +1 -0
  1652. package/dist/node_modules/.pnpm/@stdlib_stats-ttest2@0.2.2/node_modules/@stdlib/stats-ttest2/lib/main.js +77 -0
  1653. package/dist/node_modules/.pnpm/@stdlib_stats-ttest2@0.2.2/node_modules/@stdlib/stats-ttest2/lib/main.js.map +1 -0
  1654. package/dist/node_modules/.pnpm/@stdlib_stats-ttest2@0.2.2/node_modules/@stdlib/stats-ttest2/lib/print.js +74 -0
  1655. package/dist/node_modules/.pnpm/@stdlib_stats-ttest2@0.2.2/node_modules/@stdlib/stats-ttest2/lib/print.js.map +1 -0
  1656. package/dist/node_modules/.pnpm/@stdlib_stats-ttest2@0.2.2/node_modules/@stdlib/stats-ttest2/lib/validate.js +37 -0
  1657. package/dist/node_modules/.pnpm/@stdlib_stats-ttest2@0.2.2/node_modules/@stdlib/stats-ttest2/lib/validate.js.map +1 -0
  1658. package/dist/node_modules/.pnpm/@stdlib_stats-ttest@0.2.2/node_modules/@stdlib/stats-ttest/lib/index.js +29 -0
  1659. package/dist/node_modules/.pnpm/@stdlib_stats-ttest@0.2.2/node_modules/@stdlib/stats-ttest/lib/index.js.map +1 -0
  1660. package/dist/node_modules/.pnpm/@stdlib_stats-ttest@0.2.2/node_modules/@stdlib/stats-ttest/lib/main.js +84 -0
  1661. package/dist/node_modules/.pnpm/@stdlib_stats-ttest@0.2.2/node_modules/@stdlib/stats-ttest/lib/main.js.map +1 -0
  1662. package/dist/node_modules/.pnpm/@stdlib_stats-ttest@0.2.2/node_modules/@stdlib/stats-ttest/lib/print.js +74 -0
  1663. package/dist/node_modules/.pnpm/@stdlib_stats-ttest@0.2.2/node_modules/@stdlib/stats-ttest/lib/print.js.map +1 -0
  1664. package/dist/node_modules/.pnpm/@stdlib_stats-ttest@0.2.2/node_modules/@stdlib/stats-ttest/lib/validate.js +56 -0
  1665. package/dist/node_modules/.pnpm/@stdlib_stats-ttest@0.2.2/node_modules/@stdlib/stats-ttest/lib/validate.js.map +1 -0
  1666. package/dist/node_modules/.pnpm/@stdlib_stats-wilcoxon@0.2.2/node_modules/@stdlib/stats-wilcoxon/lib/index.js +29 -0
  1667. package/dist/node_modules/.pnpm/@stdlib_stats-wilcoxon@0.2.2/node_modules/@stdlib/stats-wilcoxon/lib/index.js.map +1 -0
  1668. package/dist/node_modules/.pnpm/@stdlib_stats-wilcoxon@0.2.2/node_modules/@stdlib/stats-wilcoxon/lib/main.js +90 -0
  1669. package/dist/node_modules/.pnpm/@stdlib_stats-wilcoxon@0.2.2/node_modules/@stdlib/stats-wilcoxon/lib/main.js.map +1 -0
  1670. package/dist/node_modules/.pnpm/@stdlib_stats-wilcoxon@0.2.2/node_modules/@stdlib/stats-wilcoxon/lib/print.js +72 -0
  1671. package/dist/node_modules/.pnpm/@stdlib_stats-wilcoxon@0.2.2/node_modules/@stdlib/stats-wilcoxon/lib/print.js.map +1 -0
  1672. package/dist/node_modules/.pnpm/@stdlib_stats-wilcoxon@0.2.2/node_modules/@stdlib/stats-wilcoxon/lib/unique.js +19 -0
  1673. package/dist/node_modules/.pnpm/@stdlib_stats-wilcoxon@0.2.2/node_modules/@stdlib/stats-wilcoxon/lib/unique.js.map +1 -0
  1674. package/dist/node_modules/.pnpm/@stdlib_stats-wilcoxon@0.2.2/node_modules/@stdlib/stats-wilcoxon/lib/validate.js +65 -0
  1675. package/dist/node_modules/.pnpm/@stdlib_stats-wilcoxon@0.2.2/node_modules/@stdlib/stats-wilcoxon/lib/validate.js.map +1 -0
  1676. package/dist/node_modules/.pnpm/@stdlib_strided-base-reinterpret-complex128@0.2.2/node_modules/@stdlib/strided-base-reinterpret-complex128/lib/index.js +29 -0
  1677. package/dist/node_modules/.pnpm/@stdlib_strided-base-reinterpret-complex128@0.2.2/node_modules/@stdlib/strided-base-reinterpret-complex128/lib/index.js.map +1 -0
  1678. package/dist/node_modules/.pnpm/@stdlib_strided-base-reinterpret-complex128@0.2.2/node_modules/@stdlib/strided-base-reinterpret-complex128/lib/main.js +32 -0
  1679. package/dist/node_modules/.pnpm/@stdlib_strided-base-reinterpret-complex128@0.2.2/node_modules/@stdlib/strided-base-reinterpret-complex128/lib/main.js.map +1 -0
  1680. package/dist/node_modules/.pnpm/@stdlib_strided-base-reinterpret-complex64@0.2.1/node_modules/@stdlib/strided-base-reinterpret-complex64/lib/index.js +29 -0
  1681. package/dist/node_modules/.pnpm/@stdlib_strided-base-reinterpret-complex64@0.2.1/node_modules/@stdlib/strided-base-reinterpret-complex64/lib/index.js.map +1 -0
  1682. package/dist/node_modules/.pnpm/@stdlib_strided-base-reinterpret-complex64@0.2.1/node_modules/@stdlib/strided-base-reinterpret-complex64/lib/main.js +32 -0
  1683. package/dist/node_modules/.pnpm/@stdlib_strided-base-reinterpret-complex64@0.2.1/node_modules/@stdlib/strided-base-reinterpret-complex64/lib/main.js.map +1 -0
  1684. package/dist/node_modules/.pnpm/@stdlib_string-base-format-interpolate@0.2.2/node_modules/@stdlib/string-base-format-interpolate/lib/format_double.js +54 -0
  1685. package/dist/node_modules/.pnpm/@stdlib_string-base-format-interpolate@0.2.2/node_modules/@stdlib/string-base-format-interpolate/lib/format_double.js.map +1 -0
  1686. package/dist/node_modules/.pnpm/@stdlib_string-base-format-interpolate@0.2.2/node_modules/@stdlib/string-base-format-interpolate/lib/format_integer.js +57 -0
  1687. package/dist/node_modules/.pnpm/@stdlib_string-base-format-interpolate@0.2.2/node_modules/@stdlib/string-base-format-interpolate/lib/format_integer.js.map +1 -0
  1688. package/dist/node_modules/.pnpm/@stdlib_string-base-format-interpolate@0.2.2/node_modules/@stdlib/string-base-format-interpolate/lib/index.js +29 -0
  1689. package/dist/node_modules/.pnpm/@stdlib_string-base-format-interpolate@0.2.2/node_modules/@stdlib/string-base-format-interpolate/lib/index.js.map +1 -0
  1690. package/dist/node_modules/.pnpm/@stdlib_string-base-format-interpolate@0.2.2/node_modules/@stdlib/string-base-format-interpolate/lib/is_number.js +30 -0
  1691. package/dist/node_modules/.pnpm/@stdlib_string-base-format-interpolate@0.2.2/node_modules/@stdlib/string-base-format-interpolate/lib/is_number.js.map +1 -0
  1692. package/dist/node_modules/.pnpm/@stdlib_string-base-format-interpolate@0.2.2/node_modules/@stdlib/string-base-format-interpolate/lib/is_string.js +30 -0
  1693. package/dist/node_modules/.pnpm/@stdlib_string-base-format-interpolate@0.2.2/node_modules/@stdlib/string-base-format-interpolate/lib/is_string.js.map +1 -0
  1694. package/dist/node_modules/.pnpm/@stdlib_string-base-format-interpolate@0.2.2/node_modules/@stdlib/string-base-format-interpolate/lib/main.js +115 -0
  1695. package/dist/node_modules/.pnpm/@stdlib_string-base-format-interpolate@0.2.2/node_modules/@stdlib/string-base-format-interpolate/lib/main.js.map +1 -0
  1696. package/dist/node_modules/.pnpm/@stdlib_string-base-format-interpolate@0.2.2/node_modules/@stdlib/string-base-format-interpolate/lib/space_pad.js +37 -0
  1697. package/dist/node_modules/.pnpm/@stdlib_string-base-format-interpolate@0.2.2/node_modules/@stdlib/string-base-format-interpolate/lib/space_pad.js.map +1 -0
  1698. package/dist/node_modules/.pnpm/@stdlib_string-base-format-interpolate@0.2.2/node_modules/@stdlib/string-base-format-interpolate/lib/zero_pad.js +40 -0
  1699. package/dist/node_modules/.pnpm/@stdlib_string-base-format-interpolate@0.2.2/node_modules/@stdlib/string-base-format-interpolate/lib/zero_pad.js.map +1 -0
  1700. package/dist/node_modules/.pnpm/@stdlib_string-base-format-tokenize@0.2.2/node_modules/@stdlib/string-base-format-tokenize/lib/index.js +29 -0
  1701. package/dist/node_modules/.pnpm/@stdlib_string-base-format-tokenize@0.2.2/node_modules/@stdlib/string-base-format-tokenize/lib/index.js.map +1 -0
  1702. package/dist/node_modules/.pnpm/@stdlib_string-base-format-tokenize@0.2.2/node_modules/@stdlib/string-base-format-tokenize/lib/main.js +44 -0
  1703. package/dist/node_modules/.pnpm/@stdlib_string-base-format-tokenize@0.2.2/node_modules/@stdlib/string-base-format-tokenize/lib/main.js.map +1 -0
  1704. package/dist/node_modules/.pnpm/@stdlib_string-base-repeat@0.2.2/node_modules/@stdlib/string-base-repeat/lib/builtin.js +28 -0
  1705. package/dist/node_modules/.pnpm/@stdlib_string-base-repeat@0.2.2/node_modules/@stdlib/string-base-repeat/lib/builtin.js.map +1 -0
  1706. package/dist/node_modules/.pnpm/@stdlib_string-base-repeat@0.2.2/node_modules/@stdlib/string-base-repeat/lib/has_builtin.js +28 -0
  1707. package/dist/node_modules/.pnpm/@stdlib_string-base-repeat@0.2.2/node_modules/@stdlib/string-base-repeat/lib/has_builtin.js.map +1 -0
  1708. package/dist/node_modules/.pnpm/@stdlib_string-base-repeat@0.2.2/node_modules/@stdlib/string-base-repeat/lib/index.js +31 -0
  1709. package/dist/node_modules/.pnpm/@stdlib_string-base-repeat@0.2.2/node_modules/@stdlib/string-base-repeat/lib/index.js.map +1 -0
  1710. package/dist/node_modules/.pnpm/@stdlib_string-base-repeat@0.2.2/node_modules/@stdlib/string-base-repeat/lib/main.js +32 -0
  1711. package/dist/node_modules/.pnpm/@stdlib_string-base-repeat@0.2.2/node_modules/@stdlib/string-base-repeat/lib/main.js.map +1 -0
  1712. package/dist/node_modules/.pnpm/@stdlib_string-base-repeat@0.2.2/node_modules/@stdlib/string-base-repeat/lib/polyfill.js +35 -0
  1713. package/dist/node_modules/.pnpm/@stdlib_string-base-repeat@0.2.2/node_modules/@stdlib/string-base-repeat/lib/polyfill.js.map +1 -0
  1714. package/dist/node_modules/.pnpm/@stdlib_string-format@0.2.2/node_modules/@stdlib/string-format/lib/index.js +29 -0
  1715. package/dist/node_modules/.pnpm/@stdlib_string-format@0.2.2/node_modules/@stdlib/string-format/lib/index.js.map +1 -0
  1716. package/dist/node_modules/.pnpm/@stdlib_string-format@0.2.2/node_modules/@stdlib/string-format/lib/is_string.js +30 -0
  1717. package/dist/node_modules/.pnpm/@stdlib_string-format@0.2.2/node_modules/@stdlib/string-format/lib/is_string.js.map +1 -0
  1718. package/dist/node_modules/.pnpm/@stdlib_string-format@0.2.2/node_modules/@stdlib/string-format/lib/main.js +39 -0
  1719. package/dist/node_modules/.pnpm/@stdlib_string-format@0.2.2/node_modules/@stdlib/string-format/lib/main.js.map +1 -0
  1720. package/dist/node_modules/.pnpm/@stdlib_string-repeat@0.2.2/node_modules/@stdlib/string-repeat/lib/index.js +29 -0
  1721. package/dist/node_modules/.pnpm/@stdlib_string-repeat@0.2.2/node_modules/@stdlib/string-repeat/lib/index.js.map +1 -0
  1722. package/dist/node_modules/.pnpm/@stdlib_string-repeat@0.2.2/node_modules/@stdlib/string-repeat/lib/main.js +39 -0
  1723. package/dist/node_modules/.pnpm/@stdlib_string-repeat@0.2.2/node_modules/@stdlib/string-repeat/lib/main.js.map +1 -0
  1724. package/dist/node_modules/.pnpm/@stdlib_symbol-ctor@0.2.2/node_modules/@stdlib/symbol-ctor/lib/index.js +29 -0
  1725. package/dist/node_modules/.pnpm/@stdlib_symbol-ctor@0.2.2/node_modules/@stdlib/symbol-ctor/lib/index.js.map +1 -0
  1726. package/dist/node_modules/.pnpm/@stdlib_symbol-ctor@0.2.2/node_modules/@stdlib/symbol-ctor/lib/main.js +28 -0
  1727. package/dist/node_modules/.pnpm/@stdlib_symbol-ctor@0.2.2/node_modules/@stdlib/symbol-ctor/lib/main.js.map +1 -0
  1728. package/dist/node_modules/.pnpm/@stdlib_symbol-iterator@0.2.2/node_modules/@stdlib/symbol-iterator/lib/index.js +29 -0
  1729. package/dist/node_modules/.pnpm/@stdlib_symbol-iterator@0.2.2/node_modules/@stdlib/symbol-iterator/lib/index.js.map +1 -0
  1730. package/dist/node_modules/.pnpm/@stdlib_symbol-iterator@0.2.2/node_modules/@stdlib/symbol-iterator/lib/main.js +29 -0
  1731. package/dist/node_modules/.pnpm/@stdlib_symbol-iterator@0.2.2/node_modules/@stdlib/symbol-iterator/lib/main.js.map +1 -0
  1732. package/dist/node_modules/.pnpm/@stdlib_utils-constant-function@0.2.2/node_modules/@stdlib/utils-constant-function/lib/index.js +29 -0
  1733. package/dist/node_modules/.pnpm/@stdlib_utils-constant-function@0.2.2/node_modules/@stdlib/utils-constant-function/lib/index.js.map +1 -0
  1734. package/dist/node_modules/.pnpm/@stdlib_utils-constant-function@0.2.2/node_modules/@stdlib/utils-constant-function/lib/main.js +33 -0
  1735. package/dist/node_modules/.pnpm/@stdlib_utils-constant-function@0.2.2/node_modules/@stdlib/utils-constant-function/lib/main.js.map +1 -0
  1736. package/dist/node_modules/.pnpm/@stdlib_utils-constructor-name@0.2.2/node_modules/@stdlib/utils-constructor-name/lib/index.js +29 -0
  1737. package/dist/node_modules/.pnpm/@stdlib_utils-constructor-name@0.2.2/node_modules/@stdlib/utils-constructor-name/lib/index.js.map +1 -0
  1738. package/dist/node_modules/.pnpm/@stdlib_utils-constructor-name@0.2.2/node_modules/@stdlib/utils-constructor-name/lib/main.js +41 -0
  1739. package/dist/node_modules/.pnpm/@stdlib_utils-constructor-name@0.2.2/node_modules/@stdlib/utils-constructor-name/lib/main.js.map +1 -0
  1740. package/dist/node_modules/.pnpm/@stdlib_utils-count-by@0.2.2/node_modules/@stdlib/utils-count-by/lib/index.js +29 -0
  1741. package/dist/node_modules/.pnpm/@stdlib_utils-count-by@0.2.2/node_modules/@stdlib/utils-count-by/lib/index.js.map +1 -0
  1742. package/dist/node_modules/.pnpm/@stdlib_utils-count-by@0.2.2/node_modules/@stdlib/utils-count-by/lib/main.js +50 -0
  1743. package/dist/node_modules/.pnpm/@stdlib_utils-count-by@0.2.2/node_modules/@stdlib/utils-count-by/lib/main.js.map +1 -0
  1744. package/dist/node_modules/.pnpm/@stdlib_utils-count-by@0.2.2/node_modules/@stdlib/utils-count-by/lib/validate.js +34 -0
  1745. package/dist/node_modules/.pnpm/@stdlib_utils-count-by@0.2.2/node_modules/@stdlib/utils-count-by/lib/validate.js.map +1 -0
  1746. package/dist/node_modules/.pnpm/@stdlib_utils-define-nonenumerable-read-only-accessor@0.2.3/node_modules/@stdlib/utils-define-nonenumerable-read-only-accessor/lib/index.js +29 -0
  1747. package/dist/node_modules/.pnpm/@stdlib_utils-define-nonenumerable-read-only-accessor@0.2.3/node_modules/@stdlib/utils-define-nonenumerable-read-only-accessor/lib/index.js.map +1 -0
  1748. package/dist/node_modules/.pnpm/@stdlib_utils-define-nonenumerable-read-only-accessor@0.2.3/node_modules/@stdlib/utils-define-nonenumerable-read-only-accessor/lib/main.js +36 -0
  1749. package/dist/node_modules/.pnpm/@stdlib_utils-define-nonenumerable-read-only-accessor@0.2.3/node_modules/@stdlib/utils-define-nonenumerable-read-only-accessor/lib/main.js.map +1 -0
  1750. package/dist/node_modules/.pnpm/@stdlib_utils-define-nonenumerable-read-only-property@0.2.2/node_modules/@stdlib/utils-define-nonenumerable-read-only-property/lib/index.js +29 -0
  1751. package/dist/node_modules/.pnpm/@stdlib_utils-define-nonenumerable-read-only-property@0.2.2/node_modules/@stdlib/utils-define-nonenumerable-read-only-property/lib/index.js.map +1 -0
  1752. package/dist/node_modules/.pnpm/@stdlib_utils-define-nonenumerable-read-only-property@0.2.2/node_modules/@stdlib/utils-define-nonenumerable-read-only-property/lib/main.js +37 -0
  1753. package/dist/node_modules/.pnpm/@stdlib_utils-define-nonenumerable-read-only-property@0.2.2/node_modules/@stdlib/utils-define-nonenumerable-read-only-property/lib/main.js.map +1 -0
  1754. package/dist/node_modules/.pnpm/@stdlib_utils-define-property@0.2.4/node_modules/@stdlib/utils-define-property/lib/builtin.js +28 -0
  1755. package/dist/node_modules/.pnpm/@stdlib_utils-define-property@0.2.4/node_modules/@stdlib/utils-define-property/lib/builtin.js.map +1 -0
  1756. package/dist/node_modules/.pnpm/@stdlib_utils-define-property@0.2.4/node_modules/@stdlib/utils-define-property/lib/define_property.js +28 -0
  1757. package/dist/node_modules/.pnpm/@stdlib_utils-define-property@0.2.4/node_modules/@stdlib/utils-define-property/lib/define_property.js.map +1 -0
  1758. package/dist/node_modules/.pnpm/@stdlib_utils-define-property@0.2.4/node_modules/@stdlib/utils-define-property/lib/has_define_property_support.js +36 -0
  1759. package/dist/node_modules/.pnpm/@stdlib_utils-define-property@0.2.4/node_modules/@stdlib/utils-define-property/lib/has_define_property_support.js.map +1 -0
  1760. package/dist/node_modules/.pnpm/@stdlib_utils-define-property@0.2.4/node_modules/@stdlib/utils-define-property/lib/index.js +31 -0
  1761. package/dist/node_modules/.pnpm/@stdlib_utils-define-property@0.2.4/node_modules/@stdlib/utils-define-property/lib/index.js.map +1 -0
  1762. package/dist/node_modules/.pnpm/@stdlib_utils-define-property@0.2.4/node_modules/@stdlib/utils-define-property/lib/polyfill.js +39 -0
  1763. package/dist/node_modules/.pnpm/@stdlib_utils-define-property@0.2.4/node_modules/@stdlib/utils-define-property/lib/polyfill.js.map +1 -0
  1764. package/dist/node_modules/.pnpm/@stdlib_utils-define-read-only-property@0.2.2/node_modules/@stdlib/utils-define-read-only-property/lib/index.js +29 -0
  1765. package/dist/node_modules/.pnpm/@stdlib_utils-define-read-only-property@0.2.2/node_modules/@stdlib/utils-define-read-only-property/lib/index.js.map +1 -0
  1766. package/dist/node_modules/.pnpm/@stdlib_utils-define-read-only-property@0.2.2/node_modules/@stdlib/utils-define-read-only-property/lib/main.js +37 -0
  1767. package/dist/node_modules/.pnpm/@stdlib_utils-define-read-only-property@0.2.2/node_modules/@stdlib/utils-define-read-only-property/lib/main.js.map +1 -0
  1768. package/dist/node_modules/.pnpm/@stdlib_utils-eval@0.2.2/node_modules/@stdlib/utils-eval/lib/index.js +28 -0
  1769. package/dist/node_modules/.pnpm/@stdlib_utils-eval@0.2.2/node_modules/@stdlib/utils-eval/lib/index.js.map +1 -0
  1770. package/dist/node_modules/.pnpm/@stdlib_utils-get-prototype-of@0.2.2/node_modules/@stdlib/utils-get-prototype-of/lib/detect.js +31 -0
  1771. package/dist/node_modules/.pnpm/@stdlib_utils-get-prototype-of@0.2.2/node_modules/@stdlib/utils-get-prototype-of/lib/detect.js.map +1 -0
  1772. package/dist/node_modules/.pnpm/@stdlib_utils-get-prototype-of@0.2.2/node_modules/@stdlib/utils-get-prototype-of/lib/index.js +29 -0
  1773. package/dist/node_modules/.pnpm/@stdlib_utils-get-prototype-of@0.2.2/node_modules/@stdlib/utils-get-prototype-of/lib/index.js.map +1 -0
  1774. package/dist/node_modules/.pnpm/@stdlib_utils-get-prototype-of@0.2.2/node_modules/@stdlib/utils-get-prototype-of/lib/main.js +33 -0
  1775. package/dist/node_modules/.pnpm/@stdlib_utils-get-prototype-of@0.2.2/node_modules/@stdlib/utils-get-prototype-of/lib/main.js.map +1 -0
  1776. package/dist/node_modules/.pnpm/@stdlib_utils-get-prototype-of@0.2.2/node_modules/@stdlib/utils-get-prototype-of/lib/native.js +28 -0
  1777. package/dist/node_modules/.pnpm/@stdlib_utils-get-prototype-of@0.2.2/node_modules/@stdlib/utils-get-prototype-of/lib/native.js.map +1 -0
  1778. package/dist/node_modules/.pnpm/@stdlib_utils-get-prototype-of@0.2.2/node_modules/@stdlib/utils-get-prototype-of/lib/polyfill.js +34 -0
  1779. package/dist/node_modules/.pnpm/@stdlib_utils-get-prototype-of@0.2.2/node_modules/@stdlib/utils-get-prototype-of/lib/polyfill.js.map +1 -0
  1780. package/dist/node_modules/.pnpm/@stdlib_utils-get-prototype-of@0.2.2/node_modules/@stdlib/utils-get-prototype-of/lib/proto.js +30 -0
  1781. package/dist/node_modules/.pnpm/@stdlib_utils-get-prototype-of@0.2.2/node_modules/@stdlib/utils-get-prototype-of/lib/proto.js.map +1 -0
  1782. package/dist/node_modules/.pnpm/@stdlib_utils-global@0.2.2/node_modules/@stdlib/utils-global/lib/browser.js +49 -0
  1783. package/dist/node_modules/.pnpm/@stdlib_utils-global@0.2.2/node_modules/@stdlib/utils-global/lib/browser.js.map +1 -0
  1784. package/dist/node_modules/.pnpm/@stdlib_utils-global@0.2.2/node_modules/@stdlib/utils-global/lib/codegen.js +30 -0
  1785. package/dist/node_modules/.pnpm/@stdlib_utils-global@0.2.2/node_modules/@stdlib/utils-global/lib/codegen.js.map +1 -0
  1786. package/dist/node_modules/.pnpm/@stdlib_utils-global@0.2.2/node_modules/@stdlib/utils-global/lib/global_this.js +28 -0
  1787. package/dist/node_modules/.pnpm/@stdlib_utils-global@0.2.2/node_modules/@stdlib/utils-global/lib/global_this.js.map +1 -0
  1788. package/dist/node_modules/.pnpm/@stdlib_utils-global@0.2.2/node_modules/@stdlib/utils-global/lib/self.js +28 -0
  1789. package/dist/node_modules/.pnpm/@stdlib_utils-global@0.2.2/node_modules/@stdlib/utils-global/lib/self.js.map +1 -0
  1790. package/dist/node_modules/.pnpm/@stdlib_utils-global@0.2.2/node_modules/@stdlib/utils-global/lib/window.js +28 -0
  1791. package/dist/node_modules/.pnpm/@stdlib_utils-global@0.2.2/node_modules/@stdlib/utils-global/lib/window.js.map +1 -0
  1792. package/dist/node_modules/.pnpm/@stdlib_utils-identity-function@0.2.2/node_modules/@stdlib/utils-identity-function/lib/index.js +29 -0
  1793. package/dist/node_modules/.pnpm/@stdlib_utils-identity-function@0.2.2/node_modules/@stdlib/utils-identity-function/lib/index.js.map +1 -0
  1794. package/dist/node_modules/.pnpm/@stdlib_utils-identity-function@0.2.2/node_modules/@stdlib/utils-identity-function/lib/main.js +30 -0
  1795. package/dist/node_modules/.pnpm/@stdlib_utils-identity-function@0.2.2/node_modules/@stdlib/utils-identity-function/lib/main.js.map +1 -0
  1796. package/dist/node_modules/.pnpm/@stdlib_utils-index-of@0.2.2/node_modules/@stdlib/utils-index-of/lib/index.js +29 -0
  1797. package/dist/node_modules/.pnpm/@stdlib_utils-index-of@0.2.2/node_modules/@stdlib/utils-index-of/lib/index.js.map +1 -0
  1798. package/dist/node_modules/.pnpm/@stdlib_utils-index-of@0.2.2/node_modules/@stdlib/utils-index-of/lib/main.js +60 -0
  1799. package/dist/node_modules/.pnpm/@stdlib_utils-index-of@0.2.2/node_modules/@stdlib/utils-index-of/lib/main.js.map +1 -0
  1800. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/builtin.js +30 -0
  1801. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/builtin.js.map +1 -0
  1802. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/builtin_wrapper.js +33 -0
  1803. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/builtin_wrapper.js.map +1 -0
  1804. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/has_arguments_bug.js +35 -0
  1805. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/has_arguments_bug.js.map +1 -0
  1806. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/has_automation_equality_bug.js +46 -0
  1807. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/has_automation_equality_bug.js.map +1 -0
  1808. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/has_builtin.js +28 -0
  1809. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/has_builtin.js.map +1 -0
  1810. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/has_enumerable_prototype_bug.js +30 -0
  1811. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/has_enumerable_prototype_bug.js.map +1 -0
  1812. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/has_non_enumerable_properties_bug.js +31 -0
  1813. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/has_non_enumerable_properties_bug.js.map +1 -0
  1814. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/has_window.js +28 -0
  1815. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/has_window.js.map +1 -0
  1816. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/index.js +29 -0
  1817. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/index.js.map +1 -0
  1818. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/is_constructor_prototype.js +30 -0
  1819. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/is_constructor_prototype.js.map +1 -0
  1820. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/is_constructor_prototype_wrapper.js +40 -0
  1821. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/is_constructor_prototype_wrapper.js.map +1 -0
  1822. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/main.js +33 -0
  1823. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/main.js.map +1 -0
  1824. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/polyfill.js +58 -0
  1825. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/polyfill.js.map +1 -0
  1826. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/window.js +28 -0
  1827. package/dist/node_modules/.pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib/utils-keys/lib/window.js.map +1 -0
  1828. package/dist/node_modules/.pnpm/@stdlib_utils-memoize@0.2.2/node_modules/@stdlib/utils-memoize/lib/index.js +29 -0
  1829. package/dist/node_modules/.pnpm/@stdlib_utils-memoize@0.2.2/node_modules/@stdlib/utils-memoize/lib/index.js.map +1 -0
  1830. package/dist/node_modules/.pnpm/@stdlib_utils-memoize@0.2.2/node_modules/@stdlib/utils-memoize/lib/main.js +49 -0
  1831. package/dist/node_modules/.pnpm/@stdlib_utils-memoize@0.2.2/node_modules/@stdlib/utils-memoize/lib/main.js.map +1 -0
  1832. package/dist/node_modules/.pnpm/@stdlib_utils-native-class@0.2.2/node_modules/@stdlib/utils-native-class/lib/index.js +31 -0
  1833. package/dist/node_modules/.pnpm/@stdlib_utils-native-class@0.2.2/node_modules/@stdlib/utils-native-class/lib/index.js.map +1 -0
  1834. package/dist/node_modules/.pnpm/@stdlib_utils-native-class@0.2.2/node_modules/@stdlib/utils-native-class/lib/main.js +32 -0
  1835. package/dist/node_modules/.pnpm/@stdlib_utils-native-class@0.2.2/node_modules/@stdlib/utils-native-class/lib/main.js.map +1 -0
  1836. package/dist/node_modules/.pnpm/@stdlib_utils-native-class@0.2.2/node_modules/@stdlib/utils-native-class/lib/polyfill.js +43 -0
  1837. package/dist/node_modules/.pnpm/@stdlib_utils-native-class@0.2.2/node_modules/@stdlib/utils-native-class/lib/polyfill.js.map +1 -0
  1838. package/dist/node_modules/.pnpm/@stdlib_utils-native-class@0.2.2/node_modules/@stdlib/utils-native-class/lib/tostring.js +28 -0
  1839. package/dist/node_modules/.pnpm/@stdlib_utils-native-class@0.2.2/node_modules/@stdlib/utils-native-class/lib/tostring.js.map +1 -0
  1840. package/dist/node_modules/.pnpm/@stdlib_utils-native-class@0.2.2/node_modules/@stdlib/utils-native-class/lib/tostringtag.js +29 -0
  1841. package/dist/node_modules/.pnpm/@stdlib_utils-native-class@0.2.2/node_modules/@stdlib/utils-native-class/lib/tostringtag.js.map +1 -0
  1842. package/dist/node_modules/.pnpm/@stdlib_utils-noop@0.2.2/node_modules/@stdlib/utils-noop/lib/index.js +29 -0
  1843. package/dist/node_modules/.pnpm/@stdlib_utils-noop@0.2.2/node_modules/@stdlib/utils-noop/lib/index.js.map +1 -0
  1844. package/dist/node_modules/.pnpm/@stdlib_utils-noop@0.2.2/node_modules/@stdlib/utils-noop/lib/main.js +29 -0
  1845. package/dist/node_modules/.pnpm/@stdlib_utils-noop@0.2.2/node_modules/@stdlib/utils-noop/lib/main.js.map +1 -0
  1846. package/dist/node_modules/.pnpm/@stdlib_utils-tabulate@0.2.2/node_modules/@stdlib/utils-tabulate/lib/index.js +29 -0
  1847. package/dist/node_modules/.pnpm/@stdlib_utils-tabulate@0.2.2/node_modules/@stdlib/utils-tabulate/lib/index.js.map +1 -0
  1848. package/dist/node_modules/.pnpm/@stdlib_utils-tabulate@0.2.2/node_modules/@stdlib/utils-tabulate/lib/main.js +41 -0
  1849. package/dist/node_modules/.pnpm/@stdlib_utils-tabulate@0.2.2/node_modules/@stdlib/utils-tabulate/lib/main.js.map +1 -0
  1850. package/dist/node_modules/.pnpm/@stdlib_utils-type-of@0.2.2/node_modules/@stdlib/utils-type-of/lib/check.js +39 -0
  1851. package/dist/node_modules/.pnpm/@stdlib_utils-type-of@0.2.2/node_modules/@stdlib/utils-type-of/lib/check.js.map +1 -0
  1852. package/dist/node_modules/.pnpm/@stdlib_utils-type-of@0.2.2/node_modules/@stdlib/utils-type-of/lib/fixtures/nodelist.js +29 -0
  1853. package/dist/node_modules/.pnpm/@stdlib_utils-type-of@0.2.2/node_modules/@stdlib/utils-type-of/lib/fixtures/nodelist.js.map +1 -0
  1854. package/dist/node_modules/.pnpm/@stdlib_utils-type-of@0.2.2/node_modules/@stdlib/utils-type-of/lib/fixtures/re.js +28 -0
  1855. package/dist/node_modules/.pnpm/@stdlib_utils-type-of@0.2.2/node_modules/@stdlib/utils-type-of/lib/fixtures/re.js.map +1 -0
  1856. package/dist/node_modules/.pnpm/@stdlib_utils-type-of@0.2.2/node_modules/@stdlib/utils-type-of/lib/fixtures/typedarray.js +28 -0
  1857. package/dist/node_modules/.pnpm/@stdlib_utils-type-of@0.2.2/node_modules/@stdlib/utils-type-of/lib/fixtures/typedarray.js.map +1 -0
  1858. package/dist/node_modules/.pnpm/@stdlib_utils-type-of@0.2.2/node_modules/@stdlib/utils-type-of/lib/index.js +31 -0
  1859. package/dist/node_modules/.pnpm/@stdlib_utils-type-of@0.2.2/node_modules/@stdlib/utils-type-of/lib/index.js.map +1 -0
  1860. package/dist/node_modules/.pnpm/@stdlib_utils-type-of@0.2.2/node_modules/@stdlib/utils-type-of/lib/main.js +33 -0
  1861. package/dist/node_modules/.pnpm/@stdlib_utils-type-of@0.2.2/node_modules/@stdlib/utils-type-of/lib/main.js.map +1 -0
  1862. package/dist/node_modules/.pnpm/@stdlib_utils-type-of@0.2.2/node_modules/@stdlib/utils-type-of/lib/polyfill.js +32 -0
  1863. package/dist/node_modules/.pnpm/@stdlib_utils-type-of@0.2.2/node_modules/@stdlib/utils-type-of/lib/polyfill.js.map +1 -0
  1864. package/dist/node_modules/.pnpm/comlink@4.4.2/node_modules/comlink/dist/esm/comlink.js.map +1 -0
  1865. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/array.js.map +1 -0
  1866. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ascending.js.map +1 -0
  1867. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bin.js.map +1 -0
  1868. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisect.js.map +1 -0
  1869. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisector.js.map +1 -0
  1870. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/constant.js.map +1 -0
  1871. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/count.js.map +1 -0
  1872. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/descending.js.map +1 -0
  1873. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/deviation.js.map +1 -0
  1874. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/extent.js.map +1 -0
  1875. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/identity.js.map +1 -0
  1876. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/max.js.map +1 -0
  1877. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/mean.js.map +1 -0
  1878. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/min.js.map +1 -0
  1879. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/nice.js.map +1 -0
  1880. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/number.js.map +1 -0
  1881. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/quantile.js.map +1 -0
  1882. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/quickselect.js.map +1 -0
  1883. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/range.js.map +1 -0
  1884. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/sort.js.map +1 -0
  1885. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/sum.js.map +1 -0
  1886. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/threshold/sturges.js.map +1 -0
  1887. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ticks.js.map +1 -0
  1888. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/variance.js.map +1 -0
  1889. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.js.map +1 -0
  1890. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.js.map +1 -0
  1891. package/dist/node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.js.map +1 -0
  1892. package/dist/node_modules/.pnpm/d3-drag@3.0.0/node_modules/d3-drag/src/constant.js.map +1 -0
  1893. package/dist/node_modules/.pnpm/d3-drag@3.0.0/node_modules/d3-drag/src/drag.js +123 -0
  1894. package/dist/node_modules/.pnpm/d3-drag@3.0.0/node_modules/d3-drag/src/drag.js.map +1 -0
  1895. package/dist/node_modules/.pnpm/d3-drag@3.0.0/node_modules/d3-drag/src/event.js.map +1 -0
  1896. package/dist/node_modules/.pnpm/d3-drag@3.0.0/node_modules/d3-drag/src/nodrag.js +17 -0
  1897. package/dist/node_modules/.pnpm/d3-drag@3.0.0/node_modules/d3-drag/src/nodrag.js.map +1 -0
  1898. package/dist/node_modules/.pnpm/d3-drag@3.0.0/node_modules/d3-drag/src/noevent.js.map +1 -0
  1899. package/dist/node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.js.map +1 -0
  1900. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/defaultLocale.js.map +1 -0
  1901. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/exponent.js.map +1 -0
  1902. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatDecimal.js.map +1 -0
  1903. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatGroup.js.map +1 -0
  1904. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatNumerals.js.map +1 -0
  1905. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatPrefixAuto.js.map +1 -0
  1906. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatRounded.js.map +1 -0
  1907. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatSpecifier.js.map +1 -0
  1908. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTrim.js.map +1 -0
  1909. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTypes.js.map +1 -0
  1910. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/identity.js.map +1 -0
  1911. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/locale.js.map +1 -0
  1912. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionFixed.js.map +1 -0
  1913. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionPrefix.js.map +1 -0
  1914. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionRound.js.map +1 -0
  1915. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/accessors.js.map +1 -0
  1916. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/cluster.js.map +1 -0
  1917. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/ancestors.js.map +1 -0
  1918. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/count.js.map +1 -0
  1919. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/descendants.js.map +1 -0
  1920. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/each.js.map +1 -0
  1921. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachAfter.js.map +1 -0
  1922. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachBefore.js.map +1 -0
  1923. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/find.js.map +1 -0
  1924. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/index.js.map +1 -0
  1925. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/iterator.js.map +1 -0
  1926. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/leaves.js.map +1 -0
  1927. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/links.js.map +1 -0
  1928. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/path.js.map +1 -0
  1929. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sort.js.map +1 -0
  1930. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sum.js.map +1 -0
  1931. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/stratify.js +73 -0
  1932. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/stratify.js.map +1 -0
  1933. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/array.js.map +1 -0
  1934. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.js.map +1 -0
  1935. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.js.map +1 -0
  1936. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/date.js.map +1 -0
  1937. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.js.map +1 -0
  1938. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/numberArray.js.map +1 -0
  1939. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/object.js.map +1 -0
  1940. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.js +16 -0
  1941. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.js.map +1 -0
  1942. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/round.js.map +1 -0
  1943. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.js.map +1 -0
  1944. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.js.map +1 -0
  1945. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.js.map +1 -0
  1946. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.js.map +1 -0
  1947. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/value.js +17 -0
  1948. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/value.js.map +1 -0
  1949. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/zoom.js +43 -0
  1950. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/zoom.js.map +1 -0
  1951. package/dist/node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.js.map +1 -0
  1952. package/dist/node_modules/.pnpm/d3-polygon@3.0.1/node_modules/d3-polygon/src/contains.js.map +1 -0
  1953. package/dist/node_modules/.pnpm/d3-random@3.0.1/node_modules/d3-random/src/lcg.js.map +1 -0
  1954. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/band.js +52 -0
  1955. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/band.js.map +1 -0
  1956. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/constant.js.map +1 -0
  1957. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/continuous.js +76 -0
  1958. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/continuous.js.map +1 -0
  1959. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/identity.js.map +1 -0
  1960. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/init.js.map +1 -0
  1961. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/linear.js +40 -0
  1962. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/linear.js.map +1 -0
  1963. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/log.js +87 -0
  1964. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/log.js.map +1 -0
  1965. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/nice.js.map +1 -0
  1966. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/number.js.map +1 -0
  1967. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/ordinal.js +32 -0
  1968. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/ordinal.js.map +1 -0
  1969. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/pow.js.map +1 -0
  1970. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/symlog.js.map +1 -0
  1971. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/tickFormat.js +33 -0
  1972. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/tickFormat.js.map +1 -0
  1973. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/time.js +47 -0
  1974. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/time.js.map +1 -0
  1975. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.js.map +1 -0
  1976. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.js.map +1 -0
  1977. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.js.map +1 -0
  1978. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.js.map +1 -0
  1979. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.js.map +1 -0
  1980. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.js.map +1 -0
  1981. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/pointer.js.map +1 -0
  1982. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.js.map +1 -0
  1983. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.js.map +1 -0
  1984. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.js.map +1 -0
  1985. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.js.map +1 -0
  1986. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.js.map +1 -0
  1987. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.js.map +1 -0
  1988. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.js.map +1 -0
  1989. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.js.map +1 -0
  1990. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.js.map +1 -0
  1991. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.js.map +1 -0
  1992. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.js.map +1 -0
  1993. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.js.map +1 -0
  1994. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.js.map +1 -0
  1995. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.js.map +1 -0
  1996. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.js.map +1 -0
  1997. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.js.map +1 -0
  1998. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.js.map +1 -0
  1999. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.js.map +1 -0
  2000. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.js.map +1 -0
  2001. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.js.map +1 -0
  2002. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.js.map +1 -0
  2003. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.js.map +1 -0
  2004. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.js.map +1 -0
  2005. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.js.map +1 -0
  2006. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.js.map +1 -0
  2007. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.js.map +1 -0
  2008. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.js.map +1 -0
  2009. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/remove.js.map +1 -0
  2010. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.js.map +1 -0
  2011. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.js.map +1 -0
  2012. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.js.map +1 -0
  2013. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.js.map +1 -0
  2014. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.js.map +1 -0
  2015. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.js.map +1 -0
  2016. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.js.map +1 -0
  2017. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.js.map +1 -0
  2018. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.js.map +1 -0
  2019. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.js.map +1 -0
  2020. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.js.map +1 -0
  2021. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/sourceEvent.js.map +1 -0
  2022. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.js.map +1 -0
  2023. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/area.js +57 -0
  2024. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/area.js.map +1 -0
  2025. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.js.map +1 -0
  2026. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.js.map +1 -0
  2027. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basis.js +61 -0
  2028. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basis.js.map +1 -0
  2029. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.js +44 -0
  2030. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.js.map +1 -0
  2031. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linear.js +37 -0
  2032. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linear.js.map +1 -0
  2033. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/line.js.map +1 -0
  2034. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/link.js.map +1 -0
  2035. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.js +19 -0
  2036. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.js.map +1 -0
  2037. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.js.map +1 -0
  2038. package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/defaultLocale.js.map +1 -0
  2039. package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/locale.js +479 -0
  2040. package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/locale.js.map +1 -0
  2041. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/day.js.map +1 -0
  2042. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/duration.js.map +1 -0
  2043. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/hour.js.map +1 -0
  2044. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/interval.js.map +1 -0
  2045. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/millisecond.js.map +1 -0
  2046. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/minute.js.map +1 -0
  2047. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/month.js.map +1 -0
  2048. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/second.js.map +1 -0
  2049. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/ticks.js +53 -0
  2050. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/ticks.js.map +1 -0
  2051. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/week.js.map +1 -0
  2052. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/year.js.map +1 -0
  2053. package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.js.map +1 -0
  2054. package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.js.map +1 -0
  2055. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.js.map +1 -0
  2056. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.js +6 -0
  2057. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.js.map +1 -0
  2058. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/interrupt.js.map +1 -0
  2059. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/transition.js +29 -0
  2060. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/transition.js.map +1 -0
  2061. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.js +50 -0
  2062. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.js.map +1 -0
  2063. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.js +39 -0
  2064. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.js.map +1 -0
  2065. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/delay.js.map +1 -0
  2066. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/duration.js.map +1 -0
  2067. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/ease.js.map +1 -0
  2068. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/easeVarying.js.map +1 -0
  2069. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/end.js.map +1 -0
  2070. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.js +13 -0
  2071. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.js.map +1 -0
  2072. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.js +66 -0
  2073. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.js.map +1 -0
  2074. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.js +12 -0
  2075. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.js.map +1 -0
  2076. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/merge.js.map +1 -0
  2077. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/on.js.map +1 -0
  2078. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/remove.js.map +1 -0
  2079. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/schedule.js +86 -0
  2080. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/schedule.js.map +1 -0
  2081. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.js +15 -0
  2082. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.js.map +1 -0
  2083. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.js +19 -0
  2084. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.js.map +1 -0
  2085. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.js +9 -0
  2086. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.js.map +1 -0
  2087. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.js +46 -0
  2088. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.js.map +1 -0
  2089. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/styleTween.js.map +1 -0
  2090. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/text.js.map +1 -0
  2091. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/textTween.js.map +1 -0
  2092. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/transition.js.map +1 -0
  2093. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/tween.js.map +1 -0
  2094. package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/constant.js.map +1 -0
  2095. package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/event.js.map +1 -0
  2096. package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/noevent.js.map +1 -0
  2097. package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.js.map +1 -0
  2098. package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/zoom.js +234 -0
  2099. package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/zoom.js.map +1 -0
  2100. package/dist/node_modules/.pnpm/debug@2.6.9/node_modules/debug/src/browser.js +68 -0
  2101. package/dist/node_modules/.pnpm/debug@2.6.9/node_modules/debug/src/browser.js.map +1 -0
  2102. package/dist/node_modules/.pnpm/debug@2.6.9/node_modules/debug/src/debug.js +65 -0
  2103. package/dist/node_modules/.pnpm/debug@2.6.9/node_modules/debug/src/debug.js.map +1 -0
  2104. package/dist/node_modules/.pnpm/internmap@2.0.3/node_modules/internmap/src/index.js.map +1 -0
  2105. package/dist/node_modules/.pnpm/kdbush@4.0.2/node_modules/kdbush/index.js.map +1 -0
  2106. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/lodash.js +3678 -0
  2107. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/lodash.js.map +1 -0
  2108. package/dist/node_modules/.pnpm/ms@2.0.0/node_modules/ms/index.js +80 -0
  2109. package/dist/node_modules/.pnpm/ms@2.0.0/node_modules/ms/index.js.map +1 -0
  2110. package/dist/node_modules/.pnpm/quickselect@3.0.0/node_modules/quickselect/index.js.map +1 -0
  2111. package/dist/node_modules/.pnpm/rbush@4.0.1/node_modules/rbush/index.js +251 -0
  2112. package/dist/node_modules/.pnpm/rbush@4.0.1/node_modules/rbush/index.js.map +1 -0
  2113. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +3622 -0
  2114. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js.map +1 -0
  2115. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js +1235 -0
  2116. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js.map +1 -0
  2117. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server.browser.development.js +3601 -0
  2118. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server.browser.development.js.map +1 -0
  2119. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +1256 -0
  2120. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js.map +1 -0
  2121. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom.development.js +13457 -0
  2122. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom.development.js.map +1 -0
  2123. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom.production.min.js +5177 -0
  2124. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom.production.min.js.map +1 -0
  2125. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/client.js +33 -0
  2126. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/client.js.map +1 -0
  2127. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/index.js +24 -0
  2128. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/index.js.map +1 -0
  2129. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/server.browser.js +16 -0
  2130. package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/server.browser.js.map +1 -0
  2131. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.development.js +605 -0
  2132. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.development.js.map +1 -0
  2133. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.production.min.js +29 -0
  2134. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +1 -0
  2135. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react.development.js +1274 -0
  2136. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react.development.js.map +1 -0
  2137. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react.production.min.js +209 -0
  2138. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react.production.min.js.map +1 -0
  2139. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/index.js +11 -0
  2140. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/index.js.map +1 -0
  2141. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js +11 -0
  2142. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js.map +1 -0
  2143. package/dist/node_modules/.pnpm/scheduler@0.23.2/node_modules/scheduler/cjs/scheduler.development.js +278 -0
  2144. package/dist/node_modules/.pnpm/scheduler@0.23.2/node_modules/scheduler/cjs/scheduler.development.js.map +1 -0
  2145. package/dist/node_modules/.pnpm/scheduler@0.23.2/node_modules/scheduler/cjs/scheduler.production.min.js +214 -0
  2146. package/dist/node_modules/.pnpm/scheduler@0.23.2/node_modules/scheduler/cjs/scheduler.production.min.js.map +1 -0
  2147. package/dist/node_modules/.pnpm/scheduler@0.23.2/node_modules/scheduler/index.js +11 -0
  2148. package/dist/node_modules/.pnpm/scheduler@0.23.2/node_modules/scheduler/index.js.map +1 -0
  2149. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.js +88 -0
  2150. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.js.map +1 -0
  2151. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.js +10 -0
  2152. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.js.map +1 -0
  2153. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js +8 -0
  2154. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js.map +1 -0
  2155. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js +98 -0
  2156. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js.map +1 -0
  2157. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.js +95 -0
  2158. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.js.map +1 -0
  2159. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.js +62 -0
  2160. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.js.map +1 -0
  2161. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js +2387 -0
  2162. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js.map +1 -0
  2163. package/dist/scatterplot/ChartRenderer.d.ts +0 -1
  2164. package/dist/scatterplot/ChartRenderer.js +39 -39
  2165. package/dist/scatterplot/ChartRenderer.js.map +1 -1
  2166. package/dist/scatterplot/ScatterplotSettingsImpl.d.ts +0 -1
  2167. package/dist/scatterplot/ScatterplotSettingsImpl.js +1 -1
  2168. package/dist/scatterplot/components/Chart.d.ts +0 -1
  2169. package/dist/scatterplot/components/Chart.js +1 -1
  2170. package/dist/scatterplot/components/ChartAxis.d.ts +0 -1
  2171. package/dist/scatterplot/components/ChartAxis.js +1 -1
  2172. package/dist/scatterplot/components/ChartAxisTitles.d.ts +0 -1
  2173. package/dist/scatterplot/components/ChartAxisTitles.js +1 -1
  2174. package/dist/scatterplot/components/ChartFacetTitle.d.ts +0 -1
  2175. package/dist/scatterplot/components/ChartFacetTitle.js +1 -1
  2176. package/dist/scatterplot/components/ChartLayersData.d.ts +0 -1
  2177. package/dist/scatterplot/components/ChartLayersData.js +5 -5
  2178. package/dist/scatterplot/components/ChartLayersData.js.map +1 -1
  2179. package/dist/scatterplot/components/ChartTooltip.d.ts +1 -2
  2180. package/dist/scatterplot/components/ChartTooltip.js +4 -4
  2181. package/dist/scatterplot/components/ChartTooltip.js.map +1 -1
  2182. package/dist/scatterplot/components/ChartTrendsData.d.ts +0 -1
  2183. package/dist/scatterplot/components/ChartTrendsData.js +2 -2
  2184. package/dist/scatterplot/components/ChartsGroup.d.ts +0 -1
  2185. package/dist/scatterplot/components/ChartsGroup.js +1 -1
  2186. package/dist/scatterplot/components/Grid.d.ts +0 -1
  2187. package/dist/scatterplot/components/Grid.js +1 -1
  2188. package/dist/scatterplot/components/types.d.ts +0 -1
  2189. package/dist/scatterplot/constants.d.ts +0 -1
  2190. package/dist/scatterplot/dots.d.ts +0 -1
  2191. package/dist/scatterplot/dots.js +1 -1
  2192. package/dist/scatterplot/getLayersData.d.ts +0 -1
  2193. package/dist/scatterplot/index.d.ts +0 -1
  2194. package/dist/scatterplot/index.js +91 -75
  2195. package/dist/scatterplot/index.js.map +1 -1
  2196. package/dist/scatterplot/linearRegression.d.ts +0 -1
  2197. package/dist/scatterplot/linearRegression.js +33 -33
  2198. package/dist/scatterplot/linearRegression.js.map +1 -1
  2199. package/dist/scatterplot/utils/createAesGetter.d.ts +0 -1
  2200. package/dist/scatterplot/utils/createAesGetter.js +1 -1
  2201. package/dist/scatterplot/utils/createLegendInfo.d.ts +0 -1
  2202. package/dist/scatterplot/utils/formatColumnValue.d.ts +0 -1
  2203. package/dist/scatterplot/utils/getTicksAndFormat.d.ts +0 -1
  2204. package/dist/scatterplot/utils/getVisibleLabels.d.ts +0 -1
  2205. package/dist/scatterplot/utils/getVisibleLabels.js +1 -1
  2206. package/dist/scatterplot/utils/getVisibleLabels.js.map +1 -1
  2207. package/dist/scatterplot/utils/isNumericScale.d.ts +0 -1
  2208. package/dist/scatterplot/utils/sortDotsByGrouping.d.ts +0 -1
  2209. package/dist/scatterplot-umap/ChartRenderer.d.ts +3 -4
  2210. package/dist/scatterplot-umap/ChartRenderer.js +68 -70
  2211. package/dist/scatterplot-umap/ChartRenderer.js.map +1 -1
  2212. package/dist/scatterplot-umap/SettingsImpl.d.ts +0 -1
  2213. package/dist/scatterplot-umap/SettingsImpl.js +1 -1
  2214. package/dist/scatterplot-umap/colors.d.ts +0 -1
  2215. package/dist/scatterplot-umap/components/Lasso.d.ts +0 -1
  2216. package/dist/scatterplot-umap/components/Lasso.js +3 -3
  2217. package/dist/scatterplot-umap/components/LowerSVG.d.ts +1 -2
  2218. package/dist/scatterplot-umap/components/LowerSVG.js +8 -8
  2219. package/dist/scatterplot-umap/components/LowerSVG.js.map +1 -1
  2220. package/dist/scatterplot-umap/components/SVGLayer.d.ts +0 -1
  2221. package/dist/scatterplot-umap/components/SVGLayer.js +2 -2
  2222. package/dist/scatterplot-umap/components/UpperSVG.d.ts +0 -1
  2223. package/dist/scatterplot-umap/components/UpperSVG.js +1 -1
  2224. package/dist/scatterplot-umap/constants.d.ts +0 -1
  2225. package/dist/scatterplot-umap/index.d.ts +0 -1
  2226. package/dist/scatterplot-umap/index.js +1 -1
  2227. package/dist/scatterplot-umap/types.d.ts +0 -1
  2228. package/dist/types/bubble.d.ts +0 -1
  2229. package/dist/types/bubble.js +66 -66
  2230. package/dist/types/bubble.js.map +1 -1
  2231. package/dist/types/common.d.ts +37 -1
  2232. package/dist/types/common.js +84 -70
  2233. package/dist/types/common.js.map +1 -1
  2234. package/dist/types/dendro.d.ts +0 -1
  2235. package/dist/types/dendro.js +70 -70
  2236. package/dist/types/dendro.js.map +1 -1
  2237. package/dist/types/discrete.d.ts +0 -1
  2238. package/dist/types/discrete.js +238 -238
  2239. package/dist/types/discrete.js.map +1 -1
  2240. package/dist/types/heatmap.d.ts +12 -13
  2241. package/dist/types/heatmap.js +113 -113
  2242. package/dist/types/heatmap.js.map +1 -1
  2243. package/dist/types/histogram.d.ts +0 -1
  2244. package/dist/types/histogram.js +63 -63
  2245. package/dist/types/histogram.js.map +1 -1
  2246. package/dist/types/index.d.ts +0 -1
  2247. package/dist/types/scatterplot-umap.d.ts +0 -1
  2248. package/dist/types/scatterplot-umap.js +57 -57
  2249. package/dist/types/scatterplot-umap.js.map +1 -1
  2250. package/dist/types/scatterplot.d.ts +0 -1
  2251. package/dist/types/scatterplot.js +67 -67
  2252. package/dist/types/scatterplot.js.map +1 -1
  2253. package/dist/utils/TextMeasurer/TextMeasurer.d.ts +0 -1
  2254. package/dist/utils/TextMeasurer/TextMeasurer.js +3 -3
  2255. package/dist/utils/TextMeasurer/TextMeasurer.js.map +1 -1
  2256. package/dist/utils/WorkerFactory.d.ts +0 -1
  2257. package/dist/utils/WorkerFactory.js +1 -1
  2258. package/dist/utils/arrangeLegendParts.d.ts +0 -1
  2259. package/dist/utils/arraysAreDifferent.d.ts +0 -1
  2260. package/dist/utils/createMultilineDiscreteLabels.d.ts +0 -1
  2261. package/dist/utils/getChartEdgeSides.d.ts +0 -1
  2262. package/dist/utils/getContinuousColorScale.d.ts +0 -1
  2263. package/dist/utils/getContinuousColorScale.js +2 -2
  2264. package/dist/utils/getContinuousLegendTicks.d.ts +0 -1
  2265. package/dist/utils/getFacetOrGroupKey.d.ts +0 -1
  2266. package/dist/utils/getFacetRowsColumns.d.ts +0 -1
  2267. package/dist/utils/getKeysCombination.d.ts +0 -1
  2268. package/dist/utils/getLegendWidth.d.ts +0 -1
  2269. package/dist/utils/getLineShape.d.ts +0 -1
  2270. package/dist/utils/getPointShape.d.ts +0 -1
  2271. package/dist/utils/getPointShape.js +27 -2
  2272. package/dist/utils/getPointShape.js.map +1 -1
  2273. package/dist/utils/hooks/useFunction.d.ts +0 -1
  2274. package/dist/utils/hooks/useFunction.js +1 -1
  2275. package/dist/utils/hooks/useFunction.js.map +1 -1
  2276. package/dist/utils/index.d.ts +0 -1
  2277. package/dist/utils/measureMultilineDiscreteLabels.d.ts +0 -1
  2278. package/dist/utils/measureMultilineDiscreteLabels.js.map +1 -1
  2279. package/dist/utils/numberFormat.d.ts +0 -1
  2280. package/dist/utils/numberFormat.js +1 -1
  2281. package/dist/utils/splitTextByWidth.d.ts +0 -1
  2282. package/package.json +97 -97
  2283. package/dist/AbstractChart.d.ts.map +0 -1
  2284. package/dist/DataFrame.d.ts.map +0 -1
  2285. package/dist/MiPlots.d.ts.map +0 -1
  2286. package/dist/bubble/BubbleSettingsImpl.d.ts.map +0 -1
  2287. package/dist/bubble/ChartRenderer.d.ts.map +0 -1
  2288. package/dist/bubble/components/AxisCaptions.d.ts.map +0 -1
  2289. package/dist/bubble/components/Chart.d.ts.map +0 -1
  2290. package/dist/bubble/components/ChartsGroup.d.ts.map +0 -1
  2291. package/dist/bubble/components/types.d.ts.map +0 -1
  2292. package/dist/bubble/constants.d.ts.map +0 -1
  2293. package/dist/bubble/getCellTooltip.d.ts.map +0 -1
  2294. package/dist/bubble/getGroupedCellsData.d.ts.map +0 -1
  2295. package/dist/bubble/index.d.ts.map +0 -1
  2296. package/dist/bubble/utils/calculateCaptionTails.d.ts.map +0 -1
  2297. package/dist/bubble/utils/calculateChartSideElementSizes.d.ts.map +0 -1
  2298. package/dist/bubble/utils/calculateSideElementsBBoxes.d.ts.map +0 -1
  2299. package/dist/bubble/utils/index.d.ts.map +0 -1
  2300. package/dist/common/BandAxis.d.ts.map +0 -1
  2301. package/dist/common/ChartsTitle.d.ts.map +0 -1
  2302. package/dist/common/ContinuousAxis.d.ts.map +0 -1
  2303. package/dist/common/ContinuousGrid.d.ts.map +0 -1
  2304. package/dist/common/Error.d.ts.map +0 -1
  2305. package/dist/common/ErrorBoundary.d.ts.map +0 -1
  2306. package/dist/common/Legend.d.ts.map +0 -1
  2307. package/dist/common/Tooltip.d.ts.map +0 -1
  2308. package/dist/common/fonts.d.ts.map +0 -1
  2309. package/dist/common/types.d.ts.map +0 -1
  2310. package/dist/common/useDataFrame.d.ts.map +0 -1
  2311. package/dist/constants.d.ts.map +0 -1
  2312. package/dist/dendro/ChartRenderer.d.ts.map +0 -1
  2313. package/dist/dendro/DendroSettingsImpl.d.ts.map +0 -1
  2314. package/dist/dendro/components/Chart.d.ts.map +0 -1
  2315. package/dist/dendro/components/Heatmap.d.ts.map +0 -1
  2316. package/dist/dendro/components/Legend.d.ts.map +0 -1
  2317. package/dist/dendro/components/LinksGroup.d.ts.map +0 -1
  2318. package/dist/dendro/components/NodesGroup.d.ts.map +0 -1
  2319. package/dist/dendro/components/types.d.ts.map +0 -1
  2320. package/dist/dendro/constants.d.ts.map +0 -1
  2321. package/dist/dendro/getHeatmapData.d.ts.map +0 -1
  2322. package/dist/dendro/getHierarchyData.d.ts.map +0 -1
  2323. package/dist/dendro/index.d.ts.map +0 -1
  2324. package/dist/discrete/ChartRenderer.d.ts.map +0 -1
  2325. package/dist/discrete/DiscreteSettingsImpl.d.ts.map +0 -1
  2326. package/dist/discrete/components/Chart.d.ts.map +0 -1
  2327. package/dist/discrete/components/ChartsGroup.d.ts.map +0 -1
  2328. package/dist/discrete/components/Grid.d.ts.map +0 -1
  2329. package/dist/discrete/components/NumberAxis.d.ts.map +0 -1
  2330. package/dist/discrete/components/layers/BarElement.d.ts.map +0 -1
  2331. package/dist/discrete/components/layers/BinnedDotsElement.d.ts.map +0 -1
  2332. package/dist/discrete/components/layers/BoxElement.d.ts.map +0 -1
  2333. package/dist/discrete/components/layers/DotsGroupElement.d.ts.map +0 -1
  2334. package/dist/discrete/components/layers/ErrorBarElement.d.ts.map +0 -1
  2335. package/dist/discrete/components/layers/LineElement.d.ts.map +0 -1
  2336. package/dist/discrete/components/layers/LogoElement.d.ts.map +0 -1
  2337. package/dist/discrete/components/layers/PairedPointsElement.d.ts.map +0 -1
  2338. package/dist/discrete/components/layers/SinaElement.d.ts.map +0 -1
  2339. package/dist/discrete/components/layers/StackedAreaElement.d.ts.map +0 -1
  2340. package/dist/discrete/components/layers/StackedBarElement.d.ts.map +0 -1
  2341. package/dist/discrete/components/layers/StatsPValue.d.ts.map +0 -1
  2342. package/dist/discrete/components/layers/ViolinElement.d.ts.map +0 -1
  2343. package/dist/discrete/components/layers/seqAlphabet.d.ts.map +0 -1
  2344. package/dist/discrete/components/types.d.ts.map +0 -1
  2345. package/dist/discrete/constants.d.ts.map +0 -1
  2346. package/dist/discrete/index.d.ts.map +0 -1
  2347. package/dist/discrete/layers/bar.d.ts.map +0 -1
  2348. package/dist/discrete/layers/binnedDots.d.ts.map +0 -1
  2349. package/dist/discrete/layers/boxes.d.ts.map +0 -1
  2350. package/dist/discrete/layers/dots.d.ts.map +0 -1
  2351. package/dist/discrete/layers/errorbars.d.ts.map +0 -1
  2352. package/dist/discrete/layers/index.d.ts.map +0 -1
  2353. package/dist/discrete/layers/lines.d.ts.map +0 -1
  2354. package/dist/discrete/layers/logo.d.ts.map +0 -1
  2355. package/dist/discrete/layers/pairedPoints.d.ts.map +0 -1
  2356. package/dist/discrete/layers/sina.d.ts.map +0 -1
  2357. package/dist/discrete/layers/stackedArea.d.ts.map +0 -1
  2358. package/dist/discrete/layers/stackedBar.d.ts.map +0 -1
  2359. package/dist/discrete/layers/stats/MannWhitneyU.d.ts.map +0 -1
  2360. package/dist/discrete/layers/stats/index.d.ts.map +0 -1
  2361. package/dist/discrete/layers/stats/pValueCalculation.d.ts.map +0 -1
  2362. package/dist/discrete/layers/stats/pValueCorrection.d.ts.map +0 -1
  2363. package/dist/discrete/layers/types.d.ts.map +0 -1
  2364. package/dist/discrete/layers/violins.d.ts.map +0 -1
  2365. package/dist/discrete/utils/getChartStatsPadding.d.ts.map +0 -1
  2366. package/dist/discrete/utils/getFacetStringKey.d.ts.map +0 -1
  2367. package/dist/discrete/utils/getOutliersBounds.d.ts.map +0 -1
  2368. package/dist/discrete/utils/index.d.ts.map +0 -1
  2369. package/dist/discrete/utils/statsPValue.d.ts.map +0 -1
  2370. package/dist/heatmap/ChartRenderer.d.ts.map +0 -1
  2371. package/dist/heatmap/HeatmapSettingsImpl.d.ts.map +0 -1
  2372. package/dist/heatmap/components/Annotations/Annotation.d.ts.map +0 -1
  2373. package/dist/heatmap/components/Annotations/AnnotationCellsCanvas.d.ts.map +0 -1
  2374. package/dist/heatmap/components/Annotations/AnnotationCellsSvg.d.ts.map +0 -1
  2375. package/dist/heatmap/components/Annotations/index.d.ts.map +0 -1
  2376. package/dist/heatmap/components/CanvasCells.d.ts.map +0 -1
  2377. package/dist/heatmap/components/Captions/AxisCaptions.d.ts.map +0 -1
  2378. package/dist/heatmap/components/Captions/GroupCaptions.d.ts.map +0 -1
  2379. package/dist/heatmap/components/Captions/index.d.ts.map +0 -1
  2380. package/dist/heatmap/components/Chart.d.ts.map +0 -1
  2381. package/dist/heatmap/components/ChartsGroup.d.ts.map +0 -1
  2382. package/dist/heatmap/components/Dendrograms.d.ts.map +0 -1
  2383. package/dist/heatmap/components/Frames.d.ts.map +0 -1
  2384. package/dist/heatmap/components/SvgCells.d.ts.map +0 -1
  2385. package/dist/heatmap/components/tooltipUtils.d.ts.map +0 -1
  2386. package/dist/heatmap/components/types.d.ts.map +0 -1
  2387. package/dist/heatmap/constants.d.ts.map +0 -1
  2388. package/dist/heatmap/fillCellsData.d.ts.map +0 -1
  2389. package/dist/heatmap/getCells.d.ts.map +0 -1
  2390. package/dist/heatmap/getClusters.d.ts.map +0 -1
  2391. package/dist/heatmap/getDendrograms.d.ts.map +0 -1
  2392. package/dist/heatmap/index.d.ts.map +0 -1
  2393. package/dist/heatmap/utils/calculateAnnotationTitleSizes.d.ts.map +0 -1
  2394. package/dist/heatmap/utils/calculateCaptionTails.d.ts.map +0 -1
  2395. package/dist/heatmap/utils/calculateChartSideElementSizes.d.ts.map +0 -1
  2396. package/dist/heatmap/utils/calculateSideElementsBBoxes.d.ts.map +0 -1
  2397. package/dist/heatmap/utils/createColorScales.d.ts.map +0 -1
  2398. package/dist/heatmap/utils/index.d.ts.map +0 -1
  2399. package/dist/histogram/ChartRenderer.d.ts.map +0 -1
  2400. package/dist/histogram/HistogramSettingsImpl.d.ts.map +0 -1
  2401. package/dist/histogram/components/Chart.d.ts.map +0 -1
  2402. package/dist/histogram/components/ChartsGroup.d.ts.map +0 -1
  2403. package/dist/histogram/components/types.d.ts.map +0 -1
  2404. package/dist/histogram/constants.d.ts.map +0 -1
  2405. package/dist/histogram/getHistogramData.d.ts.map +0 -1
  2406. package/dist/histogram/index.d.ts.map +0 -1
  2407. package/dist/index.d.ts.map +0 -1
  2408. package/dist/node_modules/@d3fc/d3fc-axis/src/axis.js +0 -21
  2409. package/dist/node_modules/@d3fc/d3fc-axis/src/axis.js.map +0 -1
  2410. package/dist/node_modules/@d3fc/d3fc-axis/src/axisBase.js +0 -39
  2411. package/dist/node_modules/@d3fc/d3fc-axis/src/axisBase.js.map +0 -1
  2412. package/dist/node_modules/@d3fc/d3fc-axis/src/axisTickUtils.js.map +0 -1
  2413. package/dist/node_modules/@d3fc/d3fc-chart/src/cartesian.js +0 -70
  2414. package/dist/node_modules/@d3fc/d3fc-chart/src/cartesian.js.map +0 -1
  2415. package/dist/node_modules/@d3fc/d3fc-chart/src/css.js.map +0 -1
  2416. package/dist/node_modules/@d3fc/d3fc-chart/src/store.js.map +0 -1
  2417. package/dist/node_modules/@d3fc/d3fc-data-join/src/dataJoin.js.map +0 -1
  2418. package/dist/node_modules/@d3fc/d3fc-element/index.js.map +0 -1
  2419. package/dist/node_modules/@d3fc/d3fc-element/src/canvas.js.map +0 -1
  2420. package/dist/node_modules/@d3fc/d3fc-element/src/css.js.map +0 -1
  2421. package/dist/node_modules/@d3fc/d3fc-element/src/data.js.map +0 -1
  2422. package/dist/node_modules/@d3fc/d3fc-element/src/element.js.map +0 -1
  2423. package/dist/node_modules/@d3fc/d3fc-element/src/group.js.map +0 -1
  2424. package/dist/node_modules/@d3fc/d3fc-element/src/redraw.js.map +0 -1
  2425. package/dist/node_modules/@d3fc/d3fc-element/src/requestRedraw.js.map +0 -1
  2426. package/dist/node_modules/@d3fc/d3fc-element/src/svg.js.map +0 -1
  2427. package/dist/node_modules/@d3fc/d3fc-pointer/src/pointer.js +0 -21
  2428. package/dist/node_modules/@d3fc/d3fc-pointer/src/pointer.js.map +0 -1
  2429. package/dist/node_modules/@d3fc/d3fc-rebind/src/createReboundMethod.js.map +0 -1
  2430. package/dist/node_modules/@d3fc/d3fc-rebind/src/rebind.js.map +0 -1
  2431. package/dist/node_modules/@d3fc/d3fc-rebind/src/rebindAll.js.map +0 -1
  2432. package/dist/node_modules/@d3fc/d3fc-rebind/src/transform/exclude.js.map +0 -1
  2433. package/dist/node_modules/@d3fc/d3fc-rebind/src/transform/prefix.js.map +0 -1
  2434. package/dist/node_modules/@d3fc/d3fc-rebind/src/transform/regexify.js.map +0 -1
  2435. package/dist/node_modules/@d3fc/d3fc-series/src/alignOffset.js +0 -14
  2436. package/dist/node_modules/@d3fc/d3fc-series/src/alignOffset.js.map +0 -1
  2437. package/dist/node_modules/@d3fc/d3fc-series/src/base.js +0 -11
  2438. package/dist/node_modules/@d3fc/d3fc-series/src/base.js.map +0 -1
  2439. package/dist/node_modules/@d3fc/d3fc-series/src/defined.js +0 -13
  2440. package/dist/node_modules/@d3fc/d3fc-series/src/defined.js.map +0 -1
  2441. package/dist/node_modules/@d3fc/d3fc-series/src/functor.js +0 -5
  2442. package/dist/node_modules/@d3fc/d3fc-series/src/functor.js.map +0 -1
  2443. package/dist/node_modules/@d3fc/d3fc-series/src/multiBase.js +0 -16
  2444. package/dist/node_modules/@d3fc/d3fc-series/src/multiBase.js.map +0 -1
  2445. package/dist/node_modules/@d3fc/d3fc-series/src/svg/multi.js +0 -24
  2446. package/dist/node_modules/@d3fc/d3fc-series/src/svg/multi.js.map +0 -1
  2447. package/dist/node_modules/@d3fc/d3fc-series/src/webgl/multi.js +0 -21
  2448. package/dist/node_modules/@d3fc/d3fc-series/src/webgl/multi.js.map +0 -1
  2449. package/dist/node_modules/@d3fc/d3fc-series/src/webgl/point.js +0 -26
  2450. package/dist/node_modules/@d3fc/d3fc-series/src/webgl/point.js.map +0 -1
  2451. package/dist/node_modules/@d3fc/d3fc-series/src/xyBase.js +0 -57
  2452. package/dist/node_modules/@d3fc/d3fc-series/src/xyBase.js.map +0 -1
  2453. package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/arrayViewFactory.js.map +0 -1
  2454. package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/attribute.js +0 -18
  2455. package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/attribute.js.map +0 -1
  2456. package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/attributeProjector.js.map +0 -1
  2457. package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/baseAttribute.js.map +0 -1
  2458. package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/bufferBuilder.js +0 -31
  2459. package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/bufferBuilder.js.map +0 -1
  2460. package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/constantAttribute.js +0 -25
  2461. package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/constantAttribute.js.map +0 -1
  2462. package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/types.js.map +0 -1
  2463. package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/uniform.js +0 -37
  2464. package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/uniform.js.map +0 -1
  2465. package/dist/node_modules/@d3fc/d3fc-webgl/src/program/drawModes.js +0 -8
  2466. package/dist/node_modules/@d3fc/d3fc-webgl/src/program/drawModes.js.map +0 -1
  2467. package/dist/node_modules/@d3fc/d3fc-webgl/src/program/programBuilder.js +0 -73
  2468. package/dist/node_modules/@d3fc/d3fc-webgl/src/program/programBuilder.js.map +0 -1
  2469. package/dist/node_modules/@d3fc/d3fc-webgl/src/rebindCurry.js +0 -10
  2470. package/dist/node_modules/@d3fc/d3fc-webgl/src/rebindCurry.js.map +0 -1
  2471. package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/base.js +0 -10
  2472. package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/base.js.map +0 -1
  2473. package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/linear.js +0 -19
  2474. package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/linear.js.map +0 -1
  2475. package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/log.js +0 -33
  2476. package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/log.js.map +0 -1
  2477. package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/pow.js +0 -33
  2478. package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/pow.js.map +0 -1
  2479. package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/scaleMapper.js +0 -41
  2480. package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/scaleMapper.js.map +0 -1
  2481. package/dist/node_modules/@d3fc/d3fc-webgl/src/series/point.js +0 -37
  2482. package/dist/node_modules/@d3fc/d3fc-webgl/src/series/point.js.map +0 -1
  2483. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/fragmentShaderSnippets.js +0 -151
  2484. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/fragmentShaderSnippets.js.map +0 -1
  2485. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/circle/baseShader.js +0 -14
  2486. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/circle/baseShader.js.map +0 -1
  2487. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/cross/shader.js +0 -14
  2488. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/cross/shader.js.map +0 -1
  2489. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/diamond/shader.js +0 -14
  2490. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/diamond/shader.js.map +0 -1
  2491. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/square/shader.js +0 -14
  2492. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/square/shader.js.map +0 -1
  2493. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/star/shader.js +0 -14
  2494. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/star/shader.js.map +0 -1
  2495. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/triangle/shader.js +0 -14
  2496. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/triangle/shader.js.map +0 -1
  2497. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/wye/shader.js +0 -14
  2498. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/wye/shader.js.map +0 -1
  2499. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/shaderBuilder.js +0 -34
  2500. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/shaderBuilder.js.map +0 -1
  2501. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/vertexShaderSnippets.js +0 -130
  2502. package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/vertexShaderSnippets.js.map +0 -1
  2503. package/dist/node_modules/@d3fc/d3fc-webgl/src/style/fillColor.js +0 -27
  2504. package/dist/node_modules/@d3fc/d3fc-webgl/src/style/fillColor.js.map +0 -1
  2505. package/dist/node_modules/@d3fc/d3fc-webgl/src/symbolMapper.js +0 -38
  2506. package/dist/node_modules/@d3fc/d3fc-webgl/src/symbolMapper.js.map +0 -1
  2507. package/dist/node_modules/@stdlib/array-base-accessor-getter/lib/index.js +0 -23
  2508. package/dist/node_modules/@stdlib/array-base-accessor-getter/lib/index.js.map +0 -1
  2509. package/dist/node_modules/@stdlib/array-base-accessor-getter/lib/main.js +0 -40
  2510. package/dist/node_modules/@stdlib/array-base-accessor-getter/lib/main.js.map +0 -1
  2511. package/dist/node_modules/@stdlib/array-base-accessor-setter/lib/index.js +0 -23
  2512. package/dist/node_modules/@stdlib/array-base-accessor-setter/lib/index.js.map +0 -1
  2513. package/dist/node_modules/@stdlib/array-base-accessor-setter/lib/main.js +0 -40
  2514. package/dist/node_modules/@stdlib/array-base-accessor-setter/lib/main.js.map +0 -1
  2515. package/dist/node_modules/@stdlib/array-base-arraylike2object/lib/index.js +0 -23
  2516. package/dist/node_modules/@stdlib/array-base-arraylike2object/lib/index.js.map +0 -1
  2517. package/dist/node_modules/@stdlib/array-base-arraylike2object/lib/main.js +0 -49
  2518. package/dist/node_modules/@stdlib/array-base-arraylike2object/lib/main.js.map +0 -1
  2519. package/dist/node_modules/@stdlib/array-base-assert-is-accessor-array/lib/index.js +0 -23
  2520. package/dist/node_modules/@stdlib/array-base-assert-is-accessor-array/lib/index.js.map +0 -1
  2521. package/dist/node_modules/@stdlib/array-base-assert-is-accessor-array/lib/main.js +0 -26
  2522. package/dist/node_modules/@stdlib/array-base-assert-is-accessor-array/lib/main.js.map +0 -1
  2523. package/dist/node_modules/@stdlib/array-base-assert-is-complex128array/lib/index.js +0 -23
  2524. package/dist/node_modules/@stdlib/array-base-assert-is-complex128array/lib/index.js.map +0 -1
  2525. package/dist/node_modules/@stdlib/array-base-assert-is-complex128array/lib/main.js +0 -26
  2526. package/dist/node_modules/@stdlib/array-base-assert-is-complex128array/lib/main.js.map +0 -1
  2527. package/dist/node_modules/@stdlib/array-base-assert-is-complex64array/lib/index.js +0 -23
  2528. package/dist/node_modules/@stdlib/array-base-assert-is-complex64array/lib/index.js.map +0 -1
  2529. package/dist/node_modules/@stdlib/array-base-assert-is-complex64array/lib/main.js +0 -26
  2530. package/dist/node_modules/@stdlib/array-base-assert-is-complex64array/lib/main.js.map +0 -1
  2531. package/dist/node_modules/@stdlib/array-base-filled/lib/index.js +0 -23
  2532. package/dist/node_modules/@stdlib/array-base-filled/lib/index.js.map +0 -1
  2533. package/dist/node_modules/@stdlib/array-base-filled/lib/main.js +0 -28
  2534. package/dist/node_modules/@stdlib/array-base-filled/lib/main.js.map +0 -1
  2535. package/dist/node_modules/@stdlib/array-base-getter/lib/index.js +0 -23
  2536. package/dist/node_modules/@stdlib/array-base-getter/lib/index.js.map +0 -1
  2537. package/dist/node_modules/@stdlib/array-base-getter/lib/main.js +0 -72
  2538. package/dist/node_modules/@stdlib/array-base-getter/lib/main.js.map +0 -1
  2539. package/dist/node_modules/@stdlib/array-base-incrspace/lib/index.js +0 -23
  2540. package/dist/node_modules/@stdlib/array-base-incrspace/lib/index.js.map +0 -1
  2541. package/dist/node_modules/@stdlib/array-base-incrspace/lib/main.js +0 -32
  2542. package/dist/node_modules/@stdlib/array-base-incrspace/lib/main.js.map +0 -1
  2543. package/dist/node_modules/@stdlib/array-base-setter/lib/index.js +0 -23
  2544. package/dist/node_modules/@stdlib/array-base-setter/lib/index.js.map +0 -1
  2545. package/dist/node_modules/@stdlib/array-base-setter/lib/main.js +0 -72
  2546. package/dist/node_modules/@stdlib/array-base-setter/lib/main.js.map +0 -1
  2547. package/dist/node_modules/@stdlib/array-base-zeros/lib/index.js +0 -23
  2548. package/dist/node_modules/@stdlib/array-base-zeros/lib/index.js.map +0 -1
  2549. package/dist/node_modules/@stdlib/array-base-zeros/lib/main.js +0 -27
  2550. package/dist/node_modules/@stdlib/array-base-zeros/lib/main.js.map +0 -1
  2551. package/dist/node_modules/@stdlib/array-complex128/lib/from_array.js +0 -35
  2552. package/dist/node_modules/@stdlib/array-complex128/lib/from_array.js.map +0 -1
  2553. package/dist/node_modules/@stdlib/array-complex128/lib/from_iterator.js +0 -39
  2554. package/dist/node_modules/@stdlib/array-complex128/lib/from_iterator.js.map +0 -1
  2555. package/dist/node_modules/@stdlib/array-complex128/lib/from_iterator_map.js +0 -39
  2556. package/dist/node_modules/@stdlib/array-complex128/lib/from_iterator_map.js.map +0 -1
  2557. package/dist/node_modules/@stdlib/array-complex128/lib/index.js +0 -23
  2558. package/dist/node_modules/@stdlib/array-complex128/lib/index.js.map +0 -1
  2559. package/dist/node_modules/@stdlib/array-complex128/lib/main.js +0 -578
  2560. package/dist/node_modules/@stdlib/array-complex128/lib/main.js.map +0 -1
  2561. package/dist/node_modules/@stdlib/array-complex64/lib/from_array.js +0 -35
  2562. package/dist/node_modules/@stdlib/array-complex64/lib/from_array.js.map +0 -1
  2563. package/dist/node_modules/@stdlib/array-complex64/lib/from_iterator.js +0 -39
  2564. package/dist/node_modules/@stdlib/array-complex64/lib/from_iterator.js.map +0 -1
  2565. package/dist/node_modules/@stdlib/array-complex64/lib/from_iterator_map.js +0 -39
  2566. package/dist/node_modules/@stdlib/array-complex64/lib/from_iterator_map.js.map +0 -1
  2567. package/dist/node_modules/@stdlib/array-complex64/lib/index.js +0 -23
  2568. package/dist/node_modules/@stdlib/array-complex64/lib/index.js.map +0 -1
  2569. package/dist/node_modules/@stdlib/array-complex64/lib/main.js +0 -578
  2570. package/dist/node_modules/@stdlib/array-complex64/lib/main.js.map +0 -1
  2571. package/dist/node_modules/@stdlib/array-dtype/lib/ctor2dtype.js +0 -35
  2572. package/dist/node_modules/@stdlib/array-dtype/lib/ctor2dtype.js.map +0 -1
  2573. package/dist/node_modules/@stdlib/array-dtype/lib/ctors.js +0 -45
  2574. package/dist/node_modules/@stdlib/array-dtype/lib/ctors.js.map +0 -1
  2575. package/dist/node_modules/@stdlib/array-dtype/lib/dtypes.js +0 -34
  2576. package/dist/node_modules/@stdlib/array-dtype/lib/dtypes.js.map +0 -1
  2577. package/dist/node_modules/@stdlib/array-dtype/lib/index.js +0 -23
  2578. package/dist/node_modules/@stdlib/array-dtype/lib/index.js.map +0 -1
  2579. package/dist/node_modules/@stdlib/array-dtype/lib/main.js +0 -40
  2580. package/dist/node_modules/@stdlib/array-dtype/lib/main.js.map +0 -1
  2581. package/dist/node_modules/@stdlib/array-float32/lib/index.js +0 -27
  2582. package/dist/node_modules/@stdlib/array-float32/lib/index.js.map +0 -1
  2583. package/dist/node_modules/@stdlib/array-float32/lib/main.js +0 -22
  2584. package/dist/node_modules/@stdlib/array-float32/lib/main.js.map +0 -1
  2585. package/dist/node_modules/@stdlib/array-float32/lib/polyfill.js +0 -25
  2586. package/dist/node_modules/@stdlib/array-float32/lib/polyfill.js.map +0 -1
  2587. package/dist/node_modules/@stdlib/array-float64/lib/index.js +0 -27
  2588. package/dist/node_modules/@stdlib/array-float64/lib/index.js.map +0 -1
  2589. package/dist/node_modules/@stdlib/array-float64/lib/main.js +0 -22
  2590. package/dist/node_modules/@stdlib/array-float64/lib/main.js.map +0 -1
  2591. package/dist/node_modules/@stdlib/array-float64/lib/polyfill.js +0 -25
  2592. package/dist/node_modules/@stdlib/array-float64/lib/polyfill.js.map +0 -1
  2593. package/dist/node_modules/@stdlib/array-int16/lib/index.js +0 -27
  2594. package/dist/node_modules/@stdlib/array-int16/lib/index.js.map +0 -1
  2595. package/dist/node_modules/@stdlib/array-int16/lib/main.js +0 -22
  2596. package/dist/node_modules/@stdlib/array-int16/lib/main.js.map +0 -1
  2597. package/dist/node_modules/@stdlib/array-int16/lib/polyfill.js +0 -25
  2598. package/dist/node_modules/@stdlib/array-int16/lib/polyfill.js.map +0 -1
  2599. package/dist/node_modules/@stdlib/array-int32/lib/index.js +0 -27
  2600. package/dist/node_modules/@stdlib/array-int32/lib/index.js.map +0 -1
  2601. package/dist/node_modules/@stdlib/array-int32/lib/main.js +0 -22
  2602. package/dist/node_modules/@stdlib/array-int32/lib/main.js.map +0 -1
  2603. package/dist/node_modules/@stdlib/array-int32/lib/polyfill.js +0 -25
  2604. package/dist/node_modules/@stdlib/array-int32/lib/polyfill.js.map +0 -1
  2605. package/dist/node_modules/@stdlib/array-int8/lib/index.js +0 -27
  2606. package/dist/node_modules/@stdlib/array-int8/lib/index.js.map +0 -1
  2607. package/dist/node_modules/@stdlib/array-int8/lib/main.js +0 -22
  2608. package/dist/node_modules/@stdlib/array-int8/lib/main.js.map +0 -1
  2609. package/dist/node_modules/@stdlib/array-int8/lib/polyfill.js +0 -25
  2610. package/dist/node_modules/@stdlib/array-int8/lib/polyfill.js.map +0 -1
  2611. package/dist/node_modules/@stdlib/array-uint16/lib/index.js +0 -27
  2612. package/dist/node_modules/@stdlib/array-uint16/lib/index.js.map +0 -1
  2613. package/dist/node_modules/@stdlib/array-uint16/lib/main.js +0 -22
  2614. package/dist/node_modules/@stdlib/array-uint16/lib/main.js.map +0 -1
  2615. package/dist/node_modules/@stdlib/array-uint16/lib/polyfill.js +0 -25
  2616. package/dist/node_modules/@stdlib/array-uint16/lib/polyfill.js.map +0 -1
  2617. package/dist/node_modules/@stdlib/array-uint32/lib/index.js +0 -27
  2618. package/dist/node_modules/@stdlib/array-uint32/lib/index.js.map +0 -1
  2619. package/dist/node_modules/@stdlib/array-uint32/lib/main.js +0 -22
  2620. package/dist/node_modules/@stdlib/array-uint32/lib/main.js.map +0 -1
  2621. package/dist/node_modules/@stdlib/array-uint32/lib/polyfill.js +0 -25
  2622. package/dist/node_modules/@stdlib/array-uint32/lib/polyfill.js.map +0 -1
  2623. package/dist/node_modules/@stdlib/array-uint8/lib/index.js +0 -27
  2624. package/dist/node_modules/@stdlib/array-uint8/lib/index.js.map +0 -1
  2625. package/dist/node_modules/@stdlib/array-uint8/lib/main.js +0 -22
  2626. package/dist/node_modules/@stdlib/array-uint8/lib/main.js.map +0 -1
  2627. package/dist/node_modules/@stdlib/array-uint8/lib/polyfill.js +0 -25
  2628. package/dist/node_modules/@stdlib/array-uint8/lib/polyfill.js.map +0 -1
  2629. package/dist/node_modules/@stdlib/array-uint8c/lib/index.js +0 -27
  2630. package/dist/node_modules/@stdlib/array-uint8c/lib/index.js.map +0 -1
  2631. package/dist/node_modules/@stdlib/array-uint8c/lib/main.js +0 -22
  2632. package/dist/node_modules/@stdlib/array-uint8c/lib/main.js.map +0 -1
  2633. package/dist/node_modules/@stdlib/array-uint8c/lib/polyfill.js +0 -25
  2634. package/dist/node_modules/@stdlib/array-uint8c/lib/polyfill.js.map +0 -1
  2635. package/dist/node_modules/@stdlib/assert-contains/lib/index.js +0 -23
  2636. package/dist/node_modules/@stdlib/assert-contains/lib/index.js.map +0 -1
  2637. package/dist/node_modules/@stdlib/assert-contains/lib/main.js +0 -56
  2638. package/dist/node_modules/@stdlib/assert-contains/lib/main.js.map +0 -1
  2639. package/dist/node_modules/@stdlib/assert-has-float32array-support/lib/float32array.js +0 -22
  2640. package/dist/node_modules/@stdlib/assert-has-float32array-support/lib/float32array.js.map +0 -1
  2641. package/dist/node_modules/@stdlib/assert-has-float32array-support/lib/index.js +0 -23
  2642. package/dist/node_modules/@stdlib/assert-has-float32array-support/lib/index.js.map +0 -1
  2643. package/dist/node_modules/@stdlib/assert-has-float32array-support/lib/main.js +0 -37
  2644. package/dist/node_modules/@stdlib/assert-has-float32array-support/lib/main.js.map +0 -1
  2645. package/dist/node_modules/@stdlib/assert-has-float64array-support/lib/float64array.js +0 -22
  2646. package/dist/node_modules/@stdlib/assert-has-float64array-support/lib/float64array.js.map +0 -1
  2647. package/dist/node_modules/@stdlib/assert-has-float64array-support/lib/index.js +0 -23
  2648. package/dist/node_modules/@stdlib/assert-has-float64array-support/lib/index.js.map +0 -1
  2649. package/dist/node_modules/@stdlib/assert-has-float64array-support/lib/main.js +0 -36
  2650. package/dist/node_modules/@stdlib/assert-has-float64array-support/lib/main.js.map +0 -1
  2651. package/dist/node_modules/@stdlib/assert-has-generator-support/lib/index.js +0 -23
  2652. package/dist/node_modules/@stdlib/assert-has-generator-support/lib/index.js.map +0 -1
  2653. package/dist/node_modules/@stdlib/assert-has-generator-support/lib/main.js +0 -33
  2654. package/dist/node_modules/@stdlib/assert-has-generator-support/lib/main.js.map +0 -1
  2655. package/dist/node_modules/@stdlib/assert-has-int16array-support/lib/index.js +0 -23
  2656. package/dist/node_modules/@stdlib/assert-has-int16array-support/lib/index.js.map +0 -1
  2657. package/dist/node_modules/@stdlib/assert-has-int16array-support/lib/int16array.js +0 -22
  2658. package/dist/node_modules/@stdlib/assert-has-int16array-support/lib/int16array.js.map +0 -1
  2659. package/dist/node_modules/@stdlib/assert-has-int16array-support/lib/main.js +0 -40
  2660. package/dist/node_modules/@stdlib/assert-has-int16array-support/lib/main.js.map +0 -1
  2661. package/dist/node_modules/@stdlib/assert-has-int32array-support/lib/index.js +0 -23
  2662. package/dist/node_modules/@stdlib/assert-has-int32array-support/lib/index.js.map +0 -1
  2663. package/dist/node_modules/@stdlib/assert-has-int32array-support/lib/int32array.js +0 -22
  2664. package/dist/node_modules/@stdlib/assert-has-int32array-support/lib/int32array.js.map +0 -1
  2665. package/dist/node_modules/@stdlib/assert-has-int32array-support/lib/main.js +0 -40
  2666. package/dist/node_modules/@stdlib/assert-has-int32array-support/lib/main.js.map +0 -1
  2667. package/dist/node_modules/@stdlib/assert-has-int8array-support/lib/index.js +0 -23
  2668. package/dist/node_modules/@stdlib/assert-has-int8array-support/lib/index.js.map +0 -1
  2669. package/dist/node_modules/@stdlib/assert-has-int8array-support/lib/int8array.js +0 -22
  2670. package/dist/node_modules/@stdlib/assert-has-int8array-support/lib/int8array.js.map +0 -1
  2671. package/dist/node_modules/@stdlib/assert-has-int8array-support/lib/main.js +0 -40
  2672. package/dist/node_modules/@stdlib/assert-has-int8array-support/lib/main.js.map +0 -1
  2673. package/dist/node_modules/@stdlib/assert-has-iterator-symbol-support/lib/index.js +0 -23
  2674. package/dist/node_modules/@stdlib/assert-has-iterator-symbol-support/lib/index.js.map +0 -1
  2675. package/dist/node_modules/@stdlib/assert-has-iterator-symbol-support/lib/main.js +0 -28
  2676. package/dist/node_modules/@stdlib/assert-has-iterator-symbol-support/lib/main.js.map +0 -1
  2677. package/dist/node_modules/@stdlib/assert-has-own-property/lib/index.js +0 -23
  2678. package/dist/node_modules/@stdlib/assert-has-own-property/lib/index.js.map +0 -1
  2679. package/dist/node_modules/@stdlib/assert-has-own-property/lib/main.js +0 -26
  2680. package/dist/node_modules/@stdlib/assert-has-own-property/lib/main.js.map +0 -1
  2681. package/dist/node_modules/@stdlib/assert-has-symbol-support/lib/index.js +0 -23
  2682. package/dist/node_modules/@stdlib/assert-has-symbol-support/lib/index.js.map +0 -1
  2683. package/dist/node_modules/@stdlib/assert-has-symbol-support/lib/main.js +0 -25
  2684. package/dist/node_modules/@stdlib/assert-has-symbol-support/lib/main.js.map +0 -1
  2685. package/dist/node_modules/@stdlib/assert-has-tostringtag-support/lib/index.js +0 -23
  2686. package/dist/node_modules/@stdlib/assert-has-tostringtag-support/lib/index.js.map +0 -1
  2687. package/dist/node_modules/@stdlib/assert-has-tostringtag-support/lib/main.js +0 -27
  2688. package/dist/node_modules/@stdlib/assert-has-tostringtag-support/lib/main.js.map +0 -1
  2689. package/dist/node_modules/@stdlib/assert-has-uint16array-support/lib/index.js +0 -23
  2690. package/dist/node_modules/@stdlib/assert-has-uint16array-support/lib/index.js.map +0 -1
  2691. package/dist/node_modules/@stdlib/assert-has-uint16array-support/lib/main.js +0 -40
  2692. package/dist/node_modules/@stdlib/assert-has-uint16array-support/lib/main.js.map +0 -1
  2693. package/dist/node_modules/@stdlib/assert-has-uint16array-support/lib/uint16array.js +0 -22
  2694. package/dist/node_modules/@stdlib/assert-has-uint16array-support/lib/uint16array.js.map +0 -1
  2695. package/dist/node_modules/@stdlib/assert-has-uint32array-support/lib/index.js +0 -23
  2696. package/dist/node_modules/@stdlib/assert-has-uint32array-support/lib/index.js.map +0 -1
  2697. package/dist/node_modules/@stdlib/assert-has-uint32array-support/lib/main.js +0 -40
  2698. package/dist/node_modules/@stdlib/assert-has-uint32array-support/lib/main.js.map +0 -1
  2699. package/dist/node_modules/@stdlib/assert-has-uint32array-support/lib/uint32array.js +0 -22
  2700. package/dist/node_modules/@stdlib/assert-has-uint32array-support/lib/uint32array.js.map +0 -1
  2701. package/dist/node_modules/@stdlib/assert-has-uint8array-support/lib/index.js +0 -23
  2702. package/dist/node_modules/@stdlib/assert-has-uint8array-support/lib/index.js.map +0 -1
  2703. package/dist/node_modules/@stdlib/assert-has-uint8array-support/lib/main.js +0 -40
  2704. package/dist/node_modules/@stdlib/assert-has-uint8array-support/lib/main.js.map +0 -1
  2705. package/dist/node_modules/@stdlib/assert-has-uint8array-support/lib/uint8array.js +0 -22
  2706. package/dist/node_modules/@stdlib/assert-has-uint8array-support/lib/uint8array.js.map +0 -1
  2707. package/dist/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/index.js +0 -23
  2708. package/dist/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/index.js.map +0 -1
  2709. package/dist/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/main.js +0 -39
  2710. package/dist/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/main.js.map +0 -1
  2711. package/dist/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/uint8clampedarray.js +0 -22
  2712. package/dist/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/uint8clampedarray.js.map +0 -1
  2713. package/dist/node_modules/@stdlib/assert-is-arguments/lib/detect.js +0 -28
  2714. package/dist/node_modules/@stdlib/assert-is-arguments/lib/detect.js.map +0 -1
  2715. package/dist/node_modules/@stdlib/assert-is-arguments/lib/index.js +0 -27
  2716. package/dist/node_modules/@stdlib/assert-is-arguments/lib/index.js.map +0 -1
  2717. package/dist/node_modules/@stdlib/assert-is-arguments/lib/main.js +0 -27
  2718. package/dist/node_modules/@stdlib/assert-is-arguments/lib/main.js.map +0 -1
  2719. package/dist/node_modules/@stdlib/assert-is-arguments/lib/polyfill.js +0 -31
  2720. package/dist/node_modules/@stdlib/assert-is-arguments/lib/polyfill.js.map +0 -1
  2721. package/dist/node_modules/@stdlib/assert-is-array/lib/index.js +0 -23
  2722. package/dist/node_modules/@stdlib/assert-is-array/lib/index.js.map +0 -1
  2723. package/dist/node_modules/@stdlib/assert-is-array/lib/main.js +0 -28
  2724. package/dist/node_modules/@stdlib/assert-is-array/lib/main.js.map +0 -1
  2725. package/dist/node_modules/@stdlib/assert-is-array-like/lib/index.js +0 -23
  2726. package/dist/node_modules/@stdlib/assert-is-array-like/lib/index.js.map +0 -1
  2727. package/dist/node_modules/@stdlib/assert-is-array-like/lib/main.js +0 -28
  2728. package/dist/node_modules/@stdlib/assert-is-array-like/lib/main.js.map +0 -1
  2729. package/dist/node_modules/@stdlib/assert-is-array-like-object/lib/index.js +0 -23
  2730. package/dist/node_modules/@stdlib/assert-is-array-like-object/lib/index.js.map +0 -1
  2731. package/dist/node_modules/@stdlib/assert-is-array-like-object/lib/main.js +0 -28
  2732. package/dist/node_modules/@stdlib/assert-is-array-like-object/lib/main.js.map +0 -1
  2733. package/dist/node_modules/@stdlib/assert-is-arraybuffer/lib/index.js +0 -23
  2734. package/dist/node_modules/@stdlib/assert-is-arraybuffer/lib/index.js.map +0 -1
  2735. package/dist/node_modules/@stdlib/assert-is-arraybuffer/lib/main.js +0 -28
  2736. package/dist/node_modules/@stdlib/assert-is-arraybuffer/lib/main.js.map +0 -1
  2737. package/dist/node_modules/@stdlib/assert-is-boolean/lib/index.js +0 -29
  2738. package/dist/node_modules/@stdlib/assert-is-boolean/lib/index.js.map +0 -1
  2739. package/dist/node_modules/@stdlib/assert-is-boolean/lib/main.js +0 -28
  2740. package/dist/node_modules/@stdlib/assert-is-boolean/lib/main.js.map +0 -1
  2741. package/dist/node_modules/@stdlib/assert-is-boolean/lib/object.js +0 -30
  2742. package/dist/node_modules/@stdlib/assert-is-boolean/lib/object.js.map +0 -1
  2743. package/dist/node_modules/@stdlib/assert-is-boolean/lib/primitive.js +0 -25
  2744. package/dist/node_modules/@stdlib/assert-is-boolean/lib/primitive.js.map +0 -1
  2745. package/dist/node_modules/@stdlib/assert-is-boolean/lib/tostring.js +0 -22
  2746. package/dist/node_modules/@stdlib/assert-is-boolean/lib/tostring.js.map +0 -1
  2747. package/dist/node_modules/@stdlib/assert-is-boolean/lib/try2serialize.js +0 -31
  2748. package/dist/node_modules/@stdlib/assert-is-boolean/lib/try2serialize.js.map +0 -1
  2749. package/dist/node_modules/@stdlib/assert-is-buffer/lib/index.js +0 -23
  2750. package/dist/node_modules/@stdlib/assert-is-buffer/lib/index.js.map +0 -1
  2751. package/dist/node_modules/@stdlib/assert-is-buffer/lib/main.js +0 -30
  2752. package/dist/node_modules/@stdlib/assert-is-buffer/lib/main.js.map +0 -1
  2753. package/dist/node_modules/@stdlib/assert-is-collection/lib/index.js +0 -23
  2754. package/dist/node_modules/@stdlib/assert-is-collection/lib/index.js.map +0 -1
  2755. package/dist/node_modules/@stdlib/assert-is-collection/lib/main.js +0 -28
  2756. package/dist/node_modules/@stdlib/assert-is-collection/lib/main.js.map +0 -1
  2757. package/dist/node_modules/@stdlib/assert-is-complex-like/lib/index.js +0 -23
  2758. package/dist/node_modules/@stdlib/assert-is-complex-like/lib/index.js.map +0 -1
  2759. package/dist/node_modules/@stdlib/assert-is-complex-like/lib/main.js +0 -28
  2760. package/dist/node_modules/@stdlib/assert-is-complex-like/lib/main.js.map +0 -1
  2761. package/dist/node_modules/@stdlib/assert-is-complex-like/node_modules/@stdlib/complex-float64-ctor/lib/index.js +0 -23
  2762. package/dist/node_modules/@stdlib/assert-is-complex-like/node_modules/@stdlib/complex-float64-ctor/lib/index.js.map +0 -1
  2763. package/dist/node_modules/@stdlib/assert-is-complex-like/node_modules/@stdlib/complex-float64-ctor/lib/main.js +0 -53
  2764. package/dist/node_modules/@stdlib/assert-is-complex-like/node_modules/@stdlib/complex-float64-ctor/lib/main.js.map +0 -1
  2765. package/dist/node_modules/@stdlib/assert-is-complex-like/node_modules/@stdlib/complex-float64-ctor/lib/tojson.js +0 -26
  2766. package/dist/node_modules/@stdlib/assert-is-complex-like/node_modules/@stdlib/complex-float64-ctor/lib/tojson.js.map +0 -1
  2767. package/dist/node_modules/@stdlib/assert-is-complex-like/node_modules/@stdlib/complex-float64-ctor/lib/tostring.js +0 -26
  2768. package/dist/node_modules/@stdlib/assert-is-complex-like/node_modules/@stdlib/complex-float64-ctor/lib/tostring.js.map +0 -1
  2769. package/dist/node_modules/@stdlib/assert-is-enumerable-property/lib/has_string_enumerability_bug.js +0 -28
  2770. package/dist/node_modules/@stdlib/assert-is-enumerable-property/lib/has_string_enumerability_bug.js.map +0 -1
  2771. package/dist/node_modules/@stdlib/assert-is-enumerable-property/lib/index.js +0 -23
  2772. package/dist/node_modules/@stdlib/assert-is-enumerable-property/lib/index.js.map +0 -1
  2773. package/dist/node_modules/@stdlib/assert-is-enumerable-property/lib/main.js +0 -32
  2774. package/dist/node_modules/@stdlib/assert-is-enumerable-property/lib/main.js.map +0 -1
  2775. package/dist/node_modules/@stdlib/assert-is-enumerable-property/lib/native.js +0 -22
  2776. package/dist/node_modules/@stdlib/assert-is-enumerable-property/lib/native.js.map +0 -1
  2777. package/dist/node_modules/@stdlib/assert-is-float32array/lib/index.js +0 -23
  2778. package/dist/node_modules/@stdlib/assert-is-float32array/lib/index.js.map +0 -1
  2779. package/dist/node_modules/@stdlib/assert-is-float32array/lib/main.js +0 -28
  2780. package/dist/node_modules/@stdlib/assert-is-float32array/lib/main.js.map +0 -1
  2781. package/dist/node_modules/@stdlib/assert-is-float64array/lib/index.js +0 -23
  2782. package/dist/node_modules/@stdlib/assert-is-float64array/lib/index.js.map +0 -1
  2783. package/dist/node_modules/@stdlib/assert-is-float64array/lib/main.js +0 -28
  2784. package/dist/node_modules/@stdlib/assert-is-float64array/lib/main.js.map +0 -1
  2785. package/dist/node_modules/@stdlib/assert-is-function/lib/index.js +0 -23
  2786. package/dist/node_modules/@stdlib/assert-is-function/lib/index.js.map +0 -1
  2787. package/dist/node_modules/@stdlib/assert-is-function/lib/main.js +0 -27
  2788. package/dist/node_modules/@stdlib/assert-is-function/lib/main.js.map +0 -1
  2789. package/dist/node_modules/@stdlib/assert-is-int16array/lib/index.js +0 -23
  2790. package/dist/node_modules/@stdlib/assert-is-int16array/lib/index.js.map +0 -1
  2791. package/dist/node_modules/@stdlib/assert-is-int16array/lib/main.js +0 -28
  2792. package/dist/node_modules/@stdlib/assert-is-int16array/lib/main.js.map +0 -1
  2793. package/dist/node_modules/@stdlib/assert-is-int32array/lib/index.js +0 -23
  2794. package/dist/node_modules/@stdlib/assert-is-int32array/lib/index.js.map +0 -1
  2795. package/dist/node_modules/@stdlib/assert-is-int32array/lib/main.js +0 -28
  2796. package/dist/node_modules/@stdlib/assert-is-int32array/lib/main.js.map +0 -1
  2797. package/dist/node_modules/@stdlib/assert-is-int8array/lib/index.js +0 -23
  2798. package/dist/node_modules/@stdlib/assert-is-int8array/lib/index.js.map +0 -1
  2799. package/dist/node_modules/@stdlib/assert-is-int8array/lib/main.js +0 -28
  2800. package/dist/node_modules/@stdlib/assert-is-int8array/lib/main.js.map +0 -1
  2801. package/dist/node_modules/@stdlib/assert-is-integer/lib/index.js +0 -29
  2802. package/dist/node_modules/@stdlib/assert-is-integer/lib/index.js.map +0 -1
  2803. package/dist/node_modules/@stdlib/assert-is-integer/lib/integer.js +0 -29
  2804. package/dist/node_modules/@stdlib/assert-is-integer/lib/integer.js.map +0 -1
  2805. package/dist/node_modules/@stdlib/assert-is-integer/lib/main.js +0 -28
  2806. package/dist/node_modules/@stdlib/assert-is-integer/lib/main.js.map +0 -1
  2807. package/dist/node_modules/@stdlib/assert-is-integer/lib/object.js +0 -28
  2808. package/dist/node_modules/@stdlib/assert-is-integer/lib/object.js.map +0 -1
  2809. package/dist/node_modules/@stdlib/assert-is-integer/lib/primitive.js +0 -28
  2810. package/dist/node_modules/@stdlib/assert-is-integer/lib/primitive.js.map +0 -1
  2811. package/dist/node_modules/@stdlib/assert-is-little-endian/lib/ctors.js +0 -27
  2812. package/dist/node_modules/@stdlib/assert-is-little-endian/lib/ctors.js.map +0 -1
  2813. package/dist/node_modules/@stdlib/assert-is-little-endian/lib/index.js +0 -23
  2814. package/dist/node_modules/@stdlib/assert-is-little-endian/lib/index.js.map +0 -1
  2815. package/dist/node_modules/@stdlib/assert-is-little-endian/lib/main.js +0 -29
  2816. package/dist/node_modules/@stdlib/assert-is-little-endian/lib/main.js.map +0 -1
  2817. package/dist/node_modules/@stdlib/assert-is-nan/lib/index.js +0 -29
  2818. package/dist/node_modules/@stdlib/assert-is-nan/lib/index.js.map +0 -1
  2819. package/dist/node_modules/@stdlib/assert-is-nan/lib/main.js +0 -28
  2820. package/dist/node_modules/@stdlib/assert-is-nan/lib/main.js.map +0 -1
  2821. package/dist/node_modules/@stdlib/assert-is-nan/lib/object.js +0 -28
  2822. package/dist/node_modules/@stdlib/assert-is-nan/lib/object.js.map +0 -1
  2823. package/dist/node_modules/@stdlib/assert-is-nan/lib/primitive.js +0 -28
  2824. package/dist/node_modules/@stdlib/assert-is-nan/lib/primitive.js.map +0 -1
  2825. package/dist/node_modules/@stdlib/assert-is-nonnegative-integer/lib/index.js +0 -29
  2826. package/dist/node_modules/@stdlib/assert-is-nonnegative-integer/lib/index.js.map +0 -1
  2827. package/dist/node_modules/@stdlib/assert-is-nonnegative-integer/lib/main.js +0 -28
  2828. package/dist/node_modules/@stdlib/assert-is-nonnegative-integer/lib/main.js.map +0 -1
  2829. package/dist/node_modules/@stdlib/assert-is-nonnegative-integer/lib/object.js +0 -27
  2830. package/dist/node_modules/@stdlib/assert-is-nonnegative-integer/lib/object.js.map +0 -1
  2831. package/dist/node_modules/@stdlib/assert-is-nonnegative-integer/lib/primitive.js +0 -27
  2832. package/dist/node_modules/@stdlib/assert-is-nonnegative-integer/lib/primitive.js.map +0 -1
  2833. package/dist/node_modules/@stdlib/assert-is-number/lib/index.js +0 -29
  2834. package/dist/node_modules/@stdlib/assert-is-number/lib/index.js.map +0 -1
  2835. package/dist/node_modules/@stdlib/assert-is-number/lib/main.js +0 -28
  2836. package/dist/node_modules/@stdlib/assert-is-number/lib/main.js.map +0 -1
  2837. package/dist/node_modules/@stdlib/assert-is-number/lib/object.js +0 -30
  2838. package/dist/node_modules/@stdlib/assert-is-number/lib/object.js.map +0 -1
  2839. package/dist/node_modules/@stdlib/assert-is-number/lib/primitive.js +0 -25
  2840. package/dist/node_modules/@stdlib/assert-is-number/lib/primitive.js.map +0 -1
  2841. package/dist/node_modules/@stdlib/assert-is-number/lib/tostring.js +0 -23
  2842. package/dist/node_modules/@stdlib/assert-is-number/lib/tostring.js.map +0 -1
  2843. package/dist/node_modules/@stdlib/assert-is-number/lib/try2serialize.js +0 -31
  2844. package/dist/node_modules/@stdlib/assert-is-number/lib/try2serialize.js.map +0 -1
  2845. package/dist/node_modules/@stdlib/assert-is-number-array/lib/index.js +0 -28
  2846. package/dist/node_modules/@stdlib/assert-is-number-array/lib/index.js.map +0 -1
  2847. package/dist/node_modules/@stdlib/assert-is-object/lib/index.js +0 -23
  2848. package/dist/node_modules/@stdlib/assert-is-object/lib/index.js.map +0 -1
  2849. package/dist/node_modules/@stdlib/assert-is-object/lib/main.js +0 -27
  2850. package/dist/node_modules/@stdlib/assert-is-object/lib/main.js.map +0 -1
  2851. package/dist/node_modules/@stdlib/assert-is-object-like/lib/index.js +0 -27
  2852. package/dist/node_modules/@stdlib/assert-is-object-like/lib/index.js.map +0 -1
  2853. package/dist/node_modules/@stdlib/assert-is-object-like/lib/main.js +0 -25
  2854. package/dist/node_modules/@stdlib/assert-is-object-like/lib/main.js.map +0 -1
  2855. package/dist/node_modules/@stdlib/assert-is-plain-object/lib/index.js +0 -23
  2856. package/dist/node_modules/@stdlib/assert-is-plain-object/lib/index.js.map +0 -1
  2857. package/dist/node_modules/@stdlib/assert-is-plain-object/lib/main.js +0 -46
  2858. package/dist/node_modules/@stdlib/assert-is-plain-object/lib/main.js.map +0 -1
  2859. package/dist/node_modules/@stdlib/assert-is-positive-integer/lib/index.js +0 -29
  2860. package/dist/node_modules/@stdlib/assert-is-positive-integer/lib/index.js.map +0 -1
  2861. package/dist/node_modules/@stdlib/assert-is-positive-integer/lib/main.js +0 -28
  2862. package/dist/node_modules/@stdlib/assert-is-positive-integer/lib/main.js.map +0 -1
  2863. package/dist/node_modules/@stdlib/assert-is-positive-integer/lib/object.js +0 -27
  2864. package/dist/node_modules/@stdlib/assert-is-positive-integer/lib/object.js.map +0 -1
  2865. package/dist/node_modules/@stdlib/assert-is-positive-integer/lib/primitive.js +0 -27
  2866. package/dist/node_modules/@stdlib/assert-is-positive-integer/lib/primitive.js.map +0 -1
  2867. package/dist/node_modules/@stdlib/assert-is-string/lib/index.js +0 -29
  2868. package/dist/node_modules/@stdlib/assert-is-string/lib/index.js.map +0 -1
  2869. package/dist/node_modules/@stdlib/assert-is-string/lib/main.js +0 -28
  2870. package/dist/node_modules/@stdlib/assert-is-string/lib/main.js.map +0 -1
  2871. package/dist/node_modules/@stdlib/assert-is-string/lib/object.js +0 -29
  2872. package/dist/node_modules/@stdlib/assert-is-string/lib/object.js.map +0 -1
  2873. package/dist/node_modules/@stdlib/assert-is-string/lib/primitive.js +0 -25
  2874. package/dist/node_modules/@stdlib/assert-is-string/lib/primitive.js.map +0 -1
  2875. package/dist/node_modules/@stdlib/assert-is-string/lib/try2valueof.js +0 -31
  2876. package/dist/node_modules/@stdlib/assert-is-string/lib/try2valueof.js.map +0 -1
  2877. package/dist/node_modules/@stdlib/assert-is-string/lib/valueof.js +0 -22
  2878. package/dist/node_modules/@stdlib/assert-is-string/lib/valueof.js.map +0 -1
  2879. package/dist/node_modules/@stdlib/assert-is-typed-array-like/lib/index.js +0 -23
  2880. package/dist/node_modules/@stdlib/assert-is-typed-array-like/lib/index.js.map +0 -1
  2881. package/dist/node_modules/@stdlib/assert-is-typed-array-like/lib/main.js +0 -28
  2882. package/dist/node_modules/@stdlib/assert-is-typed-array-like/lib/main.js.map +0 -1
  2883. package/dist/node_modules/@stdlib/assert-is-uint16array/lib/index.js +0 -23
  2884. package/dist/node_modules/@stdlib/assert-is-uint16array/lib/index.js.map +0 -1
  2885. package/dist/node_modules/@stdlib/assert-is-uint16array/lib/main.js +0 -28
  2886. package/dist/node_modules/@stdlib/assert-is-uint16array/lib/main.js.map +0 -1
  2887. package/dist/node_modules/@stdlib/assert-is-uint32array/lib/index.js +0 -23
  2888. package/dist/node_modules/@stdlib/assert-is-uint32array/lib/index.js.map +0 -1
  2889. package/dist/node_modules/@stdlib/assert-is-uint32array/lib/main.js +0 -28
  2890. package/dist/node_modules/@stdlib/assert-is-uint32array/lib/main.js.map +0 -1
  2891. package/dist/node_modules/@stdlib/assert-is-uint8array/lib/index.js +0 -23
  2892. package/dist/node_modules/@stdlib/assert-is-uint8array/lib/index.js.map +0 -1
  2893. package/dist/node_modules/@stdlib/assert-is-uint8array/lib/main.js +0 -28
  2894. package/dist/node_modules/@stdlib/assert-is-uint8array/lib/main.js.map +0 -1
  2895. package/dist/node_modules/@stdlib/assert-is-uint8clampedarray/lib/index.js +0 -23
  2896. package/dist/node_modules/@stdlib/assert-is-uint8clampedarray/lib/index.js.map +0 -1
  2897. package/dist/node_modules/@stdlib/assert-is-uint8clampedarray/lib/main.js +0 -28
  2898. package/dist/node_modules/@stdlib/assert-is-uint8clampedarray/lib/main.js.map +0 -1
  2899. package/dist/node_modules/@stdlib/assert-tools-array-function/lib/index.js +0 -23
  2900. package/dist/node_modules/@stdlib/assert-tools-array-function/lib/index.js.map +0 -1
  2901. package/dist/node_modules/@stdlib/assert-tools-array-function/lib/main.js +0 -39
  2902. package/dist/node_modules/@stdlib/assert-tools-array-function/lib/main.js.map +0 -1
  2903. package/dist/node_modules/@stdlib/assert-tools-array-like-function/lib/index.js +0 -23
  2904. package/dist/node_modules/@stdlib/assert-tools-array-like-function/lib/index.js.map +0 -1
  2905. package/dist/node_modules/@stdlib/assert-tools-array-like-function/lib/main.js +0 -39
  2906. package/dist/node_modules/@stdlib/assert-tools-array-like-function/lib/main.js.map +0 -1
  2907. package/dist/node_modules/@stdlib/blas-base-gcopy/lib/accessors.js +0 -28
  2908. package/dist/node_modules/@stdlib/blas-base-gcopy/lib/accessors.js.map +0 -1
  2909. package/dist/node_modules/@stdlib/blas-base-gcopy/lib/index.js +0 -27
  2910. package/dist/node_modules/@stdlib/blas-base-gcopy/lib/index.js.map +0 -1
  2911. package/dist/node_modules/@stdlib/blas-base-gcopy/lib/main.js +0 -45
  2912. package/dist/node_modules/@stdlib/blas-base-gcopy/lib/main.js.map +0 -1
  2913. package/dist/node_modules/@stdlib/blas-base-gcopy/lib/ndarray.js +0 -45
  2914. package/dist/node_modules/@stdlib/blas-base-gcopy/lib/ndarray.js.map +0 -1
  2915. package/dist/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/index.js +0 -27
  2916. package/dist/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/index.js.map +0 -1
  2917. package/dist/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/main.js +0 -37
  2918. package/dist/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/main.js.map +0 -1
  2919. package/dist/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/ndarray.js +0 -44
  2920. package/dist/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/ndarray.js.map +0 -1
  2921. package/dist/node_modules/@stdlib/blas-ext-base-gsumpw/lib/index.js +0 -27
  2922. package/dist/node_modules/@stdlib/blas-ext-base-gsumpw/lib/index.js.map +0 -1
  2923. package/dist/node_modules/@stdlib/blas-ext-base-gsumpw/lib/main.js +0 -37
  2924. package/dist/node_modules/@stdlib/blas-ext-base-gsumpw/lib/main.js.map +0 -1
  2925. package/dist/node_modules/@stdlib/blas-ext-base-gsumpw/lib/ndarray.js +0 -44
  2926. package/dist/node_modules/@stdlib/blas-ext-base-gsumpw/lib/ndarray.js.map +0 -1
  2927. package/dist/node_modules/@stdlib/boolean-ctor/lib/index.js +0 -23
  2928. package/dist/node_modules/@stdlib/boolean-ctor/lib/index.js.map +0 -1
  2929. package/dist/node_modules/@stdlib/boolean-ctor/lib/main.js +0 -22
  2930. package/dist/node_modules/@stdlib/boolean-ctor/lib/main.js.map +0 -1
  2931. package/dist/node_modules/@stdlib/complex-float32/lib/index.js +0 -23
  2932. package/dist/node_modules/@stdlib/complex-float32/lib/index.js.map +0 -1
  2933. package/dist/node_modules/@stdlib/complex-float32/lib/main.js +0 -54
  2934. package/dist/node_modules/@stdlib/complex-float32/lib/main.js.map +0 -1
  2935. package/dist/node_modules/@stdlib/complex-float32/lib/tojson.js +0 -26
  2936. package/dist/node_modules/@stdlib/complex-float32/lib/tojson.js.map +0 -1
  2937. package/dist/node_modules/@stdlib/complex-float32/lib/tostring.js +0 -26
  2938. package/dist/node_modules/@stdlib/complex-float32/lib/tostring.js.map +0 -1
  2939. package/dist/node_modules/@stdlib/complex-float32-ctor/lib/index.js +0 -23
  2940. package/dist/node_modules/@stdlib/complex-float32-ctor/lib/index.js.map +0 -1
  2941. package/dist/node_modules/@stdlib/complex-float32-ctor/lib/main.js +0 -54
  2942. package/dist/node_modules/@stdlib/complex-float32-ctor/lib/main.js.map +0 -1
  2943. package/dist/node_modules/@stdlib/complex-float32-ctor/lib/tojson.js +0 -26
  2944. package/dist/node_modules/@stdlib/complex-float32-ctor/lib/tojson.js.map +0 -1
  2945. package/dist/node_modules/@stdlib/complex-float32-ctor/lib/tostring.js +0 -26
  2946. package/dist/node_modules/@stdlib/complex-float32-ctor/lib/tostring.js.map +0 -1
  2947. package/dist/node_modules/@stdlib/complex-float64/lib/index.js +0 -23
  2948. package/dist/node_modules/@stdlib/complex-float64/lib/index.js.map +0 -1
  2949. package/dist/node_modules/@stdlib/complex-float64/lib/main.js +0 -53
  2950. package/dist/node_modules/@stdlib/complex-float64/lib/main.js.map +0 -1
  2951. package/dist/node_modules/@stdlib/complex-float64/lib/tojson.js +0 -26
  2952. package/dist/node_modules/@stdlib/complex-float64/lib/tojson.js.map +0 -1
  2953. package/dist/node_modules/@stdlib/complex-float64/lib/tostring.js +0 -26
  2954. package/dist/node_modules/@stdlib/complex-float64/lib/tostring.js.map +0 -1
  2955. package/dist/node_modules/@stdlib/complex-imag/lib/index.js +0 -23
  2956. package/dist/node_modules/@stdlib/complex-imag/lib/index.js.map +0 -1
  2957. package/dist/node_modules/@stdlib/complex-imag/lib/main.js +0 -25
  2958. package/dist/node_modules/@stdlib/complex-imag/lib/main.js.map +0 -1
  2959. package/dist/node_modules/@stdlib/complex-imagf/lib/index.js +0 -23
  2960. package/dist/node_modules/@stdlib/complex-imagf/lib/index.js.map +0 -1
  2961. package/dist/node_modules/@stdlib/complex-imagf/lib/main.js +0 -25
  2962. package/dist/node_modules/@stdlib/complex-imagf/lib/main.js.map +0 -1
  2963. package/dist/node_modules/@stdlib/complex-real/lib/index.js +0 -23
  2964. package/dist/node_modules/@stdlib/complex-real/lib/index.js.map +0 -1
  2965. package/dist/node_modules/@stdlib/complex-real/lib/main.js +0 -25
  2966. package/dist/node_modules/@stdlib/complex-real/lib/main.js.map +0 -1
  2967. package/dist/node_modules/@stdlib/complex-realf/lib/index.js +0 -23
  2968. package/dist/node_modules/@stdlib/complex-realf/lib/index.js.map +0 -1
  2969. package/dist/node_modules/@stdlib/complex-realf/lib/main.js +0 -25
  2970. package/dist/node_modules/@stdlib/complex-realf/lib/main.js.map +0 -1
  2971. package/dist/node_modules/@stdlib/constants-array-max-array-length/lib/index.js +0 -22
  2972. package/dist/node_modules/@stdlib/constants-array-max-array-length/lib/index.js.map +0 -1
  2973. package/dist/node_modules/@stdlib/constants-array-max-typed-array-length/lib/index.js +0 -22
  2974. package/dist/node_modules/@stdlib/constants-array-max-typed-array-length/lib/index.js.map +0 -1
  2975. package/dist/node_modules/@stdlib/constants-float32-max/lib/index.js +0 -22
  2976. package/dist/node_modules/@stdlib/constants-float32-max/lib/index.js.map +0 -1
  2977. package/dist/node_modules/@stdlib/constants-float32-smallest-normal/lib/index.js +0 -22
  2978. package/dist/node_modules/@stdlib/constants-float32-smallest-normal/lib/index.js.map +0 -1
  2979. package/dist/node_modules/@stdlib/constants-float64-e/lib/index.js +0 -22
  2980. package/dist/node_modules/@stdlib/constants-float64-e/lib/index.js.map +0 -1
  2981. package/dist/node_modules/@stdlib/constants-float64-eps/lib/index.js +0 -22
  2982. package/dist/node_modules/@stdlib/constants-float64-eps/lib/index.js.map +0 -1
  2983. package/dist/node_modules/@stdlib/constants-float64-eulergamma/lib/index.js +0 -22
  2984. package/dist/node_modules/@stdlib/constants-float64-eulergamma/lib/index.js.map +0 -1
  2985. package/dist/node_modules/@stdlib/constants-float64-exponent-bias/lib/index.js +0 -22
  2986. package/dist/node_modules/@stdlib/constants-float64-exponent-bias/lib/index.js.map +0 -1
  2987. package/dist/node_modules/@stdlib/constants-float64-fourth-pi/lib/index.js +0 -22
  2988. package/dist/node_modules/@stdlib/constants-float64-fourth-pi/lib/index.js.map +0 -1
  2989. package/dist/node_modules/@stdlib/constants-float64-gamma-lanczos-g/lib/index.js +0 -22
  2990. package/dist/node_modules/@stdlib/constants-float64-gamma-lanczos-g/lib/index.js.map +0 -1
  2991. package/dist/node_modules/@stdlib/constants-float64-half-ln-two/lib/index.js +0 -22
  2992. package/dist/node_modules/@stdlib/constants-float64-half-ln-two/lib/index.js.map +0 -1
  2993. package/dist/node_modules/@stdlib/constants-float64-half-pi/lib/index.js +0 -22
  2994. package/dist/node_modules/@stdlib/constants-float64-half-pi/lib/index.js.map +0 -1
  2995. package/dist/node_modules/@stdlib/constants-float64-high-word-abs-mask/lib/index.js +0 -22
  2996. package/dist/node_modules/@stdlib/constants-float64-high-word-abs-mask/lib/index.js.map +0 -1
  2997. package/dist/node_modules/@stdlib/constants-float64-high-word-exponent-mask/lib/index.js +0 -22
  2998. package/dist/node_modules/@stdlib/constants-float64-high-word-exponent-mask/lib/index.js.map +0 -1
  2999. package/dist/node_modules/@stdlib/constants-float64-high-word-sign-mask/lib/index.js +0 -22
  3000. package/dist/node_modules/@stdlib/constants-float64-high-word-sign-mask/lib/index.js.map +0 -1
  3001. package/dist/node_modules/@stdlib/constants-float64-high-word-significand-mask/lib/index.js +0 -22
  3002. package/dist/node_modules/@stdlib/constants-float64-high-word-significand-mask/lib/index.js.map +0 -1
  3003. package/dist/node_modules/@stdlib/constants-float64-ln-sqrt-two-pi/lib/index.js +0 -22
  3004. package/dist/node_modules/@stdlib/constants-float64-ln-sqrt-two-pi/lib/index.js.map +0 -1
  3005. package/dist/node_modules/@stdlib/constants-float64-ln-two/lib/index.js +0 -22
  3006. package/dist/node_modules/@stdlib/constants-float64-ln-two/lib/index.js.map +0 -1
  3007. package/dist/node_modules/@stdlib/constants-float64-max/lib/index.js +0 -22
  3008. package/dist/node_modules/@stdlib/constants-float64-max/lib/index.js.map +0 -1
  3009. package/dist/node_modules/@stdlib/constants-float64-max-base10-exponent/lib/index.js +0 -22
  3010. package/dist/node_modules/@stdlib/constants-float64-max-base10-exponent/lib/index.js.map +0 -1
  3011. package/dist/node_modules/@stdlib/constants-float64-max-base2-exponent/lib/index.js +0 -22
  3012. package/dist/node_modules/@stdlib/constants-float64-max-base2-exponent/lib/index.js.map +0 -1
  3013. package/dist/node_modules/@stdlib/constants-float64-max-base2-exponent-subnormal/lib/index.js +0 -22
  3014. package/dist/node_modules/@stdlib/constants-float64-max-base2-exponent-subnormal/lib/index.js.map +0 -1
  3015. package/dist/node_modules/@stdlib/constants-float64-max-ln/lib/index.js +0 -22
  3016. package/dist/node_modules/@stdlib/constants-float64-max-ln/lib/index.js.map +0 -1
  3017. package/dist/node_modules/@stdlib/constants-float64-max-safe-integer/lib/index.js +0 -22
  3018. package/dist/node_modules/@stdlib/constants-float64-max-safe-integer/lib/index.js.map +0 -1
  3019. package/dist/node_modules/@stdlib/constants-float64-max-safe-nth-factorial/lib/index.js +0 -22
  3020. package/dist/node_modules/@stdlib/constants-float64-max-safe-nth-factorial/lib/index.js.map +0 -1
  3021. package/dist/node_modules/@stdlib/constants-float64-min-base10-exponent/lib/index.js +0 -22
  3022. package/dist/node_modules/@stdlib/constants-float64-min-base10-exponent/lib/index.js.map +0 -1
  3023. package/dist/node_modules/@stdlib/constants-float64-min-base10-exponent-subnormal/lib/index.js +0 -22
  3024. package/dist/node_modules/@stdlib/constants-float64-min-base10-exponent-subnormal/lib/index.js.map +0 -1
  3025. package/dist/node_modules/@stdlib/constants-float64-min-base2-exponent-subnormal/lib/index.js +0 -22
  3026. package/dist/node_modules/@stdlib/constants-float64-min-base2-exponent-subnormal/lib/index.js.map +0 -1
  3027. package/dist/node_modules/@stdlib/constants-float64-min-ln/lib/index.js +0 -22
  3028. package/dist/node_modules/@stdlib/constants-float64-min-ln/lib/index.js.map +0 -1
  3029. package/dist/node_modules/@stdlib/constants-float64-ninf/lib/index.js +0 -23
  3030. package/dist/node_modules/@stdlib/constants-float64-ninf/lib/index.js.map +0 -1
  3031. package/dist/node_modules/@stdlib/constants-float64-pi/lib/index.js +0 -22
  3032. package/dist/node_modules/@stdlib/constants-float64-pi/lib/index.js.map +0 -1
  3033. package/dist/node_modules/@stdlib/constants-float64-pinf/lib/index.js +0 -22
  3034. package/dist/node_modules/@stdlib/constants-float64-pinf/lib/index.js.map +0 -1
  3035. package/dist/node_modules/@stdlib/constants-float64-smallest-normal/lib/index.js +0 -22
  3036. package/dist/node_modules/@stdlib/constants-float64-smallest-normal/lib/index.js.map +0 -1
  3037. package/dist/node_modules/@stdlib/constants-float64-smallest-subnormal/lib/index.js +0 -22
  3038. package/dist/node_modules/@stdlib/constants-float64-smallest-subnormal/lib/index.js.map +0 -1
  3039. package/dist/node_modules/@stdlib/constants-float64-sqrt-eps/lib/index.js +0 -22
  3040. package/dist/node_modules/@stdlib/constants-float64-sqrt-eps/lib/index.js.map +0 -1
  3041. package/dist/node_modules/@stdlib/constants-float64-sqrt-two/lib/index.js +0 -22
  3042. package/dist/node_modules/@stdlib/constants-float64-sqrt-two/lib/index.js.map +0 -1
  3043. package/dist/node_modules/@stdlib/constants-float64-sqrt-two-pi/lib/index.js +0 -22
  3044. package/dist/node_modules/@stdlib/constants-float64-sqrt-two-pi/lib/index.js.map +0 -1
  3045. package/dist/node_modules/@stdlib/constants-float64-two-pi/lib/index.js +0 -22
  3046. package/dist/node_modules/@stdlib/constants-float64-two-pi/lib/index.js.map +0 -1
  3047. package/dist/node_modules/@stdlib/constants-int16-max/lib/index.js +0 -22
  3048. package/dist/node_modules/@stdlib/constants-int16-max/lib/index.js.map +0 -1
  3049. package/dist/node_modules/@stdlib/constants-int16-min/lib/index.js +0 -22
  3050. package/dist/node_modules/@stdlib/constants-int16-min/lib/index.js.map +0 -1
  3051. package/dist/node_modules/@stdlib/constants-int32-max/lib/index.js +0 -22
  3052. package/dist/node_modules/@stdlib/constants-int32-max/lib/index.js.map +0 -1
  3053. package/dist/node_modules/@stdlib/constants-int32-min/lib/index.js +0 -22
  3054. package/dist/node_modules/@stdlib/constants-int32-min/lib/index.js.map +0 -1
  3055. package/dist/node_modules/@stdlib/constants-int8-max/lib/index.js +0 -22
  3056. package/dist/node_modules/@stdlib/constants-int8-max/lib/index.js.map +0 -1
  3057. package/dist/node_modules/@stdlib/constants-int8-min/lib/index.js +0 -22
  3058. package/dist/node_modules/@stdlib/constants-int8-min/lib/index.js.map +0 -1
  3059. package/dist/node_modules/@stdlib/constants-uint16-max/lib/index.js +0 -22
  3060. package/dist/node_modules/@stdlib/constants-uint16-max/lib/index.js.map +0 -1
  3061. package/dist/node_modules/@stdlib/constants-uint32-max/lib/index.js +0 -22
  3062. package/dist/node_modules/@stdlib/constants-uint32-max/lib/index.js.map +0 -1
  3063. package/dist/node_modules/@stdlib/constants-uint8-max/lib/index.js +0 -22
  3064. package/dist/node_modules/@stdlib/constants-uint8-max/lib/index.js.map +0 -1
  3065. package/dist/node_modules/@stdlib/function-ctor/lib/index.js +0 -23
  3066. package/dist/node_modules/@stdlib/function-ctor/lib/index.js.map +0 -1
  3067. package/dist/node_modules/@stdlib/function-ctor/lib/main.js +0 -22
  3068. package/dist/node_modules/@stdlib/function-ctor/lib/main.js.map +0 -1
  3069. package/dist/node_modules/@stdlib/math-base-assert-is-even/lib/index.js +0 -23
  3070. package/dist/node_modules/@stdlib/math-base-assert-is-even/lib/index.js.map +0 -1
  3071. package/dist/node_modules/@stdlib/math-base-assert-is-even/lib/main.js +0 -27
  3072. package/dist/node_modules/@stdlib/math-base-assert-is-even/lib/main.js.map +0 -1
  3073. package/dist/node_modules/@stdlib/math-base-assert-is-finite/lib/index.js +0 -23
  3074. package/dist/node_modules/@stdlib/math-base-assert-is-finite/lib/index.js.map +0 -1
  3075. package/dist/node_modules/@stdlib/math-base-assert-is-finite/lib/main.js +0 -32
  3076. package/dist/node_modules/@stdlib/math-base-assert-is-finite/lib/main.js.map +0 -1
  3077. package/dist/node_modules/@stdlib/math-base-assert-is-infinite/lib/index.js +0 -23
  3078. package/dist/node_modules/@stdlib/math-base-assert-is-infinite/lib/index.js.map +0 -1
  3079. package/dist/node_modules/@stdlib/math-base-assert-is-infinite/lib/main.js +0 -28
  3080. package/dist/node_modules/@stdlib/math-base-assert-is-infinite/lib/main.js.map +0 -1
  3081. package/dist/node_modules/@stdlib/math-base-assert-is-integer/lib/index.js +0 -23
  3082. package/dist/node_modules/@stdlib/math-base-assert-is-integer/lib/index.js.map +0 -1
  3083. package/dist/node_modules/@stdlib/math-base-assert-is-integer/lib/main.js +0 -27
  3084. package/dist/node_modules/@stdlib/math-base-assert-is-integer/lib/main.js.map +0 -1
  3085. package/dist/node_modules/@stdlib/math-base-assert-is-nan/lib/index.js +0 -23
  3086. package/dist/node_modules/@stdlib/math-base-assert-is-nan/lib/index.js.map +0 -1
  3087. package/dist/node_modules/@stdlib/math-base-assert-is-nan/lib/main.js +0 -25
  3088. package/dist/node_modules/@stdlib/math-base-assert-is-nan/lib/main.js.map +0 -1
  3089. package/dist/node_modules/@stdlib/math-base-assert-is-negative-zero/lib/index.js +0 -23
  3090. package/dist/node_modules/@stdlib/math-base-assert-is-negative-zero/lib/index.js.map +0 -1
  3091. package/dist/node_modules/@stdlib/math-base-assert-is-negative-zero/lib/main.js +0 -27
  3092. package/dist/node_modules/@stdlib/math-base-assert-is-negative-zero/lib/main.js.map +0 -1
  3093. package/dist/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js +0 -23
  3094. package/dist/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js.map +0 -1
  3095. package/dist/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js +0 -27
  3096. package/dist/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js.map +0 -1
  3097. package/dist/node_modules/@stdlib/math-base-assert-is-positive-integer/lib/index.js +0 -23
  3098. package/dist/node_modules/@stdlib/math-base-assert-is-positive-integer/lib/index.js.map +0 -1
  3099. package/dist/node_modules/@stdlib/math-base-assert-is-positive-integer/lib/main.js +0 -27
  3100. package/dist/node_modules/@stdlib/math-base-assert-is-positive-integer/lib/main.js.map +0 -1
  3101. package/dist/node_modules/@stdlib/math-base-assert-is-positive-zero/lib/index.js +0 -23
  3102. package/dist/node_modules/@stdlib/math-base-assert-is-positive-zero/lib/index.js.map +0 -1
  3103. package/dist/node_modules/@stdlib/math-base-assert-is-positive-zero/lib/main.js +0 -27
  3104. package/dist/node_modules/@stdlib/math-base-assert-is-positive-zero/lib/main.js.map +0 -1
  3105. package/dist/node_modules/@stdlib/math-base-special-abs/lib/index.js +0 -23
  3106. package/dist/node_modules/@stdlib/math-base-special-abs/lib/index.js.map +0 -1
  3107. package/dist/node_modules/@stdlib/math-base-special-abs/lib/main.js +0 -25
  3108. package/dist/node_modules/@stdlib/math-base-special-abs/lib/main.js.map +0 -1
  3109. package/dist/node_modules/@stdlib/math-base-special-acos/lib/index.js +0 -23
  3110. package/dist/node_modules/@stdlib/math-base-special-acos/lib/index.js.map +0 -1
  3111. package/dist/node_modules/@stdlib/math-base-special-acos/lib/main.js +0 -45
  3112. package/dist/node_modules/@stdlib/math-base-special-acos/lib/main.js.map +0 -1
  3113. package/dist/node_modules/@stdlib/math-base-special-asin/lib/index.js +0 -23
  3114. package/dist/node_modules/@stdlib/math-base-special-asin/lib/index.js.map +0 -1
  3115. package/dist/node_modules/@stdlib/math-base-special-asin/lib/main.js +0 -57
  3116. package/dist/node_modules/@stdlib/math-base-special-asin/lib/main.js.map +0 -1
  3117. package/dist/node_modules/@stdlib/math-base-special-asin/lib/rational_pq.js +0 -26
  3118. package/dist/node_modules/@stdlib/math-base-special-asin/lib/rational_pq.js.map +0 -1
  3119. package/dist/node_modules/@stdlib/math-base-special-asin/lib/rational_rs.js +0 -26
  3120. package/dist/node_modules/@stdlib/math-base-special-asin/lib/rational_rs.js.map +0 -1
  3121. package/dist/node_modules/@stdlib/math-base-special-beta/lib/index.js +0 -23
  3122. package/dist/node_modules/@stdlib/math-base-special-beta/lib/index.js.map +0 -1
  3123. package/dist/node_modules/@stdlib/math-base-special-beta/lib/lanczos_sum_expg_scaled.js +0 -26
  3124. package/dist/node_modules/@stdlib/math-base-special-beta/lib/lanczos_sum_expg_scaled.js.map +0 -1
  3125. package/dist/node_modules/@stdlib/math-base-special-beta/lib/main.js +0 -49
  3126. package/dist/node_modules/@stdlib/math-base-special-beta/lib/main.js.map +0 -1
  3127. package/dist/node_modules/@stdlib/math-base-special-betainc/lib/index.js +0 -23
  3128. package/dist/node_modules/@stdlib/math-base-special-betainc/lib/index.js.map +0 -1
  3129. package/dist/node_modules/@stdlib/math-base-special-betainc/lib/main.js +0 -28
  3130. package/dist/node_modules/@stdlib/math-base-special-betainc/lib/main.js.map +0 -1
  3131. package/dist/node_modules/@stdlib/math-base-special-binomcoef/lib/index.js +0 -23
  3132. package/dist/node_modules/@stdlib/math-base-special-binomcoef/lib/index.js.map +0 -1
  3133. package/dist/node_modules/@stdlib/math-base-special-binomcoef/lib/main.js +0 -46
  3134. package/dist/node_modules/@stdlib/math-base-special-binomcoef/lib/main.js.map +0 -1
  3135. package/dist/node_modules/@stdlib/math-base-special-ceil/lib/index.js +0 -23
  3136. package/dist/node_modules/@stdlib/math-base-special-ceil/lib/index.js.map +0 -1
  3137. package/dist/node_modules/@stdlib/math-base-special-ceil/lib/main.js +0 -22
  3138. package/dist/node_modules/@stdlib/math-base-special-ceil/lib/main.js.map +0 -1
  3139. package/dist/node_modules/@stdlib/math-base-special-copysign/lib/index.js +0 -23
  3140. package/dist/node_modules/@stdlib/math-base-special-copysign/lib/index.js.map +0 -1
  3141. package/dist/node_modules/@stdlib/math-base-special-copysign/lib/main.js +0 -32
  3142. package/dist/node_modules/@stdlib/math-base-special-copysign/lib/main.js.map +0 -1
  3143. package/dist/node_modules/@stdlib/math-base-special-cos/lib/index.js +0 -23
  3144. package/dist/node_modules/@stdlib/math-base-special-cos/lib/index.js.map +0 -1
  3145. package/dist/node_modules/@stdlib/math-base-special-cos/lib/main.js +0 -58
  3146. package/dist/node_modules/@stdlib/math-base-special-cos/lib/main.js.map +0 -1
  3147. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/index.js +0 -23
  3148. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/index.js.map +0 -1
  3149. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/main.js +0 -76
  3150. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/main.js.map +0 -1
  3151. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_pa.js +0 -25
  3152. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_pa.js.map +0 -1
  3153. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_pp.js +0 -25
  3154. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_pp.js.map +0 -1
  3155. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_qa.js +0 -25
  3156. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_qa.js.map +0 -1
  3157. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_qq.js +0 -25
  3158. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_qq.js.map +0 -1
  3159. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_ra.js +0 -25
  3160. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_ra.js.map +0 -1
  3161. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_rb.js +0 -25
  3162. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_rb.js.map +0 -1
  3163. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_sa.js +0 -25
  3164. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_sa.js.map +0 -1
  3165. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_sb.js +0 -25
  3166. package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_sb.js.map +0 -1
  3167. package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/index.js +0 -23
  3168. package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/index.js.map +0 -1
  3169. package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/main.js +0 -50
  3170. package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/main.js.map +0 -1
  3171. package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p1q1.js +0 -26
  3172. package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p1q1.js.map +0 -1
  3173. package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p2q2.js +0 -26
  3174. package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p2q2.js.map +0 -1
  3175. package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p3q3.js +0 -26
  3176. package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p3q3.js.map +0 -1
  3177. package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p4q4.js +0 -26
  3178. package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p4q4.js.map +0 -1
  3179. package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p5q5.js +0 -26
  3180. package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p5q5.js.map +0 -1
  3181. package/dist/node_modules/@stdlib/math-base-special-exp/lib/expmulti.js +0 -73
  3182. package/dist/node_modules/@stdlib/math-base-special-exp/lib/expmulti.js.map +0 -1
  3183. package/dist/node_modules/@stdlib/math-base-special-exp/lib/index.js +0 -23
  3184. package/dist/node_modules/@stdlib/math-base-special-exp/lib/index.js.map +0 -1
  3185. package/dist/node_modules/@stdlib/math-base-special-exp/lib/main.js +0 -76
  3186. package/dist/node_modules/@stdlib/math-base-special-exp/lib/main.js.map +0 -1
  3187. package/dist/node_modules/@stdlib/math-base-special-exp/lib/polyval_p.js +0 -25
  3188. package/dist/node_modules/@stdlib/math-base-special-exp/lib/polyval_p.js.map +0 -1
  3189. package/dist/node_modules/@stdlib/math-base-special-expm1/lib/index.js +0 -23
  3190. package/dist/node_modules/@stdlib/math-base-special-expm1/lib/index.js.map +0 -1
  3191. package/dist/node_modules/@stdlib/math-base-special-expm1/lib/main.js +0 -69
  3192. package/dist/node_modules/@stdlib/math-base-special-expm1/lib/main.js.map +0 -1
  3193. package/dist/node_modules/@stdlib/math-base-special-expm1/lib/polyval_q.js +0 -25
  3194. package/dist/node_modules/@stdlib/math-base-special-expm1/lib/polyval_q.js.map +0 -1
  3195. package/dist/node_modules/@stdlib/math-base-special-factorial/lib/index.js +0 -23
  3196. package/dist/node_modules/@stdlib/math-base-special-factorial/lib/index.js.map +0 -1
  3197. package/dist/node_modules/@stdlib/math-base-special-factorial/lib/main.js +0 -32
  3198. package/dist/node_modules/@stdlib/math-base-special-factorial/lib/main.js.map +0 -1
  3199. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js +0 -23
  3200. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js.map +0 -1
  3201. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js +0 -27
  3202. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js.map +0 -1
  3203. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/index.js +0 -23
  3204. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/index.js.map +0 -1
  3205. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/main.js +0 -75
  3206. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/main.js.map +0 -1
  3207. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js +0 -25
  3208. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js.map +0 -1
  3209. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js +0 -26
  3210. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js.map +0 -1
  3211. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js +0 -41
  3212. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js.map +0 -1
  3213. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js +0 -45
  3214. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js.map +0 -1
  3215. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/index.js +0 -23
  3216. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/index.js.map +0 -1
  3217. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js +0 -57
  3218. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js.map +0 -1
  3219. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/logx.js +0 -43
  3220. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/logx.js.map +0 -1
  3221. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/main.js +0 -108
  3222. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/main.js.map +0 -1
  3223. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js +0 -25
  3224. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js.map +0 -1
  3225. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js +0 -25
  3226. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js.map +0 -1
  3227. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js +0 -25
  3228. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js.map +0 -1
  3229. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/pow2.js +0 -51
  3230. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/pow2.js.map +0 -1
  3231. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js +0 -44
  3232. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js.map +0 -1
  3233. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js +0 -43
  3234. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js.map +0 -1
  3235. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js +0 -28
  3236. package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js.map +0 -1
  3237. package/dist/node_modules/@stdlib/math-base-special-floor/lib/index.js +0 -23
  3238. package/dist/node_modules/@stdlib/math-base-special-floor/lib/index.js.map +0 -1
  3239. package/dist/node_modules/@stdlib/math-base-special-floor/lib/main.js +0 -22
  3240. package/dist/node_modules/@stdlib/math-base-special-floor/lib/main.js.map +0 -1
  3241. package/dist/node_modules/@stdlib/math-base-special-gamma/lib/index.js +0 -23
  3242. package/dist/node_modules/@stdlib/math-base-special-gamma/lib/index.js.map +0 -1
  3243. package/dist/node_modules/@stdlib/math-base-special-gamma/lib/main.js +0 -75
  3244. package/dist/node_modules/@stdlib/math-base-special-gamma/lib/main.js.map +0 -1
  3245. package/dist/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js +0 -25
  3246. package/dist/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js.map +0 -1
  3247. package/dist/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js +0 -26
  3248. package/dist/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js.map +0 -1
  3249. package/dist/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js +0 -41
  3250. package/dist/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js.map +0 -1
  3251. package/dist/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js +0 -45
  3252. package/dist/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js.map +0 -1
  3253. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/gamma_delta_ratio_lanczos.js +0 -52
  3254. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/gamma_delta_ratio_lanczos.js.map +0 -1
  3255. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/index.js +0 -23
  3256. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/index.js.map +0 -1
  3257. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/main.js +0 -66
  3258. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/main.js.map +0 -1
  3259. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js +0 -23
  3260. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js.map +0 -1
  3261. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js +0 -27
  3262. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js.map +0 -1
  3263. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-factorial/lib/index.js +0 -23
  3264. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-factorial/lib/index.js.map +0 -1
  3265. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-factorial/lib/main.js +0 -31
  3266. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-factorial/lib/main.js.map +0 -1
  3267. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/index.js +0 -23
  3268. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/index.js.map +0 -1
  3269. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/main.js +0 -75
  3270. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/main.js.map +0 -1
  3271. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js +0 -25
  3272. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js.map +0 -1
  3273. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js +0 -26
  3274. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js.map +0 -1
  3275. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js +0 -41
  3276. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js.map +0 -1
  3277. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js +0 -45
  3278. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js.map +0 -1
  3279. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/index.js +0 -23
  3280. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/index.js.map +0 -1
  3281. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js +0 -57
  3282. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js.map +0 -1
  3283. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/logx.js +0 -43
  3284. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/logx.js.map +0 -1
  3285. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/main.js +0 -108
  3286. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/main.js.map +0 -1
  3287. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js +0 -25
  3288. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js.map +0 -1
  3289. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js +0 -25
  3290. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js.map +0 -1
  3291. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js +0 -25
  3292. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js.map +0 -1
  3293. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/pow2.js +0 -51
  3294. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/pow2.js.map +0 -1
  3295. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js +0 -44
  3296. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js.map +0 -1
  3297. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js +0 -43
  3298. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js.map +0 -1
  3299. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js +0 -28
  3300. package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js.map +0 -1
  3301. package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/index.js +0 -23
  3302. package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/index.js.map +0 -1
  3303. package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/main.js +0 -36
  3304. package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/main.js.map +0 -1
  3305. package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/rational_pq.js +0 -26
  3306. package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/rational_pq.js.map +0 -1
  3307. package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/index.js +0 -23
  3308. package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/index.js.map +0 -1
  3309. package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/main.js +0 -36
  3310. package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/main.js.map +0 -1
  3311. package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/rational_pq.js +0 -26
  3312. package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/rational_pq.js.map +0 -1
  3313. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/index.js +0 -23
  3314. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/index.js.map +0 -1
  3315. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/lgamma_small_imp.js +0 -61
  3316. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/lgamma_small_imp.js.map +0 -1
  3317. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/main.js +0 -47
  3318. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/main.js.map +0 -1
  3319. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p1q1.js +0 -26
  3320. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p1q1.js.map +0 -1
  3321. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p2q2.js +0 -26
  3322. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p2q2.js.map +0 -1
  3323. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p3q3.js +0 -26
  3324. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p3q3.js.map +0 -1
  3325. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js +0 -23
  3326. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js.map +0 -1
  3327. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js +0 -27
  3328. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js.map +0 -1
  3329. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/index.js +0 -23
  3330. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/index.js.map +0 -1
  3331. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/main.js +0 -75
  3332. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/main.js.map +0 -1
  3333. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js +0 -25
  3334. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js.map +0 -1
  3335. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js +0 -26
  3336. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js.map +0 -1
  3337. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js +0 -41
  3338. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js.map +0 -1
  3339. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js +0 -45
  3340. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js.map +0 -1
  3341. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/index.js +0 -23
  3342. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/index.js.map +0 -1
  3343. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js +0 -57
  3344. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js.map +0 -1
  3345. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/logx.js +0 -43
  3346. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/logx.js.map +0 -1
  3347. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/main.js +0 -108
  3348. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/main.js.map +0 -1
  3349. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js +0 -25
  3350. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js.map +0 -1
  3351. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js +0 -25
  3352. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js.map +0 -1
  3353. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js +0 -25
  3354. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js.map +0 -1
  3355. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/pow2.js +0 -51
  3356. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/pow2.js.map +0 -1
  3357. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js +0 -44
  3358. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js.map +0 -1
  3359. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js +0 -43
  3360. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js.map +0 -1
  3361. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js +0 -28
  3362. package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js.map +0 -1
  3363. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/finite_gamma_q.js +0 -45
  3364. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/finite_gamma_q.js.map +0 -1
  3365. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/finite_half_gamma_q.js +0 -50
  3366. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/finite_half_gamma_q.js.map +0 -1
  3367. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/full_igamma_prefix.js +0 -46
  3368. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/full_igamma_prefix.js.map +0 -1
  3369. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/igamma_temme_large.js +0 -56
  3370. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/igamma_temme_large.js.map +0 -1
  3371. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/index.js +0 -23
  3372. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/index.js.map +0 -1
  3373. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/lower_gamma_series.js +0 -45
  3374. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/lower_gamma_series.js.map +0 -1
  3375. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/lower_incomplete_gamma_series.js +0 -44
  3376. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/lower_incomplete_gamma_series.js.map +0 -1
  3377. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/main.js +0 -90
  3378. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/main.js.map +0 -1
  3379. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c0.js +0 -25
  3380. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c0.js.map +0 -1
  3381. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c1.js +0 -25
  3382. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c1.js.map +0 -1
  3383. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c2.js +0 -25
  3384. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c2.js.map +0 -1
  3385. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c3.js +0 -25
  3386. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c3.js.map +0 -1
  3387. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c4.js +0 -25
  3388. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c4.js.map +0 -1
  3389. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c5.js +0 -25
  3390. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c5.js.map +0 -1
  3391. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c6.js +0 -25
  3392. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c6.js.map +0 -1
  3393. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c7.js +0 -25
  3394. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c7.js.map +0 -1
  3395. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c8.js +0 -25
  3396. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c8.js.map +0 -1
  3397. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/regularised_gamma_prefix.js +0 -58
  3398. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/regularised_gamma_prefix.js.map +0 -1
  3399. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/small_gamma2_series.js +0 -43
  3400. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/small_gamma2_series.js.map +0 -1
  3401. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/tgamma_small_upper_part.js +0 -47
  3402. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/tgamma_small_upper_part.js.map +0 -1
  3403. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/upper_gamma_fraction.js +0 -43
  3404. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/upper_gamma_fraction.js.map +0 -1
  3405. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/upper_incomplete_gamma_fract.js +0 -46
  3406. package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/upper_incomplete_gamma_fract.js.map +0 -1
  3407. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/chepolsum.js +0 -50
  3408. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/chepolsum.js.map +0 -1
  3409. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/compute.js +0 -57
  3410. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/compute.js.map +0 -1
  3411. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps1.js +0 -31
  3412. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps1.js.map +0 -1
  3413. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps2.js +0 -31
  3414. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps2.js.map +0 -1
  3415. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps3.js +0 -33
  3416. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps3.js.map +0 -1
  3417. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/gamstar.js +0 -32
  3418. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/gamstar.js.map +0 -1
  3419. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/higher_newton.js +0 -43
  3420. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/higher_newton.js.map +0 -1
  3421. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/index.js +0 -23
  3422. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/index.js.map +0 -1
  3423. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/lambdaeta.js +0 -39
  3424. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/lambdaeta.js.map +0 -1
  3425. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/main.js +0 -30
  3426. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/main.js.map +0 -1
  3427. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_ak1.js +0 -25
  3428. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_ak1.js.map +0 -1
  3429. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_ak2.js +0 -25
  3430. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_ak2.js.map +0 -1
  3431. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_c.js +0 -25
  3432. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_c.js.map +0 -1
  3433. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_d.js +0 -25
  3434. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_d.js.map +0 -1
  3435. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak0bk0.js +0 -26
  3436. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak0bk0.js.map +0 -1
  3437. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak1bk1.js +0 -26
  3438. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak1bk1.js.map +0 -1
  3439. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak2bk2.js +0 -26
  3440. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak2bk2.js.map +0 -1
  3441. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak3bk3.js +0 -26
  3442. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak3bk3.js.map +0 -1
  3443. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak4bk4.js +0 -26
  3444. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak4bk4.js.map +0 -1
  3445. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak5bk5.js +0 -26
  3446. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak5bk5.js.map +0 -1
  3447. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak6bk6.js +0 -26
  3448. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak6bk6.js.map +0 -1
  3449. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak7bk7.js +0 -26
  3450. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak7bk7.js.map +0 -1
  3451. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak8bk8.js +0 -26
  3452. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak8bk8.js.map +0 -1
  3453. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/stirling.js +0 -35
  3454. package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/stirling.js.map +0 -1
  3455. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/index.js +0 -23
  3456. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/index.js.map +0 -1
  3457. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/main.js +0 -98
  3458. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/main.js.map +0 -1
  3459. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_a1.js +0 -25
  3460. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_a1.js.map +0 -1
  3461. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_a2.js +0 -25
  3462. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_a2.js.map +0 -1
  3463. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_r.js +0 -25
  3464. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_r.js.map +0 -1
  3465. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_s.js +0 -25
  3466. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_s.js.map +0 -1
  3467. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t1.js +0 -25
  3468. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t1.js.map +0 -1
  3469. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t2.js +0 -25
  3470. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t2.js.map +0 -1
  3471. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t3.js +0 -25
  3472. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t3.js.map +0 -1
  3473. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_u.js +0 -25
  3474. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_u.js.map +0 -1
  3475. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_v.js +0 -25
  3476. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_v.js.map +0 -1
  3477. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_w.js +0 -25
  3478. package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_w.js.map +0 -1
  3479. package/dist/node_modules/@stdlib/math-base-special-gcd/lib/binary_gcd.js +0 -39
  3480. package/dist/node_modules/@stdlib/math-base-special-gcd/lib/binary_gcd.js.map +0 -1
  3481. package/dist/node_modules/@stdlib/math-base-special-gcd/lib/bitwise_binary_gcd.js +0 -39
  3482. package/dist/node_modules/@stdlib/math-base-special-gcd/lib/bitwise_binary_gcd.js.map +0 -1
  3483. package/dist/node_modules/@stdlib/math-base-special-gcd/lib/index.js +0 -23
  3484. package/dist/node_modules/@stdlib/math-base-special-gcd/lib/index.js.map +0 -1
  3485. package/dist/node_modules/@stdlib/math-base-special-gcd/lib/main.js +0 -33
  3486. package/dist/node_modules/@stdlib/math-base-special-gcd/lib/main.js.map +0 -1
  3487. package/dist/node_modules/@stdlib/math-base-special-gcd/node_modules/@stdlib/constants-int32-max/lib/index.js +0 -22
  3488. package/dist/node_modules/@stdlib/math-base-special-gcd/node_modules/@stdlib/constants-int32-max/lib/index.js.map +0 -1
  3489. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/assign.js +0 -47
  3490. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/assign.js.map +0 -1
  3491. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/beta_small_b_large_a_series.js +0 -62
  3492. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/beta_small_b_large_a_series.js.map +0 -1
  3493. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/binomial_ccdf.js +0 -56
  3494. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/binomial_ccdf.js.map +0 -1
  3495. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/full_igamma_prefix.js +0 -46
  3496. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/full_igamma_prefix.js.map +0 -1
  3497. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_a_step.js +0 -45
  3498. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_a_step.js.map +0 -1
  3499. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_fraction2.js +0 -53
  3500. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_fraction2.js.map +0 -1
  3501. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_power_terms.js +0 -93
  3502. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_power_terms.js.map +0 -1
  3503. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_series.js +0 -62
  3504. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_series.js.map +0 -1
  3505. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/index.js +0 -27
  3506. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/index.js.map +0 -1
  3507. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/main.js +0 -27
  3508. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/main.js.map +0 -1
  3509. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/regularized_gamma_prefix.js +0 -58
  3510. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/regularized_gamma_prefix.js.map +0 -1
  3511. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/rising_factorial_ratio.js +0 -43
  3512. package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/rising_factorial_ratio.js.map +0 -1
  3513. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/find_ibeta_inv_from_t_dist.js +0 -42
  3514. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/find_ibeta_inv_from_t_dist.js.map +0 -1
  3515. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/halley_iterate.js +0 -62
  3516. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/halley_iterate.js.map +0 -1
  3517. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/ibeta_roots.js +0 -48
  3518. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/ibeta_roots.js.map +0 -1
  3519. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/index.js +0 -23
  3520. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/index.js.map +0 -1
  3521. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t.js +0 -80
  3522. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t.js.map +0 -1
  3523. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_body_series.js +0 -54
  3524. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_body_series.js.map +0 -1
  3525. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_hill.js +0 -47
  3526. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_hill.js.map +0 -1
  3527. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_tail_series.js +0 -46
  3528. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_tail_series.js.map +0 -1
  3529. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/main.js +0 -60
  3530. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/main.js.map +0 -1
  3531. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/newton_raphson.js +0 -55
  3532. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/newton_raphson.js.map +0 -1
  3533. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co1.js +0 -25
  3534. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co1.js.map +0 -1
  3535. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co10.js +0 -25
  3536. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co10.js.map +0 -1
  3537. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co11.js +0 -25
  3538. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co11.js.map +0 -1
  3539. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co12.js +0 -25
  3540. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co12.js.map +0 -1
  3541. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co13.js +0 -25
  3542. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co13.js.map +0 -1
  3543. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co14.js +0 -25
  3544. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co14.js.map +0 -1
  3545. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co15.js +0 -25
  3546. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co15.js.map +0 -1
  3547. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co16.js +0 -25
  3548. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co16.js.map +0 -1
  3549. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co17.js +0 -25
  3550. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co17.js.map +0 -1
  3551. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co18.js +0 -25
  3552. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co18.js.map +0 -1
  3553. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co19.js +0 -25
  3554. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co19.js.map +0 -1
  3555. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co2.js +0 -25
  3556. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co2.js.map +0 -1
  3557. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co20.js +0 -25
  3558. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co20.js.map +0 -1
  3559. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co21.js +0 -25
  3560. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co21.js.map +0 -1
  3561. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co22.js +0 -25
  3562. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co22.js.map +0 -1
  3563. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co3.js +0 -25
  3564. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co3.js.map +0 -1
  3565. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co4.js +0 -25
  3566. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co4.js.map +0 -1
  3567. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co5.js +0 -25
  3568. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co5.js.map +0 -1
  3569. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co6.js +0 -25
  3570. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co6.js.map +0 -1
  3571. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co7.js +0 -25
  3572. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co7.js.map +0 -1
  3573. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co8.js +0 -25
  3574. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co8.js.map +0 -1
  3575. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co9.js +0 -25
  3576. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co9.js.map +0 -1
  3577. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/root_finder.js +0 -45
  3578. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/root_finder.js.map +0 -1
  3579. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme1.js +0 -46
  3580. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme1.js.map +0 -1
  3581. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme2.js +0 -64
  3582. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme2.js.map +0 -1
  3583. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme3.js +0 -47
  3584. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme3.js.map +0 -1
  3585. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/node_modules/@stdlib/math-base-special-cos/lib/index.js +0 -23
  3586. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/node_modules/@stdlib/math-base-special-cos/lib/index.js.map +0 -1
  3587. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/node_modules/@stdlib/math-base-special-cos/lib/main.js +0 -60
  3588. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/node_modules/@stdlib/math-base-special-cos/lib/main.js.map +0 -1
  3589. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/node_modules/@stdlib/math-base-special-sin/lib/index.js +0 -23
  3590. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/node_modules/@stdlib/math-base-special-sin/lib/index.js.map +0 -1
  3591. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/node_modules/@stdlib/math-base-special-sin/lib/main.js +0 -60
  3592. package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/node_modules/@stdlib/math-base-special-sin/lib/main.js.map +0 -1
  3593. package/dist/node_modules/@stdlib/math-base-special-kernel-cos/lib/index.js +0 -23
  3594. package/dist/node_modules/@stdlib/math-base-special-kernel-cos/lib/index.js.map +0 -1
  3595. package/dist/node_modules/@stdlib/math-base-special-kernel-cos/lib/main.js +0 -43
  3596. package/dist/node_modules/@stdlib/math-base-special-kernel-cos/lib/main.js.map +0 -1
  3597. package/dist/node_modules/@stdlib/math-base-special-kernel-cos/lib/polyval_c13.js +0 -25
  3598. package/dist/node_modules/@stdlib/math-base-special-kernel-cos/lib/polyval_c13.js.map +0 -1
  3599. package/dist/node_modules/@stdlib/math-base-special-kernel-cos/lib/polyval_c46.js +0 -25
  3600. package/dist/node_modules/@stdlib/math-base-special-kernel-cos/lib/polyval_c46.js.map +0 -1
  3601. package/dist/node_modules/@stdlib/math-base-special-kernel-sin/lib/index.js +0 -23
  3602. package/dist/node_modules/@stdlib/math-base-special-kernel-sin/lib/index.js.map +0 -1
  3603. package/dist/node_modules/@stdlib/math-base-special-kernel-sin/lib/main.js +0 -41
  3604. package/dist/node_modules/@stdlib/math-base-special-kernel-sin/lib/main.js.map +0 -1
  3605. package/dist/node_modules/@stdlib/math-base-special-ldexp/lib/index.js +0 -23
  3606. package/dist/node_modules/@stdlib/math-base-special-ldexp/lib/index.js.map +0 -1
  3607. package/dist/node_modules/@stdlib/math-base-special-ldexp/lib/main.js +0 -41
  3608. package/dist/node_modules/@stdlib/math-base-special-ldexp/lib/main.js.map +0 -1
  3609. package/dist/node_modules/@stdlib/math-base-special-ln/lib/index.js +0 -23
  3610. package/dist/node_modules/@stdlib/math-base-special-ln/lib/index.js.map +0 -1
  3611. package/dist/node_modules/@stdlib/math-base-special-ln/lib/main.js +0 -48
  3612. package/dist/node_modules/@stdlib/math-base-special-ln/lib/main.js.map +0 -1
  3613. package/dist/node_modules/@stdlib/math-base-special-ln/lib/polyval_p.js +0 -25
  3614. package/dist/node_modules/@stdlib/math-base-special-ln/lib/polyval_p.js.map +0 -1
  3615. package/dist/node_modules/@stdlib/math-base-special-ln/lib/polyval_q.js +0 -25
  3616. package/dist/node_modules/@stdlib/math-base-special-ln/lib/polyval_q.js.map +0 -1
  3617. package/dist/node_modules/@stdlib/math-base-special-log1p/lib/index.js +0 -23
  3618. package/dist/node_modules/@stdlib/math-base-special-log1p/lib/index.js.map +0 -1
  3619. package/dist/node_modules/@stdlib/math-base-special-log1p/lib/main.js +0 -59
  3620. package/dist/node_modules/@stdlib/math-base-special-log1p/lib/main.js.map +0 -1
  3621. package/dist/node_modules/@stdlib/math-base-special-log1p/lib/polyval_lp.js +0 -25
  3622. package/dist/node_modules/@stdlib/math-base-special-log1p/lib/polyval_lp.js.map +0 -1
  3623. package/dist/node_modules/@stdlib/math-base-special-log1pmx/lib/index.js +0 -23
  3624. package/dist/node_modules/@stdlib/math-base-special-log1pmx/lib/index.js.map +0 -1
  3625. package/dist/node_modules/@stdlib/math-base-special-log1pmx/lib/log1p_series.js +0 -41
  3626. package/dist/node_modules/@stdlib/math-base-special-log1pmx/lib/log1p_series.js.map +0 -1
  3627. package/dist/node_modules/@stdlib/math-base-special-log1pmx/lib/main.js +0 -47
  3628. package/dist/node_modules/@stdlib/math-base-special-log1pmx/lib/main.js.map +0 -1
  3629. package/dist/node_modules/@stdlib/math-base-special-max/lib/index.js +0 -23
  3630. package/dist/node_modules/@stdlib/math-base-special-max/lib/index.js.map +0 -1
  3631. package/dist/node_modules/@stdlib/math-base-special-max/lib/main.js +0 -29
  3632. package/dist/node_modules/@stdlib/math-base-special-max/lib/main.js.map +0 -1
  3633. package/dist/node_modules/@stdlib/math-base-special-maxabs/lib/index.js +0 -23
  3634. package/dist/node_modules/@stdlib/math-base-special-maxabs/lib/index.js.map +0 -1
  3635. package/dist/node_modules/@stdlib/math-base-special-maxabs/lib/main.js +0 -28
  3636. package/dist/node_modules/@stdlib/math-base-special-maxabs/lib/main.js.map +0 -1
  3637. package/dist/node_modules/@stdlib/math-base-special-maxabs/node_modules/@stdlib/math-base-special-max/lib/index.js +0 -23
  3638. package/dist/node_modules/@stdlib/math-base-special-maxabs/node_modules/@stdlib/math-base-special-max/lib/index.js.map +0 -1
  3639. package/dist/node_modules/@stdlib/math-base-special-maxabs/node_modules/@stdlib/math-base-special-max/lib/main.js +0 -29
  3640. package/dist/node_modules/@stdlib/math-base-special-maxabs/node_modules/@stdlib/math-base-special-max/lib/main.js.map +0 -1
  3641. package/dist/node_modules/@stdlib/math-base-special-min/lib/index.js +0 -23
  3642. package/dist/node_modules/@stdlib/math-base-special-min/lib/index.js.map +0 -1
  3643. package/dist/node_modules/@stdlib/math-base-special-min/lib/main.js +0 -29
  3644. package/dist/node_modules/@stdlib/math-base-special-min/lib/main.js.map +0 -1
  3645. package/dist/node_modules/@stdlib/math-base-special-minabs/lib/index.js +0 -23
  3646. package/dist/node_modules/@stdlib/math-base-special-minabs/lib/index.js.map +0 -1
  3647. package/dist/node_modules/@stdlib/math-base-special-minabs/lib/main.js +0 -28
  3648. package/dist/node_modules/@stdlib/math-base-special-minabs/lib/main.js.map +0 -1
  3649. package/dist/node_modules/@stdlib/math-base-special-pow/lib/index.js +0 -23
  3650. package/dist/node_modules/@stdlib/math-base-special-pow/lib/index.js.map +0 -1
  3651. package/dist/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js +0 -57
  3652. package/dist/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js.map +0 -1
  3653. package/dist/node_modules/@stdlib/math-base-special-pow/lib/logx.js +0 -43
  3654. package/dist/node_modules/@stdlib/math-base-special-pow/lib/logx.js.map +0 -1
  3655. package/dist/node_modules/@stdlib/math-base-special-pow/lib/main.js +0 -108
  3656. package/dist/node_modules/@stdlib/math-base-special-pow/lib/main.js.map +0 -1
  3657. package/dist/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js +0 -25
  3658. package/dist/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js.map +0 -1
  3659. package/dist/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js +0 -25
  3660. package/dist/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js.map +0 -1
  3661. package/dist/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js +0 -25
  3662. package/dist/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js.map +0 -1
  3663. package/dist/node_modules/@stdlib/math-base-special-pow/lib/pow2.js +0 -51
  3664. package/dist/node_modules/@stdlib/math-base-special-pow/lib/pow2.js.map +0 -1
  3665. package/dist/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js +0 -44
  3666. package/dist/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js.map +0 -1
  3667. package/dist/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js +0 -43
  3668. package/dist/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js.map +0 -1
  3669. package/dist/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js +0 -28
  3670. package/dist/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js.map +0 -1
  3671. package/dist/node_modules/@stdlib/math-base-special-powm1/lib/index.js +0 -23
  3672. package/dist/node_modules/@stdlib/math-base-special-powm1/lib/index.js.map +0 -1
  3673. package/dist/node_modules/@stdlib/math-base-special-powm1/lib/main.js +0 -58
  3674. package/dist/node_modules/@stdlib/math-base-special-powm1/lib/main.js.map +0 -1
  3675. package/dist/node_modules/@stdlib/math-base-special-rempio2/lib/index.js +0 -23
  3676. package/dist/node_modules/@stdlib/math-base-special-rempio2/lib/index.js.map +0 -1
  3677. package/dist/node_modules/@stdlib/math-base-special-rempio2/lib/kernel_rempio2.js +0 -185
  3678. package/dist/node_modules/@stdlib/math-base-special-rempio2/lib/kernel_rempio2.js.map +0 -1
  3679. package/dist/node_modules/@stdlib/math-base-special-rempio2/lib/main.js +0 -65
  3680. package/dist/node_modules/@stdlib/math-base-special-rempio2/lib/main.js.map +0 -1
  3681. package/dist/node_modules/@stdlib/math-base-special-rempio2/lib/rempio2_medium.js +0 -43
  3682. package/dist/node_modules/@stdlib/math-base-special-rempio2/lib/rempio2_medium.js.map +0 -1
  3683. package/dist/node_modules/@stdlib/math-base-special-rempio2/node_modules/@stdlib/math-base-special-round/lib/index.js +0 -23
  3684. package/dist/node_modules/@stdlib/math-base-special-rempio2/node_modules/@stdlib/math-base-special-round/lib/index.js.map +0 -1
  3685. package/dist/node_modules/@stdlib/math-base-special-rempio2/node_modules/@stdlib/math-base-special-round/lib/main.js +0 -22
  3686. package/dist/node_modules/@stdlib/math-base-special-rempio2/node_modules/@stdlib/math-base-special-round/lib/main.js.map +0 -1
  3687. package/dist/node_modules/@stdlib/math-base-special-round/lib/index.js +0 -23
  3688. package/dist/node_modules/@stdlib/math-base-special-round/lib/index.js.map +0 -1
  3689. package/dist/node_modules/@stdlib/math-base-special-round/lib/main.js +0 -22
  3690. package/dist/node_modules/@stdlib/math-base-special-round/lib/main.js.map +0 -1
  3691. package/dist/node_modules/@stdlib/math-base-special-roundn/lib/index.js +0 -23
  3692. package/dist/node_modules/@stdlib/math-base-special-roundn/lib/index.js.map +0 -1
  3693. package/dist/node_modules/@stdlib/math-base-special-roundn/lib/main.js +0 -42
  3694. package/dist/node_modules/@stdlib/math-base-special-roundn/lib/main.js.map +0 -1
  3695. package/dist/node_modules/@stdlib/math-base-special-signum/lib/index.js +0 -23
  3696. package/dist/node_modules/@stdlib/math-base-special-signum/lib/index.js.map +0 -1
  3697. package/dist/node_modules/@stdlib/math-base-special-signum/lib/main.js +0 -27
  3698. package/dist/node_modules/@stdlib/math-base-special-signum/lib/main.js.map +0 -1
  3699. package/dist/node_modules/@stdlib/math-base-special-sin/lib/index.js +0 -23
  3700. package/dist/node_modules/@stdlib/math-base-special-sin/lib/index.js.map +0 -1
  3701. package/dist/node_modules/@stdlib/math-base-special-sin/lib/main.js +0 -60
  3702. package/dist/node_modules/@stdlib/math-base-special-sin/lib/main.js.map +0 -1
  3703. package/dist/node_modules/@stdlib/math-base-special-sinpi/lib/index.js +0 -23
  3704. package/dist/node_modules/@stdlib/math-base-special-sinpi/lib/index.js.map +0 -1
  3705. package/dist/node_modules/@stdlib/math-base-special-sinpi/lib/main.js +0 -34
  3706. package/dist/node_modules/@stdlib/math-base-special-sinpi/lib/main.js.map +0 -1
  3707. package/dist/node_modules/@stdlib/math-base-special-sqrt/lib/index.js +0 -23
  3708. package/dist/node_modules/@stdlib/math-base-special-sqrt/lib/index.js.map +0 -1
  3709. package/dist/node_modules/@stdlib/math-base-special-sqrt/lib/main.js +0 -22
  3710. package/dist/node_modules/@stdlib/math-base-special-sqrt/lib/main.js.map +0 -1
  3711. package/dist/node_modules/@stdlib/math-base-special-trunc/lib/index.js +0 -23
  3712. package/dist/node_modules/@stdlib/math-base-special-trunc/lib/index.js.map +0 -1
  3713. package/dist/node_modules/@stdlib/math-base-special-trunc/lib/main.js +0 -28
  3714. package/dist/node_modules/@stdlib/math-base-special-trunc/lib/main.js.map +0 -1
  3715. package/dist/node_modules/@stdlib/math-base-tools-continued-fraction/lib/basic.js +0 -46
  3716. package/dist/node_modules/@stdlib/math-base-tools-continued-fraction/lib/basic.js.map +0 -1
  3717. package/dist/node_modules/@stdlib/math-base-tools-continued-fraction/lib/generators.js +0 -54
  3718. package/dist/node_modules/@stdlib/math-base-tools-continued-fraction/lib/generators.js.map +0 -1
  3719. package/dist/node_modules/@stdlib/math-base-tools-continued-fraction/lib/index.js +0 -27
  3720. package/dist/node_modules/@stdlib/math-base-tools-continued-fraction/lib/index.js.map +0 -1
  3721. package/dist/node_modules/@stdlib/math-base-tools-evalpoly/lib/factory.js +0 -45
  3722. package/dist/node_modules/@stdlib/math-base-tools-evalpoly/lib/factory.js.map +0 -1
  3723. package/dist/node_modules/@stdlib/math-base-tools-evalpoly/lib/index.js +0 -27
  3724. package/dist/node_modules/@stdlib/math-base-tools-evalpoly/lib/index.js.map +0 -1
  3725. package/dist/node_modules/@stdlib/math-base-tools-evalpoly/lib/main.js +0 -30
  3726. package/dist/node_modules/@stdlib/math-base-tools-evalpoly/lib/main.js.map +0 -1
  3727. package/dist/node_modules/@stdlib/math-base-tools-sum-series/lib/basic.js +0 -33
  3728. package/dist/node_modules/@stdlib/math-base-tools-sum-series/lib/basic.js.map +0 -1
  3729. package/dist/node_modules/@stdlib/math-base-tools-sum-series/lib/generators.js +0 -37
  3730. package/dist/node_modules/@stdlib/math-base-tools-sum-series/lib/generators.js.map +0 -1
  3731. package/dist/node_modules/@stdlib/math-base-tools-sum-series/lib/index.js +0 -27
  3732. package/dist/node_modules/@stdlib/math-base-tools-sum-series/lib/index.js.map +0 -1
  3733. package/dist/node_modules/@stdlib/number-ctor/lib/index.js +0 -23
  3734. package/dist/node_modules/@stdlib/number-ctor/lib/index.js.map +0 -1
  3735. package/dist/node_modules/@stdlib/number-ctor/lib/main.js +0 -22
  3736. package/dist/node_modules/@stdlib/number-ctor/lib/main.js.map +0 -1
  3737. package/dist/node_modules/@stdlib/number-float64-base-exponent/lib/index.js +0 -23
  3738. package/dist/node_modules/@stdlib/number-float64-base-exponent/lib/index.js.map +0 -1
  3739. package/dist/node_modules/@stdlib/number-float64-base-exponent/lib/main.js +0 -30
  3740. package/dist/node_modules/@stdlib/number-float64-base-exponent/lib/main.js.map +0 -1
  3741. package/dist/node_modules/@stdlib/number-float64-base-from-words/lib/index.js +0 -23
  3742. package/dist/node_modules/@stdlib/number-float64-base-from-words/lib/index.js.map +0 -1
  3743. package/dist/node_modules/@stdlib/number-float64-base-from-words/lib/indices.js +0 -29
  3744. package/dist/node_modules/@stdlib/number-float64-base-from-words/lib/indices.js.map +0 -1
  3745. package/dist/node_modules/@stdlib/number-float64-base-from-words/lib/main.js +0 -29
  3746. package/dist/node_modules/@stdlib/number-float64-base-from-words/lib/main.js.map +0 -1
  3747. package/dist/node_modules/@stdlib/number-float64-base-get-high-word/lib/high.js +0 -25
  3748. package/dist/node_modules/@stdlib/number-float64-base-get-high-word/lib/high.js.map +0 -1
  3749. package/dist/node_modules/@stdlib/number-float64-base-get-high-word/lib/index.js +0 -23
  3750. package/dist/node_modules/@stdlib/number-float64-base-get-high-word/lib/index.js.map +0 -1
  3751. package/dist/node_modules/@stdlib/number-float64-base-get-high-word/lib/main.js +0 -29
  3752. package/dist/node_modules/@stdlib/number-float64-base-get-high-word/lib/main.js.map +0 -1
  3753. package/dist/node_modules/@stdlib/number-float64-base-get-low-word/lib/index.js +0 -23
  3754. package/dist/node_modules/@stdlib/number-float64-base-get-low-word/lib/index.js.map +0 -1
  3755. package/dist/node_modules/@stdlib/number-float64-base-get-low-word/lib/low.js +0 -25
  3756. package/dist/node_modules/@stdlib/number-float64-base-get-low-word/lib/low.js.map +0 -1
  3757. package/dist/node_modules/@stdlib/number-float64-base-get-low-word/lib/main.js +0 -29
  3758. package/dist/node_modules/@stdlib/number-float64-base-get-low-word/lib/main.js.map +0 -1
  3759. package/dist/node_modules/@stdlib/number-float64-base-normalize/lib/assign.js +0 -30
  3760. package/dist/node_modules/@stdlib/number-float64-base-normalize/lib/assign.js.map +0 -1
  3761. package/dist/node_modules/@stdlib/number-float64-base-normalize/lib/index.js +0 -27
  3762. package/dist/node_modules/@stdlib/number-float64-base-normalize/lib/index.js.map +0 -1
  3763. package/dist/node_modules/@stdlib/number-float64-base-normalize/lib/main.js +0 -27
  3764. package/dist/node_modules/@stdlib/number-float64-base-normalize/lib/main.js.map +0 -1
  3765. package/dist/node_modules/@stdlib/number-float64-base-set-high-word/lib/high.js +0 -25
  3766. package/dist/node_modules/@stdlib/number-float64-base-set-high-word/lib/high.js.map +0 -1
  3767. package/dist/node_modules/@stdlib/number-float64-base-set-high-word/lib/index.js +0 -23
  3768. package/dist/node_modules/@stdlib/number-float64-base-set-high-word/lib/index.js.map +0 -1
  3769. package/dist/node_modules/@stdlib/number-float64-base-set-high-word/lib/main.js +0 -29
  3770. package/dist/node_modules/@stdlib/number-float64-base-set-high-word/lib/main.js.map +0 -1
  3771. package/dist/node_modules/@stdlib/number-float64-base-set-low-word/lib/index.js +0 -23
  3772. package/dist/node_modules/@stdlib/number-float64-base-set-low-word/lib/index.js.map +0 -1
  3773. package/dist/node_modules/@stdlib/number-float64-base-set-low-word/lib/low.js +0 -25
  3774. package/dist/node_modules/@stdlib/number-float64-base-set-low-word/lib/low.js.map +0 -1
  3775. package/dist/node_modules/@stdlib/number-float64-base-set-low-word/lib/main.js +0 -29
  3776. package/dist/node_modules/@stdlib/number-float64-base-set-low-word/lib/main.js.map +0 -1
  3777. package/dist/node_modules/@stdlib/number-float64-base-to-float32/lib/index.js +0 -26
  3778. package/dist/node_modules/@stdlib/number-float64-base-to-float32/lib/index.js.map +0 -1
  3779. package/dist/node_modules/@stdlib/number-float64-base-to-float32/lib/main.js +0 -22
  3780. package/dist/node_modules/@stdlib/number-float64-base-to-float32/lib/main.js.map +0 -1
  3781. package/dist/node_modules/@stdlib/number-float64-base-to-float32/lib/polyfill.js +0 -27
  3782. package/dist/node_modules/@stdlib/number-float64-base-to-float32/lib/polyfill.js.map +0 -1
  3783. package/dist/node_modules/@stdlib/number-float64-base-to-words/lib/assign.js +0 -29
  3784. package/dist/node_modules/@stdlib/number-float64-base-to-words/lib/assign.js.map +0 -1
  3785. package/dist/node_modules/@stdlib/number-float64-base-to-words/lib/index.js +0 -27
  3786. package/dist/node_modules/@stdlib/number-float64-base-to-words/lib/index.js.map +0 -1
  3787. package/dist/node_modules/@stdlib/number-float64-base-to-words/lib/indices.js +0 -29
  3788. package/dist/node_modules/@stdlib/number-float64-base-to-words/lib/indices.js.map +0 -1
  3789. package/dist/node_modules/@stdlib/number-float64-base-to-words/lib/main.js +0 -27
  3790. package/dist/node_modules/@stdlib/number-float64-base-to-words/lib/main.js.map +0 -1
  3791. package/dist/node_modules/@stdlib/number-uint32-base-to-int32/lib/index.js +0 -23
  3792. package/dist/node_modules/@stdlib/number-uint32-base-to-int32/lib/index.js.map +0 -1
  3793. package/dist/node_modules/@stdlib/number-uint32-base-to-int32/lib/main.js +0 -25
  3794. package/dist/node_modules/@stdlib/number-uint32-base-to-int32/lib/main.js.map +0 -1
  3795. package/dist/node_modules/@stdlib/object-ctor/lib/index.js +0 -23
  3796. package/dist/node_modules/@stdlib/object-ctor/lib/index.js.map +0 -1
  3797. package/dist/node_modules/@stdlib/object-ctor/lib/main.js +0 -22
  3798. package/dist/node_modules/@stdlib/object-ctor/lib/main.js.map +0 -1
  3799. package/dist/node_modules/@stdlib/regexp-function-name/lib/index.js +0 -27
  3800. package/dist/node_modules/@stdlib/regexp-function-name/lib/index.js.map +0 -1
  3801. package/dist/node_modules/@stdlib/regexp-function-name/lib/main.js +0 -25
  3802. package/dist/node_modules/@stdlib/regexp-function-name/lib/main.js.map +0 -1
  3803. package/dist/node_modules/@stdlib/regexp-function-name/lib/regexp.js +0 -23
  3804. package/dist/node_modules/@stdlib/regexp-function-name/lib/regexp.js.map +0 -1
  3805. package/dist/node_modules/@stdlib/stats-anova1/lib/defaults.js +0 -27
  3806. package/dist/node_modules/@stdlib/stats-anova1/lib/defaults.js.map +0 -1
  3807. package/dist/node_modules/@stdlib/stats-anova1/lib/index.js +0 -25
  3808. package/dist/node_modules/@stdlib/stats-anova1/lib/index.js.map +0 -1
  3809. package/dist/node_modules/@stdlib/stats-anova1/lib/main.js +0 -57
  3810. package/dist/node_modules/@stdlib/stats-anova1/lib/main.js.map +0 -1
  3811. package/dist/node_modules/@stdlib/stats-anova1/lib/mean.js +0 -28
  3812. package/dist/node_modules/@stdlib/stats-anova1/lib/mean.js.map +0 -1
  3813. package/dist/node_modules/@stdlib/stats-anova1/lib/mean_table.js +0 -39
  3814. package/dist/node_modules/@stdlib/stats-anova1/lib/mean_table.js.map +0 -1
  3815. package/dist/node_modules/@stdlib/stats-anova1/lib/print.js +0 -64
  3816. package/dist/node_modules/@stdlib/stats-anova1/lib/print.js.map +0 -1
  3817. package/dist/node_modules/@stdlib/stats-anova1/lib/unique.js +0 -35
  3818. package/dist/node_modules/@stdlib/stats-anova1/lib/unique.js.map +0 -1
  3819. package/dist/node_modules/@stdlib/stats-anova1/lib/validate.js +0 -39
  3820. package/dist/node_modules/@stdlib/stats-anova1/lib/validate.js.map +0 -1
  3821. package/dist/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/factory.js +0 -27
  3822. package/dist/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/factory.js.map +0 -1
  3823. package/dist/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/index.js +0 -27
  3824. package/dist/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/index.js.map +0 -1
  3825. package/dist/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/main.js +0 -27
  3826. package/dist/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/main.js.map +0 -1
  3827. package/dist/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/factory.js +0 -33
  3828. package/dist/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/factory.js.map +0 -1
  3829. package/dist/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/index.js +0 -27
  3830. package/dist/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/index.js.map +0 -1
  3831. package/dist/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/main.js +0 -27
  3832. package/dist/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/main.js.map +0 -1
  3833. package/dist/node_modules/@stdlib/stats-base-dists-f-cdf/lib/factory.js +0 -35
  3834. package/dist/node_modules/@stdlib/stats-base-dists-f-cdf/lib/factory.js.map +0 -1
  3835. package/dist/node_modules/@stdlib/stats-base-dists-f-cdf/lib/index.js +0 -30
  3836. package/dist/node_modules/@stdlib/stats-base-dists-f-cdf/lib/index.js.map +0 -1
  3837. package/dist/node_modules/@stdlib/stats-base-dists-f-cdf/lib/main.js +0 -29
  3838. package/dist/node_modules/@stdlib/stats-base-dists-f-cdf/lib/main.js.map +0 -1
  3839. package/dist/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/factory.js +0 -38
  3840. package/dist/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/factory.js.map +0 -1
  3841. package/dist/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/index.js +0 -27
  3842. package/dist/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/index.js.map +0 -1
  3843. package/dist/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/main.js +0 -29
  3844. package/dist/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/main.js.map +0 -1
  3845. package/dist/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/factory.js +0 -40
  3846. package/dist/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/factory.js.map +0 -1
  3847. package/dist/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/index.js +0 -27
  3848. package/dist/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/index.js.map +0 -1
  3849. package/dist/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/main.js +0 -30
  3850. package/dist/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/main.js.map +0 -1
  3851. package/dist/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/factory.js +0 -49
  3852. package/dist/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/factory.js.map +0 -1
  3853. package/dist/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/index.js +0 -27
  3854. package/dist/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/index.js.map +0 -1
  3855. package/dist/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/main.js +0 -42
  3856. package/dist/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/main.js.map +0 -1
  3857. package/dist/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/weights.js +0 -29
  3858. package/dist/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/weights.js.map +0 -1
  3859. package/dist/node_modules/@stdlib/stats-base-dists-t-cdf/lib/factory.js +0 -36
  3860. package/dist/node_modules/@stdlib/stats-base-dists-t-cdf/lib/factory.js.map +0 -1
  3861. package/dist/node_modules/@stdlib/stats-base-dists-t-cdf/lib/index.js +0 -27
  3862. package/dist/node_modules/@stdlib/stats-base-dists-t-cdf/lib/index.js.map +0 -1
  3863. package/dist/node_modules/@stdlib/stats-base-dists-t-cdf/lib/main.js +0 -30
  3864. package/dist/node_modules/@stdlib/stats-base-dists-t-cdf/lib/main.js.map +0 -1
  3865. package/dist/node_modules/@stdlib/stats-base-dists-t-quantile/lib/factory.js +0 -37
  3866. package/dist/node_modules/@stdlib/stats-base-dists-t-quantile/lib/factory.js.map +0 -1
  3867. package/dist/node_modules/@stdlib/stats-base-dists-t-quantile/lib/index.js +0 -27
  3868. package/dist/node_modules/@stdlib/stats-base-dists-t-quantile/lib/index.js.map +0 -1
  3869. package/dist/node_modules/@stdlib/stats-base-dists-t-quantile/lib/main.js +0 -31
  3870. package/dist/node_modules/@stdlib/stats-base-dists-t-quantile/lib/main.js.map +0 -1
  3871. package/dist/node_modules/@stdlib/stats-base-mean/lib/index.js +0 -23
  3872. package/dist/node_modules/@stdlib/stats-base-mean/lib/index.js.map +0 -1
  3873. package/dist/node_modules/@stdlib/stats-base-mean/lib/main.js +0 -27
  3874. package/dist/node_modules/@stdlib/stats-base-mean/lib/main.js.map +0 -1
  3875. package/dist/node_modules/@stdlib/stats-base-mean/lib/mean.js +0 -27
  3876. package/dist/node_modules/@stdlib/stats-base-mean/lib/mean.js.map +0 -1
  3877. package/dist/node_modules/@stdlib/stats-base-mean/lib/ndarray.js +0 -27
  3878. package/dist/node_modules/@stdlib/stats-base-mean/lib/ndarray.js.map +0 -1
  3879. package/dist/node_modules/@stdlib/stats-base-meanpn/lib/index.js +0 -23
  3880. package/dist/node_modules/@stdlib/stats-base-meanpn/lib/index.js.map +0 -1
  3881. package/dist/node_modules/@stdlib/stats-base-meanpn/lib/main.js +0 -27
  3882. package/dist/node_modules/@stdlib/stats-base-meanpn/lib/main.js.map +0 -1
  3883. package/dist/node_modules/@stdlib/stats-base-meanpn/lib/meanpn.js +0 -29
  3884. package/dist/node_modules/@stdlib/stats-base-meanpn/lib/meanpn.js.map +0 -1
  3885. package/dist/node_modules/@stdlib/stats-base-meanpn/lib/ndarray.js +0 -29
  3886. package/dist/node_modules/@stdlib/stats-base-meanpn/lib/ndarray.js.map +0 -1
  3887. package/dist/node_modules/@stdlib/stats-base-variance/lib/index.js +0 -23
  3888. package/dist/node_modules/@stdlib/stats-base-variance/lib/index.js.map +0 -1
  3889. package/dist/node_modules/@stdlib/stats-base-variance/lib/main.js +0 -27
  3890. package/dist/node_modules/@stdlib/stats-base-variance/lib/main.js.map +0 -1
  3891. package/dist/node_modules/@stdlib/stats-base-variance/lib/ndarray.js +0 -27
  3892. package/dist/node_modules/@stdlib/stats-base-variance/lib/ndarray.js.map +0 -1
  3893. package/dist/node_modules/@stdlib/stats-base-variance/lib/variance.js +0 -27
  3894. package/dist/node_modules/@stdlib/stats-base-variance/lib/variance.js.map +0 -1
  3895. package/dist/node_modules/@stdlib/stats-base-variancepn/lib/index.js +0 -23
  3896. package/dist/node_modules/@stdlib/stats-base-variancepn/lib/index.js.map +0 -1
  3897. package/dist/node_modules/@stdlib/stats-base-variancepn/lib/main.js +0 -27
  3898. package/dist/node_modules/@stdlib/stats-base-variancepn/lib/main.js.map +0 -1
  3899. package/dist/node_modules/@stdlib/stats-base-variancepn/lib/ndarray.js +0 -34
  3900. package/dist/node_modules/@stdlib/stats-base-variancepn/lib/ndarray.js.map +0 -1
  3901. package/dist/node_modules/@stdlib/stats-base-variancepn/lib/variancepn.js +0 -34
  3902. package/dist/node_modules/@stdlib/stats-base-variancepn/lib/variancepn.js.map +0 -1
  3903. package/dist/node_modules/@stdlib/stats-incr-stdev/lib/index.js +0 -23
  3904. package/dist/node_modules/@stdlib/stats-incr-stdev/lib/index.js.map +0 -1
  3905. package/dist/node_modules/@stdlib/stats-incr-stdev/lib/main.js +0 -42
  3906. package/dist/node_modules/@stdlib/stats-incr-stdev/lib/main.js.map +0 -1
  3907. package/dist/node_modules/@stdlib/stats-kruskal-test/lib/index.js +0 -25
  3908. package/dist/node_modules/@stdlib/stats-kruskal-test/lib/index.js.map +0 -1
  3909. package/dist/node_modules/@stdlib/stats-kruskal-test/lib/main.js +0 -71
  3910. package/dist/node_modules/@stdlib/stats-kruskal-test/lib/main.js.map +0 -1
  3911. package/dist/node_modules/@stdlib/stats-kruskal-test/lib/print.js +0 -55
  3912. package/dist/node_modules/@stdlib/stats-kruskal-test/lib/print.js.map +0 -1
  3913. package/dist/node_modules/@stdlib/stats-kruskal-test/lib/validate.js +0 -32
  3914. package/dist/node_modules/@stdlib/stats-kruskal-test/lib/validate.js.map +0 -1
  3915. package/dist/node_modules/@stdlib/stats-ranks/lib/index.js +0 -23
  3916. package/dist/node_modules/@stdlib/stats-ranks/lib/index.js.map +0 -1
  3917. package/dist/node_modules/@stdlib/stats-ranks/lib/is_missing.js +0 -30
  3918. package/dist/node_modules/@stdlib/stats-ranks/lib/is_missing.js.map +0 -1
  3919. package/dist/node_modules/@stdlib/stats-ranks/lib/main.js +0 -76
  3920. package/dist/node_modules/@stdlib/stats-ranks/lib/main.js.map +0 -1
  3921. package/dist/node_modules/@stdlib/stats-ranks/lib/order.js +0 -34
  3922. package/dist/node_modules/@stdlib/stats-ranks/lib/order.js.map +0 -1
  3923. package/dist/node_modules/@stdlib/stats-ranks/lib/sum.js +0 -28
  3924. package/dist/node_modules/@stdlib/stats-ranks/lib/sum.js.map +0 -1
  3925. package/dist/node_modules/@stdlib/stats-ranks/lib/validate.js +0 -32
  3926. package/dist/node_modules/@stdlib/stats-ranks/lib/validate.js.map +0 -1
  3927. package/dist/node_modules/@stdlib/stats-ttest/lib/index.js +0 -25
  3928. package/dist/node_modules/@stdlib/stats-ttest/lib/index.js.map +0 -1
  3929. package/dist/node_modules/@stdlib/stats-ttest/lib/main.js +0 -79
  3930. package/dist/node_modules/@stdlib/stats-ttest/lib/main.js.map +0 -1
  3931. package/dist/node_modules/@stdlib/stats-ttest/lib/print.js +0 -69
  3932. package/dist/node_modules/@stdlib/stats-ttest/lib/print.js.map +0 -1
  3933. package/dist/node_modules/@stdlib/stats-ttest/lib/validate.js +0 -51
  3934. package/dist/node_modules/@stdlib/stats-ttest/lib/validate.js.map +0 -1
  3935. package/dist/node_modules/@stdlib/stats-ttest2/lib/index.js +0 -25
  3936. package/dist/node_modules/@stdlib/stats-ttest2/lib/index.js.map +0 -1
  3937. package/dist/node_modules/@stdlib/stats-ttest2/lib/main.js +0 -72
  3938. package/dist/node_modules/@stdlib/stats-ttest2/lib/main.js.map +0 -1
  3939. package/dist/node_modules/@stdlib/stats-ttest2/lib/print.js +0 -69
  3940. package/dist/node_modules/@stdlib/stats-ttest2/lib/print.js.map +0 -1
  3941. package/dist/node_modules/@stdlib/stats-ttest2/lib/validate.js +0 -32
  3942. package/dist/node_modules/@stdlib/stats-ttest2/lib/validate.js.map +0 -1
  3943. package/dist/node_modules/@stdlib/stats-wilcoxon/lib/index.js +0 -25
  3944. package/dist/node_modules/@stdlib/stats-wilcoxon/lib/index.js.map +0 -1
  3945. package/dist/node_modules/@stdlib/stats-wilcoxon/lib/main.js +0 -85
  3946. package/dist/node_modules/@stdlib/stats-wilcoxon/lib/main.js.map +0 -1
  3947. package/dist/node_modules/@stdlib/stats-wilcoxon/lib/print.js +0 -67
  3948. package/dist/node_modules/@stdlib/stats-wilcoxon/lib/print.js.map +0 -1
  3949. package/dist/node_modules/@stdlib/stats-wilcoxon/lib/unique.js +0 -14
  3950. package/dist/node_modules/@stdlib/stats-wilcoxon/lib/unique.js.map +0 -1
  3951. package/dist/node_modules/@stdlib/stats-wilcoxon/lib/validate.js +0 -60
  3952. package/dist/node_modules/@stdlib/stats-wilcoxon/lib/validate.js.map +0 -1
  3953. package/dist/node_modules/@stdlib/strided-base-reinterpret-complex128/lib/index.js +0 -23
  3954. package/dist/node_modules/@stdlib/strided-base-reinterpret-complex128/lib/index.js.map +0 -1
  3955. package/dist/node_modules/@stdlib/strided-base-reinterpret-complex128/lib/main.js +0 -27
  3956. package/dist/node_modules/@stdlib/strided-base-reinterpret-complex128/lib/main.js.map +0 -1
  3957. package/dist/node_modules/@stdlib/strided-base-reinterpret-complex64/lib/index.js +0 -23
  3958. package/dist/node_modules/@stdlib/strided-base-reinterpret-complex64/lib/index.js.map +0 -1
  3959. package/dist/node_modules/@stdlib/strided-base-reinterpret-complex64/lib/main.js +0 -27
  3960. package/dist/node_modules/@stdlib/strided-base-reinterpret-complex64/lib/main.js.map +0 -1
  3961. package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/format_double.js +0 -49
  3962. package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/format_double.js.map +0 -1
  3963. package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/format_integer.js +0 -52
  3964. package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/format_integer.js.map +0 -1
  3965. package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/index.js +0 -23
  3966. package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/index.js.map +0 -1
  3967. package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/is_number.js +0 -25
  3968. package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/is_number.js.map +0 -1
  3969. package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/is_string.js +0 -25
  3970. package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/is_string.js.map +0 -1
  3971. package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/main.js +0 -110
  3972. package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/main.js.map +0 -1
  3973. package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/space_pad.js +0 -32
  3974. package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/space_pad.js.map +0 -1
  3975. package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/zero_pad.js +0 -35
  3976. package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/zero_pad.js.map +0 -1
  3977. package/dist/node_modules/@stdlib/string-base-format-tokenize/lib/index.js +0 -23
  3978. package/dist/node_modules/@stdlib/string-base-format-tokenize/lib/index.js.map +0 -1
  3979. package/dist/node_modules/@stdlib/string-base-format-tokenize/lib/main.js +0 -39
  3980. package/dist/node_modules/@stdlib/string-base-format-tokenize/lib/main.js.map +0 -1
  3981. package/dist/node_modules/@stdlib/string-base-repeat/lib/builtin.js +0 -22
  3982. package/dist/node_modules/@stdlib/string-base-repeat/lib/builtin.js.map +0 -1
  3983. package/dist/node_modules/@stdlib/string-base-repeat/lib/has_builtin.js +0 -22
  3984. package/dist/node_modules/@stdlib/string-base-repeat/lib/has_builtin.js.map +0 -1
  3985. package/dist/node_modules/@stdlib/string-base-repeat/lib/index.js +0 -27
  3986. package/dist/node_modules/@stdlib/string-base-repeat/lib/index.js.map +0 -1
  3987. package/dist/node_modules/@stdlib/string-base-repeat/lib/main.js +0 -27
  3988. package/dist/node_modules/@stdlib/string-base-repeat/lib/main.js.map +0 -1
  3989. package/dist/node_modules/@stdlib/string-base-repeat/lib/polyfill.js +0 -30
  3990. package/dist/node_modules/@stdlib/string-base-repeat/lib/polyfill.js.map +0 -1
  3991. package/dist/node_modules/@stdlib/string-format/lib/index.js +0 -23
  3992. package/dist/node_modules/@stdlib/string-format/lib/index.js.map +0 -1
  3993. package/dist/node_modules/@stdlib/string-format/lib/is_string.js +0 -25
  3994. package/dist/node_modules/@stdlib/string-format/lib/is_string.js.map +0 -1
  3995. package/dist/node_modules/@stdlib/string-format/lib/main.js +0 -34
  3996. package/dist/node_modules/@stdlib/string-format/lib/main.js.map +0 -1
  3997. package/dist/node_modules/@stdlib/string-repeat/lib/index.js +0 -23
  3998. package/dist/node_modules/@stdlib/string-repeat/lib/index.js.map +0 -1
  3999. package/dist/node_modules/@stdlib/string-repeat/lib/main.js +0 -34
  4000. package/dist/node_modules/@stdlib/string-repeat/lib/main.js.map +0 -1
  4001. package/dist/node_modules/@stdlib/symbol-ctor/lib/index.js +0 -23
  4002. package/dist/node_modules/@stdlib/symbol-ctor/lib/index.js.map +0 -1
  4003. package/dist/node_modules/@stdlib/symbol-ctor/lib/main.js +0 -22
  4004. package/dist/node_modules/@stdlib/symbol-ctor/lib/main.js.map +0 -1
  4005. package/dist/node_modules/@stdlib/symbol-iterator/lib/index.js +0 -23
  4006. package/dist/node_modules/@stdlib/symbol-iterator/lib/index.js.map +0 -1
  4007. package/dist/node_modules/@stdlib/symbol-iterator/lib/main.js +0 -23
  4008. package/dist/node_modules/@stdlib/symbol-iterator/lib/main.js.map +0 -1
  4009. package/dist/node_modules/@stdlib/utils-constant-function/lib/index.js +0 -23
  4010. package/dist/node_modules/@stdlib/utils-constant-function/lib/index.js.map +0 -1
  4011. package/dist/node_modules/@stdlib/utils-constant-function/lib/main.js +0 -28
  4012. package/dist/node_modules/@stdlib/utils-constant-function/lib/main.js.map +0 -1
  4013. package/dist/node_modules/@stdlib/utils-constructor-name/lib/index.js +0 -23
  4014. package/dist/node_modules/@stdlib/utils-constructor-name/lib/index.js.map +0 -1
  4015. package/dist/node_modules/@stdlib/utils-constructor-name/lib/main.js +0 -36
  4016. package/dist/node_modules/@stdlib/utils-constructor-name/lib/main.js.map +0 -1
  4017. package/dist/node_modules/@stdlib/utils-count-by/lib/index.js +0 -23
  4018. package/dist/node_modules/@stdlib/utils-count-by/lib/index.js.map +0 -1
  4019. package/dist/node_modules/@stdlib/utils-count-by/lib/main.js +0 -45
  4020. package/dist/node_modules/@stdlib/utils-count-by/lib/main.js.map +0 -1
  4021. package/dist/node_modules/@stdlib/utils-count-by/lib/validate.js +0 -29
  4022. package/dist/node_modules/@stdlib/utils-count-by/lib/validate.js.map +0 -1
  4023. package/dist/node_modules/@stdlib/utils-define-nonenumerable-read-only-accessor/lib/index.js +0 -23
  4024. package/dist/node_modules/@stdlib/utils-define-nonenumerable-read-only-accessor/lib/index.js.map +0 -1
  4025. package/dist/node_modules/@stdlib/utils-define-nonenumerable-read-only-accessor/lib/main.js +0 -31
  4026. package/dist/node_modules/@stdlib/utils-define-nonenumerable-read-only-accessor/lib/main.js.map +0 -1
  4027. package/dist/node_modules/@stdlib/utils-define-nonenumerable-read-only-property/lib/index.js +0 -23
  4028. package/dist/node_modules/@stdlib/utils-define-nonenumerable-read-only-property/lib/index.js.map +0 -1
  4029. package/dist/node_modules/@stdlib/utils-define-nonenumerable-read-only-property/lib/main.js +0 -32
  4030. package/dist/node_modules/@stdlib/utils-define-nonenumerable-read-only-property/lib/main.js.map +0 -1
  4031. package/dist/node_modules/@stdlib/utils-define-property/lib/builtin.js +0 -22
  4032. package/dist/node_modules/@stdlib/utils-define-property/lib/builtin.js.map +0 -1
  4033. package/dist/node_modules/@stdlib/utils-define-property/lib/define_property.js +0 -22
  4034. package/dist/node_modules/@stdlib/utils-define-property/lib/define_property.js.map +0 -1
  4035. package/dist/node_modules/@stdlib/utils-define-property/lib/has_define_property_support.js +0 -31
  4036. package/dist/node_modules/@stdlib/utils-define-property/lib/has_define_property_support.js.map +0 -1
  4037. package/dist/node_modules/@stdlib/utils-define-property/lib/index.js +0 -27
  4038. package/dist/node_modules/@stdlib/utils-define-property/lib/index.js.map +0 -1
  4039. package/dist/node_modules/@stdlib/utils-define-property/lib/polyfill.js +0 -34
  4040. package/dist/node_modules/@stdlib/utils-define-property/lib/polyfill.js.map +0 -1
  4041. package/dist/node_modules/@stdlib/utils-define-read-only-property/lib/index.js +0 -23
  4042. package/dist/node_modules/@stdlib/utils-define-read-only-property/lib/index.js.map +0 -1
  4043. package/dist/node_modules/@stdlib/utils-define-read-only-property/lib/main.js +0 -32
  4044. package/dist/node_modules/@stdlib/utils-define-read-only-property/lib/main.js.map +0 -1
  4045. package/dist/node_modules/@stdlib/utils-eval/lib/index.js +0 -22
  4046. package/dist/node_modules/@stdlib/utils-eval/lib/index.js.map +0 -1
  4047. package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/detect.js +0 -27
  4048. package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/detect.js.map +0 -1
  4049. package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/index.js +0 -23
  4050. package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/index.js.map +0 -1
  4051. package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/main.js +0 -28
  4052. package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/main.js.map +0 -1
  4053. package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/native.js +0 -22
  4054. package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/native.js.map +0 -1
  4055. package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/polyfill.js +0 -29
  4056. package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/polyfill.js.map +0 -1
  4057. package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/proto.js +0 -25
  4058. package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/proto.js.map +0 -1
  4059. package/dist/node_modules/@stdlib/utils-global/lib/browser.js +0 -44
  4060. package/dist/node_modules/@stdlib/utils-global/lib/browser.js.map +0 -1
  4061. package/dist/node_modules/@stdlib/utils-global/lib/codegen.js +0 -25
  4062. package/dist/node_modules/@stdlib/utils-global/lib/codegen.js.map +0 -1
  4063. package/dist/node_modules/@stdlib/utils-global/lib/global_this.js +0 -22
  4064. package/dist/node_modules/@stdlib/utils-global/lib/global_this.js.map +0 -1
  4065. package/dist/node_modules/@stdlib/utils-global/lib/self.js +0 -22
  4066. package/dist/node_modules/@stdlib/utils-global/lib/self.js.map +0 -1
  4067. package/dist/node_modules/@stdlib/utils-global/lib/window.js +0 -22
  4068. package/dist/node_modules/@stdlib/utils-global/lib/window.js.map +0 -1
  4069. package/dist/node_modules/@stdlib/utils-identity-function/lib/index.js +0 -23
  4070. package/dist/node_modules/@stdlib/utils-identity-function/lib/index.js.map +0 -1
  4071. package/dist/node_modules/@stdlib/utils-identity-function/lib/main.js +0 -25
  4072. package/dist/node_modules/@stdlib/utils-identity-function/lib/main.js.map +0 -1
  4073. package/dist/node_modules/@stdlib/utils-index-of/lib/index.js +0 -23
  4074. package/dist/node_modules/@stdlib/utils-index-of/lib/index.js.map +0 -1
  4075. package/dist/node_modules/@stdlib/utils-index-of/lib/main.js +0 -55
  4076. package/dist/node_modules/@stdlib/utils-index-of/lib/main.js.map +0 -1
  4077. package/dist/node_modules/@stdlib/utils-keys/lib/builtin.js +0 -25
  4078. package/dist/node_modules/@stdlib/utils-keys/lib/builtin.js.map +0 -1
  4079. package/dist/node_modules/@stdlib/utils-keys/lib/builtin_wrapper.js +0 -28
  4080. package/dist/node_modules/@stdlib/utils-keys/lib/builtin_wrapper.js.map +0 -1
  4081. package/dist/node_modules/@stdlib/utils-keys/lib/has_arguments_bug.js +0 -30
  4082. package/dist/node_modules/@stdlib/utils-keys/lib/has_arguments_bug.js.map +0 -1
  4083. package/dist/node_modules/@stdlib/utils-keys/lib/has_automation_equality_bug.js +0 -42
  4084. package/dist/node_modules/@stdlib/utils-keys/lib/has_automation_equality_bug.js.map +0 -1
  4085. package/dist/node_modules/@stdlib/utils-keys/lib/has_builtin.js +0 -22
  4086. package/dist/node_modules/@stdlib/utils-keys/lib/has_builtin.js.map +0 -1
  4087. package/dist/node_modules/@stdlib/utils-keys/lib/has_enumerable_prototype_bug.js +0 -24
  4088. package/dist/node_modules/@stdlib/utils-keys/lib/has_enumerable_prototype_bug.js.map +0 -1
  4089. package/dist/node_modules/@stdlib/utils-keys/lib/has_non_enumerable_properties_bug.js +0 -25
  4090. package/dist/node_modules/@stdlib/utils-keys/lib/has_non_enumerable_properties_bug.js.map +0 -1
  4091. package/dist/node_modules/@stdlib/utils-keys/lib/has_window.js +0 -22
  4092. package/dist/node_modules/@stdlib/utils-keys/lib/has_window.js.map +0 -1
  4093. package/dist/node_modules/@stdlib/utils-keys/lib/index.js +0 -23
  4094. package/dist/node_modules/@stdlib/utils-keys/lib/index.js.map +0 -1
  4095. package/dist/node_modules/@stdlib/utils-keys/lib/is_constructor_prototype.js +0 -25
  4096. package/dist/node_modules/@stdlib/utils-keys/lib/is_constructor_prototype.js.map +0 -1
  4097. package/dist/node_modules/@stdlib/utils-keys/lib/is_constructor_prototype_wrapper.js +0 -35
  4098. package/dist/node_modules/@stdlib/utils-keys/lib/is_constructor_prototype_wrapper.js.map +0 -1
  4099. package/dist/node_modules/@stdlib/utils-keys/lib/main.js +0 -29
  4100. package/dist/node_modules/@stdlib/utils-keys/lib/main.js.map +0 -1
  4101. package/dist/node_modules/@stdlib/utils-keys/lib/polyfill.js +0 -53
  4102. package/dist/node_modules/@stdlib/utils-keys/lib/polyfill.js.map +0 -1
  4103. package/dist/node_modules/@stdlib/utils-keys/lib/window.js +0 -22
  4104. package/dist/node_modules/@stdlib/utils-keys/lib/window.js.map +0 -1
  4105. package/dist/node_modules/@stdlib/utils-memoize/lib/index.js +0 -23
  4106. package/dist/node_modules/@stdlib/utils-memoize/lib/index.js.map +0 -1
  4107. package/dist/node_modules/@stdlib/utils-memoize/lib/main.js +0 -44
  4108. package/dist/node_modules/@stdlib/utils-memoize/lib/main.js.map +0 -1
  4109. package/dist/node_modules/@stdlib/utils-native-class/lib/index.js +0 -27
  4110. package/dist/node_modules/@stdlib/utils-native-class/lib/index.js.map +0 -1
  4111. package/dist/node_modules/@stdlib/utils-native-class/lib/main.js +0 -27
  4112. package/dist/node_modules/@stdlib/utils-native-class/lib/main.js.map +0 -1
  4113. package/dist/node_modules/@stdlib/utils-native-class/lib/polyfill.js +0 -38
  4114. package/dist/node_modules/@stdlib/utils-native-class/lib/polyfill.js.map +0 -1
  4115. package/dist/node_modules/@stdlib/utils-native-class/lib/tostring.js +0 -22
  4116. package/dist/node_modules/@stdlib/utils-native-class/lib/tostring.js.map +0 -1
  4117. package/dist/node_modules/@stdlib/utils-native-class/lib/tostringtag.js +0 -23
  4118. package/dist/node_modules/@stdlib/utils-native-class/lib/tostringtag.js.map +0 -1
  4119. package/dist/node_modules/@stdlib/utils-noop/lib/index.js +0 -23
  4120. package/dist/node_modules/@stdlib/utils-noop/lib/index.js.map +0 -1
  4121. package/dist/node_modules/@stdlib/utils-noop/lib/main.js +0 -24
  4122. package/dist/node_modules/@stdlib/utils-noop/lib/main.js.map +0 -1
  4123. package/dist/node_modules/@stdlib/utils-tabulate/lib/index.js +0 -23
  4124. package/dist/node_modules/@stdlib/utils-tabulate/lib/index.js.map +0 -1
  4125. package/dist/node_modules/@stdlib/utils-tabulate/lib/main.js +0 -36
  4126. package/dist/node_modules/@stdlib/utils-tabulate/lib/main.js.map +0 -1
  4127. package/dist/node_modules/@stdlib/utils-type-of/lib/check.js +0 -34
  4128. package/dist/node_modules/@stdlib/utils-type-of/lib/check.js.map +0 -1
  4129. package/dist/node_modules/@stdlib/utils-type-of/lib/fixtures/nodelist.js +0 -23
  4130. package/dist/node_modules/@stdlib/utils-type-of/lib/fixtures/nodelist.js.map +0 -1
  4131. package/dist/node_modules/@stdlib/utils-type-of/lib/fixtures/re.js +0 -22
  4132. package/dist/node_modules/@stdlib/utils-type-of/lib/fixtures/re.js.map +0 -1
  4133. package/dist/node_modules/@stdlib/utils-type-of/lib/fixtures/typedarray.js +0 -22
  4134. package/dist/node_modules/@stdlib/utils-type-of/lib/fixtures/typedarray.js.map +0 -1
  4135. package/dist/node_modules/@stdlib/utils-type-of/lib/index.js +0 -25
  4136. package/dist/node_modules/@stdlib/utils-type-of/lib/index.js.map +0 -1
  4137. package/dist/node_modules/@stdlib/utils-type-of/lib/main.js +0 -28
  4138. package/dist/node_modules/@stdlib/utils-type-of/lib/main.js.map +0 -1
  4139. package/dist/node_modules/@stdlib/utils-type-of/lib/polyfill.js +0 -27
  4140. package/dist/node_modules/@stdlib/utils-type-of/lib/polyfill.js.map +0 -1
  4141. package/dist/node_modules/comlink/dist/esm/comlink.js.map +0 -1
  4142. package/dist/node_modules/d3-array/src/array.js.map +0 -1
  4143. package/dist/node_modules/d3-array/src/ascending.js.map +0 -1
  4144. package/dist/node_modules/d3-array/src/bin.js.map +0 -1
  4145. package/dist/node_modules/d3-array/src/bisect.js.map +0 -1
  4146. package/dist/node_modules/d3-array/src/bisector.js.map +0 -1
  4147. package/dist/node_modules/d3-array/src/constant.js.map +0 -1
  4148. package/dist/node_modules/d3-array/src/count.js.map +0 -1
  4149. package/dist/node_modules/d3-array/src/descending.js.map +0 -1
  4150. package/dist/node_modules/d3-array/src/deviation.js.map +0 -1
  4151. package/dist/node_modules/d3-array/src/extent.js.map +0 -1
  4152. package/dist/node_modules/d3-array/src/identity.js.map +0 -1
  4153. package/dist/node_modules/d3-array/src/max.js.map +0 -1
  4154. package/dist/node_modules/d3-array/src/mean.js.map +0 -1
  4155. package/dist/node_modules/d3-array/src/min.js.map +0 -1
  4156. package/dist/node_modules/d3-array/src/nice.js.map +0 -1
  4157. package/dist/node_modules/d3-array/src/number.js.map +0 -1
  4158. package/dist/node_modules/d3-array/src/quantile.js.map +0 -1
  4159. package/dist/node_modules/d3-array/src/quickselect.js.map +0 -1
  4160. package/dist/node_modules/d3-array/src/range.js.map +0 -1
  4161. package/dist/node_modules/d3-array/src/sort.js.map +0 -1
  4162. package/dist/node_modules/d3-array/src/sum.js.map +0 -1
  4163. package/dist/node_modules/d3-array/src/threshold/sturges.js.map +0 -1
  4164. package/dist/node_modules/d3-array/src/ticks.js.map +0 -1
  4165. package/dist/node_modules/d3-array/src/variance.js.map +0 -1
  4166. package/dist/node_modules/d3-color/src/color.js.map +0 -1
  4167. package/dist/node_modules/d3-color/src/define.js.map +0 -1
  4168. package/dist/node_modules/d3-dispatch/src/dispatch.js.map +0 -1
  4169. package/dist/node_modules/d3-drag/src/constant.js.map +0 -1
  4170. package/dist/node_modules/d3-drag/src/drag.js +0 -122
  4171. package/dist/node_modules/d3-drag/src/drag.js.map +0 -1
  4172. package/dist/node_modules/d3-drag/src/event.js.map +0 -1
  4173. package/dist/node_modules/d3-drag/src/nodrag.js +0 -17
  4174. package/dist/node_modules/d3-drag/src/nodrag.js.map +0 -1
  4175. package/dist/node_modules/d3-drag/src/noevent.js.map +0 -1
  4176. package/dist/node_modules/d3-ease/src/cubic.js.map +0 -1
  4177. package/dist/node_modules/d3-format/src/defaultLocale.js.map +0 -1
  4178. package/dist/node_modules/d3-format/src/exponent.js.map +0 -1
  4179. package/dist/node_modules/d3-format/src/formatDecimal.js.map +0 -1
  4180. package/dist/node_modules/d3-format/src/formatGroup.js.map +0 -1
  4181. package/dist/node_modules/d3-format/src/formatNumerals.js.map +0 -1
  4182. package/dist/node_modules/d3-format/src/formatPrefixAuto.js.map +0 -1
  4183. package/dist/node_modules/d3-format/src/formatRounded.js.map +0 -1
  4184. package/dist/node_modules/d3-format/src/formatSpecifier.js.map +0 -1
  4185. package/dist/node_modules/d3-format/src/formatTrim.js.map +0 -1
  4186. package/dist/node_modules/d3-format/src/formatTypes.js.map +0 -1
  4187. package/dist/node_modules/d3-format/src/identity.js.map +0 -1
  4188. package/dist/node_modules/d3-format/src/locale.js.map +0 -1
  4189. package/dist/node_modules/d3-format/src/precisionFixed.js.map +0 -1
  4190. package/dist/node_modules/d3-format/src/precisionPrefix.js.map +0 -1
  4191. package/dist/node_modules/d3-format/src/precisionRound.js.map +0 -1
  4192. package/dist/node_modules/d3-hierarchy/src/accessors.js.map +0 -1
  4193. package/dist/node_modules/d3-hierarchy/src/cluster.js.map +0 -1
  4194. package/dist/node_modules/d3-hierarchy/src/hierarchy/ancestors.js.map +0 -1
  4195. package/dist/node_modules/d3-hierarchy/src/hierarchy/count.js.map +0 -1
  4196. package/dist/node_modules/d3-hierarchy/src/hierarchy/descendants.js.map +0 -1
  4197. package/dist/node_modules/d3-hierarchy/src/hierarchy/each.js.map +0 -1
  4198. package/dist/node_modules/d3-hierarchy/src/hierarchy/eachAfter.js.map +0 -1
  4199. package/dist/node_modules/d3-hierarchy/src/hierarchy/eachBefore.js.map +0 -1
  4200. package/dist/node_modules/d3-hierarchy/src/hierarchy/find.js.map +0 -1
  4201. package/dist/node_modules/d3-hierarchy/src/hierarchy/index.js.map +0 -1
  4202. package/dist/node_modules/d3-hierarchy/src/hierarchy/iterator.js.map +0 -1
  4203. package/dist/node_modules/d3-hierarchy/src/hierarchy/leaves.js.map +0 -1
  4204. package/dist/node_modules/d3-hierarchy/src/hierarchy/links.js.map +0 -1
  4205. package/dist/node_modules/d3-hierarchy/src/hierarchy/path.js.map +0 -1
  4206. package/dist/node_modules/d3-hierarchy/src/hierarchy/sort.js.map +0 -1
  4207. package/dist/node_modules/d3-hierarchy/src/hierarchy/sum.js.map +0 -1
  4208. package/dist/node_modules/d3-hierarchy/src/stratify.js +0 -73
  4209. package/dist/node_modules/d3-hierarchy/src/stratify.js.map +0 -1
  4210. package/dist/node_modules/d3-interpolate/src/array.js.map +0 -1
  4211. package/dist/node_modules/d3-interpolate/src/color.js.map +0 -1
  4212. package/dist/node_modules/d3-interpolate/src/constant.js.map +0 -1
  4213. package/dist/node_modules/d3-interpolate/src/date.js.map +0 -1
  4214. package/dist/node_modules/d3-interpolate/src/number.js.map +0 -1
  4215. package/dist/node_modules/d3-interpolate/src/numberArray.js.map +0 -1
  4216. package/dist/node_modules/d3-interpolate/src/object.js.map +0 -1
  4217. package/dist/node_modules/d3-interpolate/src/rgb.js +0 -16
  4218. package/dist/node_modules/d3-interpolate/src/rgb.js.map +0 -1
  4219. package/dist/node_modules/d3-interpolate/src/round.js.map +0 -1
  4220. package/dist/node_modules/d3-interpolate/src/string.js.map +0 -1
  4221. package/dist/node_modules/d3-interpolate/src/transform/decompose.js.map +0 -1
  4222. package/dist/node_modules/d3-interpolate/src/transform/index.js.map +0 -1
  4223. package/dist/node_modules/d3-interpolate/src/transform/parse.js.map +0 -1
  4224. package/dist/node_modules/d3-interpolate/src/value.js +0 -17
  4225. package/dist/node_modules/d3-interpolate/src/value.js.map +0 -1
  4226. package/dist/node_modules/d3-interpolate/src/zoom.js +0 -43
  4227. package/dist/node_modules/d3-interpolate/src/zoom.js.map +0 -1
  4228. package/dist/node_modules/d3-path/src/path.js.map +0 -1
  4229. package/dist/node_modules/d3-polygon/src/contains.js.map +0 -1
  4230. package/dist/node_modules/d3-random/src/lcg.js.map +0 -1
  4231. package/dist/node_modules/d3-scale/src/band.js +0 -52
  4232. package/dist/node_modules/d3-scale/src/band.js.map +0 -1
  4233. package/dist/node_modules/d3-scale/src/constant.js.map +0 -1
  4234. package/dist/node_modules/d3-scale/src/continuous.js +0 -76
  4235. package/dist/node_modules/d3-scale/src/continuous.js.map +0 -1
  4236. package/dist/node_modules/d3-scale/src/identity.js.map +0 -1
  4237. package/dist/node_modules/d3-scale/src/init.js.map +0 -1
  4238. package/dist/node_modules/d3-scale/src/linear.js +0 -40
  4239. package/dist/node_modules/d3-scale/src/linear.js.map +0 -1
  4240. package/dist/node_modules/d3-scale/src/log.js +0 -87
  4241. package/dist/node_modules/d3-scale/src/log.js.map +0 -1
  4242. package/dist/node_modules/d3-scale/src/nice.js.map +0 -1
  4243. package/dist/node_modules/d3-scale/src/number.js.map +0 -1
  4244. package/dist/node_modules/d3-scale/src/ordinal.js +0 -32
  4245. package/dist/node_modules/d3-scale/src/ordinal.js.map +0 -1
  4246. package/dist/node_modules/d3-scale/src/pow.js.map +0 -1
  4247. package/dist/node_modules/d3-scale/src/symlog.js.map +0 -1
  4248. package/dist/node_modules/d3-scale/src/tickFormat.js +0 -33
  4249. package/dist/node_modules/d3-scale/src/tickFormat.js.map +0 -1
  4250. package/dist/node_modules/d3-scale/src/time.js +0 -47
  4251. package/dist/node_modules/d3-scale/src/time.js.map +0 -1
  4252. package/dist/node_modules/d3-selection/src/array.js.map +0 -1
  4253. package/dist/node_modules/d3-selection/src/constant.js.map +0 -1
  4254. package/dist/node_modules/d3-selection/src/creator.js.map +0 -1
  4255. package/dist/node_modules/d3-selection/src/matcher.js.map +0 -1
  4256. package/dist/node_modules/d3-selection/src/namespace.js.map +0 -1
  4257. package/dist/node_modules/d3-selection/src/namespaces.js.map +0 -1
  4258. package/dist/node_modules/d3-selection/src/pointer.js.map +0 -1
  4259. package/dist/node_modules/d3-selection/src/select.js.map +0 -1
  4260. package/dist/node_modules/d3-selection/src/selection/append.js.map +0 -1
  4261. package/dist/node_modules/d3-selection/src/selection/attr.js.map +0 -1
  4262. package/dist/node_modules/d3-selection/src/selection/call.js.map +0 -1
  4263. package/dist/node_modules/d3-selection/src/selection/classed.js.map +0 -1
  4264. package/dist/node_modules/d3-selection/src/selection/clone.js.map +0 -1
  4265. package/dist/node_modules/d3-selection/src/selection/data.js.map +0 -1
  4266. package/dist/node_modules/d3-selection/src/selection/datum.js.map +0 -1
  4267. package/dist/node_modules/d3-selection/src/selection/dispatch.js.map +0 -1
  4268. package/dist/node_modules/d3-selection/src/selection/each.js.map +0 -1
  4269. package/dist/node_modules/d3-selection/src/selection/empty.js.map +0 -1
  4270. package/dist/node_modules/d3-selection/src/selection/enter.js.map +0 -1
  4271. package/dist/node_modules/d3-selection/src/selection/exit.js.map +0 -1
  4272. package/dist/node_modules/d3-selection/src/selection/filter.js.map +0 -1
  4273. package/dist/node_modules/d3-selection/src/selection/html.js.map +0 -1
  4274. package/dist/node_modules/d3-selection/src/selection/index.js.map +0 -1
  4275. package/dist/node_modules/d3-selection/src/selection/insert.js.map +0 -1
  4276. package/dist/node_modules/d3-selection/src/selection/iterator.js.map +0 -1
  4277. package/dist/node_modules/d3-selection/src/selection/join.js.map +0 -1
  4278. package/dist/node_modules/d3-selection/src/selection/lower.js.map +0 -1
  4279. package/dist/node_modules/d3-selection/src/selection/merge.js.map +0 -1
  4280. package/dist/node_modules/d3-selection/src/selection/node.js.map +0 -1
  4281. package/dist/node_modules/d3-selection/src/selection/nodes.js.map +0 -1
  4282. package/dist/node_modules/d3-selection/src/selection/on.js.map +0 -1
  4283. package/dist/node_modules/d3-selection/src/selection/order.js.map +0 -1
  4284. package/dist/node_modules/d3-selection/src/selection/property.js.map +0 -1
  4285. package/dist/node_modules/d3-selection/src/selection/raise.js.map +0 -1
  4286. package/dist/node_modules/d3-selection/src/selection/remove.js.map +0 -1
  4287. package/dist/node_modules/d3-selection/src/selection/select.js.map +0 -1
  4288. package/dist/node_modules/d3-selection/src/selection/selectAll.js.map +0 -1
  4289. package/dist/node_modules/d3-selection/src/selection/selectChild.js.map +0 -1
  4290. package/dist/node_modules/d3-selection/src/selection/selectChildren.js.map +0 -1
  4291. package/dist/node_modules/d3-selection/src/selection/size.js.map +0 -1
  4292. package/dist/node_modules/d3-selection/src/selection/sort.js.map +0 -1
  4293. package/dist/node_modules/d3-selection/src/selection/sparse.js.map +0 -1
  4294. package/dist/node_modules/d3-selection/src/selection/style.js.map +0 -1
  4295. package/dist/node_modules/d3-selection/src/selection/text.js.map +0 -1
  4296. package/dist/node_modules/d3-selection/src/selector.js.map +0 -1
  4297. package/dist/node_modules/d3-selection/src/selectorAll.js.map +0 -1
  4298. package/dist/node_modules/d3-selection/src/sourceEvent.js.map +0 -1
  4299. package/dist/node_modules/d3-selection/src/window.js.map +0 -1
  4300. package/dist/node_modules/d3-shape/src/area.js +0 -57
  4301. package/dist/node_modules/d3-shape/src/area.js.map +0 -1
  4302. package/dist/node_modules/d3-shape/src/array.js.map +0 -1
  4303. package/dist/node_modules/d3-shape/src/constant.js.map +0 -1
  4304. package/dist/node_modules/d3-shape/src/curve/basis.js +0 -59
  4305. package/dist/node_modules/d3-shape/src/curve/basis.js.map +0 -1
  4306. package/dist/node_modules/d3-shape/src/curve/bump.js +0 -43
  4307. package/dist/node_modules/d3-shape/src/curve/bump.js.map +0 -1
  4308. package/dist/node_modules/d3-shape/src/curve/linear.js +0 -36
  4309. package/dist/node_modules/d3-shape/src/curve/linear.js.map +0 -1
  4310. package/dist/node_modules/d3-shape/src/line.js.map +0 -1
  4311. package/dist/node_modules/d3-shape/src/link.js.map +0 -1
  4312. package/dist/node_modules/d3-shape/src/math.js +0 -7
  4313. package/dist/node_modules/d3-shape/src/math.js.map +0 -1
  4314. package/dist/node_modules/d3-shape/src/path.js +0 -19
  4315. package/dist/node_modules/d3-shape/src/path.js.map +0 -1
  4316. package/dist/node_modules/d3-shape/src/point.js.map +0 -1
  4317. package/dist/node_modules/d3-shape/src/symbol/circle.js +0 -11
  4318. package/dist/node_modules/d3-shape/src/symbol/circle.js.map +0 -1
  4319. package/dist/node_modules/d3-shape/src/symbol/cross.js +0 -5
  4320. package/dist/node_modules/d3-shape/src/symbol/cross.js.map +0 -1
  4321. package/dist/node_modules/d3-shape/src/symbol/diamond.js +0 -5
  4322. package/dist/node_modules/d3-shape/src/symbol/diamond.js.map +0 -1
  4323. package/dist/node_modules/d3-shape/src/symbol/square.js +0 -5
  4324. package/dist/node_modules/d3-shape/src/symbol/square.js.map +0 -1
  4325. package/dist/node_modules/d3-shape/src/symbol/star.js +0 -5
  4326. package/dist/node_modules/d3-shape/src/symbol/star.js.map +0 -1
  4327. package/dist/node_modules/d3-shape/src/symbol/triangle.js +0 -5
  4328. package/dist/node_modules/d3-shape/src/symbol/triangle.js.map +0 -1
  4329. package/dist/node_modules/d3-shape/src/symbol/wye.js +0 -5
  4330. package/dist/node_modules/d3-shape/src/symbol/wye.js.map +0 -1
  4331. package/dist/node_modules/d3-time/src/day.js.map +0 -1
  4332. package/dist/node_modules/d3-time/src/duration.js.map +0 -1
  4333. package/dist/node_modules/d3-time/src/hour.js.map +0 -1
  4334. package/dist/node_modules/d3-time/src/interval.js.map +0 -1
  4335. package/dist/node_modules/d3-time/src/millisecond.js.map +0 -1
  4336. package/dist/node_modules/d3-time/src/minute.js.map +0 -1
  4337. package/dist/node_modules/d3-time/src/month.js.map +0 -1
  4338. package/dist/node_modules/d3-time/src/second.js.map +0 -1
  4339. package/dist/node_modules/d3-time/src/ticks.js +0 -53
  4340. package/dist/node_modules/d3-time/src/ticks.js.map +0 -1
  4341. package/dist/node_modules/d3-time/src/week.js.map +0 -1
  4342. package/dist/node_modules/d3-time/src/year.js.map +0 -1
  4343. package/dist/node_modules/d3-time-format/src/defaultLocale.js.map +0 -1
  4344. package/dist/node_modules/d3-time-format/src/locale.js +0 -479
  4345. package/dist/node_modules/d3-time-format/src/locale.js.map +0 -1
  4346. package/dist/node_modules/d3-timer/src/timeout.js.map +0 -1
  4347. package/dist/node_modules/d3-timer/src/timer.js.map +0 -1
  4348. package/dist/node_modules/d3-transition/src/interrupt.js.map +0 -1
  4349. package/dist/node_modules/d3-transition/src/selection/index.js +0 -6
  4350. package/dist/node_modules/d3-transition/src/selection/index.js.map +0 -1
  4351. package/dist/node_modules/d3-transition/src/selection/interrupt.js.map +0 -1
  4352. package/dist/node_modules/d3-transition/src/selection/transition.js +0 -29
  4353. package/dist/node_modules/d3-transition/src/selection/transition.js.map +0 -1
  4354. package/dist/node_modules/d3-transition/src/transition/attr.js +0 -50
  4355. package/dist/node_modules/d3-transition/src/transition/attr.js.map +0 -1
  4356. package/dist/node_modules/d3-transition/src/transition/attrTween.js +0 -39
  4357. package/dist/node_modules/d3-transition/src/transition/attrTween.js.map +0 -1
  4358. package/dist/node_modules/d3-transition/src/transition/delay.js.map +0 -1
  4359. package/dist/node_modules/d3-transition/src/transition/duration.js.map +0 -1
  4360. package/dist/node_modules/d3-transition/src/transition/ease.js.map +0 -1
  4361. package/dist/node_modules/d3-transition/src/transition/easeVarying.js.map +0 -1
  4362. package/dist/node_modules/d3-transition/src/transition/end.js.map +0 -1
  4363. package/dist/node_modules/d3-transition/src/transition/filter.js +0 -13
  4364. package/dist/node_modules/d3-transition/src/transition/filter.js.map +0 -1
  4365. package/dist/node_modules/d3-transition/src/transition/index.js +0 -66
  4366. package/dist/node_modules/d3-transition/src/transition/index.js.map +0 -1
  4367. package/dist/node_modules/d3-transition/src/transition/interpolate.js +0 -12
  4368. package/dist/node_modules/d3-transition/src/transition/interpolate.js.map +0 -1
  4369. package/dist/node_modules/d3-transition/src/transition/merge.js.map +0 -1
  4370. package/dist/node_modules/d3-transition/src/transition/on.js.map +0 -1
  4371. package/dist/node_modules/d3-transition/src/transition/remove.js.map +0 -1
  4372. package/dist/node_modules/d3-transition/src/transition/schedule.js +0 -86
  4373. package/dist/node_modules/d3-transition/src/transition/schedule.js.map +0 -1
  4374. package/dist/node_modules/d3-transition/src/transition/select.js +0 -15
  4375. package/dist/node_modules/d3-transition/src/transition/select.js.map +0 -1
  4376. package/dist/node_modules/d3-transition/src/transition/selectAll.js +0 -19
  4377. package/dist/node_modules/d3-transition/src/transition/selectAll.js.map +0 -1
  4378. package/dist/node_modules/d3-transition/src/transition/selection.js +0 -9
  4379. package/dist/node_modules/d3-transition/src/transition/selection.js.map +0 -1
  4380. package/dist/node_modules/d3-transition/src/transition/style.js +0 -46
  4381. package/dist/node_modules/d3-transition/src/transition/style.js.map +0 -1
  4382. package/dist/node_modules/d3-transition/src/transition/styleTween.js.map +0 -1
  4383. package/dist/node_modules/d3-transition/src/transition/text.js.map +0 -1
  4384. package/dist/node_modules/d3-transition/src/transition/textTween.js.map +0 -1
  4385. package/dist/node_modules/d3-transition/src/transition/transition.js.map +0 -1
  4386. package/dist/node_modules/d3-transition/src/transition/tween.js.map +0 -1
  4387. package/dist/node_modules/d3-zoom/src/constant.js.map +0 -1
  4388. package/dist/node_modules/d3-zoom/src/event.js.map +0 -1
  4389. package/dist/node_modules/d3-zoom/src/noevent.js.map +0 -1
  4390. package/dist/node_modules/d3-zoom/src/transform.js.map +0 -1
  4391. package/dist/node_modules/d3-zoom/src/zoom.js +0 -234
  4392. package/dist/node_modules/d3-zoom/src/zoom.js.map +0 -1
  4393. package/dist/node_modules/debug/src/browser.js +0 -66
  4394. package/dist/node_modules/debug/src/browser.js.map +0 -1
  4395. package/dist/node_modules/debug/src/debug.js +0 -63
  4396. package/dist/node_modules/debug/src/debug.js.map +0 -1
  4397. package/dist/node_modules/internmap/src/index.js.map +0 -1
  4398. package/dist/node_modules/kdbush/index.js.map +0 -1
  4399. package/dist/node_modules/lodash/lodash.js +0 -3679
  4400. package/dist/node_modules/lodash/lodash.js.map +0 -1
  4401. package/dist/node_modules/ms/index.js +0 -73
  4402. package/dist/node_modules/ms/index.js.map +0 -1
  4403. package/dist/node_modules/quickselect/index.js.map +0 -1
  4404. package/dist/node_modules/rbush/index.js +0 -251
  4405. package/dist/node_modules/rbush/index.js.map +0 -1
  4406. package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +0 -605
  4407. package/dist/node_modules/react/cjs/react-jsx-runtime.development.js.map +0 -1
  4408. package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -29
  4409. package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +0 -1
  4410. package/dist/node_modules/react/cjs/react.development.js +0 -1274
  4411. package/dist/node_modules/react/cjs/react.development.js.map +0 -1
  4412. package/dist/node_modules/react/cjs/react.production.min.js +0 -209
  4413. package/dist/node_modules/react/cjs/react.production.min.js.map +0 -1
  4414. package/dist/node_modules/react/index.js +0 -11
  4415. package/dist/node_modules/react/index.js.map +0 -1
  4416. package/dist/node_modules/react/jsx-runtime.js +0 -9
  4417. package/dist/node_modules/react/jsx-runtime.js.map +0 -1
  4418. package/dist/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +0 -3580
  4419. package/dist/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js.map +0 -1
  4420. package/dist/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js +0 -1235
  4421. package/dist/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js.map +0 -1
  4422. package/dist/node_modules/react-dom/cjs/react-dom-server.browser.development.js +0 -3559
  4423. package/dist/node_modules/react-dom/cjs/react-dom-server.browser.development.js.map +0 -1
  4424. package/dist/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +0 -1256
  4425. package/dist/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js.map +0 -1
  4426. package/dist/node_modules/react-dom/cjs/react-dom.development.js +0 -13399
  4427. package/dist/node_modules/react-dom/cjs/react-dom.development.js.map +0 -1
  4428. package/dist/node_modules/react-dom/cjs/react-dom.production.min.js +0 -5175
  4429. package/dist/node_modules/react-dom/cjs/react-dom.production.min.js.map +0 -1
  4430. package/dist/node_modules/react-dom/client.js +0 -19
  4431. package/dist/node_modules/react-dom/client.js.map +0 -1
  4432. package/dist/node_modules/react-dom/index.js +0 -20
  4433. package/dist/node_modules/react-dom/index.js.map +0 -1
  4434. package/dist/node_modules/react-dom/server.browser.js +0 -16
  4435. package/dist/node_modules/react-dom/server.browser.js.map +0 -1
  4436. package/dist/node_modules/scheduler/cjs/scheduler.development.js +0 -278
  4437. package/dist/node_modules/scheduler/cjs/scheduler.development.js.map +0 -1
  4438. package/dist/node_modules/scheduler/cjs/scheduler.production.min.js +0 -214
  4439. package/dist/node_modules/scheduler/cjs/scheduler.production.min.js.map +0 -1
  4440. package/dist/node_modules/scheduler/index.js +0 -11
  4441. package/dist/node_modules/scheduler/index.js.map +0 -1
  4442. package/dist/node_modules/zod/lib/index.js +0 -2978
  4443. package/dist/node_modules/zod/lib/index.js.map +0 -1
  4444. package/dist/scatterplot/ChartRenderer.d.ts.map +0 -1
  4445. package/dist/scatterplot/ScatterplotSettingsImpl.d.ts.map +0 -1
  4446. package/dist/scatterplot/components/Chart.d.ts.map +0 -1
  4447. package/dist/scatterplot/components/ChartAxis.d.ts.map +0 -1
  4448. package/dist/scatterplot/components/ChartAxisTitles.d.ts.map +0 -1
  4449. package/dist/scatterplot/components/ChartFacetTitle.d.ts.map +0 -1
  4450. package/dist/scatterplot/components/ChartLayersData.d.ts.map +0 -1
  4451. package/dist/scatterplot/components/ChartTooltip.d.ts.map +0 -1
  4452. package/dist/scatterplot/components/ChartTrendsData.d.ts.map +0 -1
  4453. package/dist/scatterplot/components/ChartsGroup.d.ts.map +0 -1
  4454. package/dist/scatterplot/components/Grid.d.ts.map +0 -1
  4455. package/dist/scatterplot/components/types.d.ts.map +0 -1
  4456. package/dist/scatterplot/constants.d.ts.map +0 -1
  4457. package/dist/scatterplot/dots.d.ts.map +0 -1
  4458. package/dist/scatterplot/getLayersData.d.ts.map +0 -1
  4459. package/dist/scatterplot/index.d.ts.map +0 -1
  4460. package/dist/scatterplot/linearRegression.d.ts.map +0 -1
  4461. package/dist/scatterplot/utils/createAesGetter.d.ts.map +0 -1
  4462. package/dist/scatterplot/utils/createLegendInfo.d.ts.map +0 -1
  4463. package/dist/scatterplot/utils/formatColumnValue.d.ts.map +0 -1
  4464. package/dist/scatterplot/utils/getTicksAndFormat.d.ts.map +0 -1
  4465. package/dist/scatterplot/utils/getVisibleLabels.d.ts.map +0 -1
  4466. package/dist/scatterplot/utils/isNumericScale.d.ts.map +0 -1
  4467. package/dist/scatterplot/utils/sortDotsByGrouping.d.ts.map +0 -1
  4468. package/dist/scatterplot-umap/ChartRenderer.d.ts.map +0 -1
  4469. package/dist/scatterplot-umap/SettingsImpl.d.ts.map +0 -1
  4470. package/dist/scatterplot-umap/colors.d.ts.map +0 -1
  4471. package/dist/scatterplot-umap/components/Lasso.d.ts.map +0 -1
  4472. package/dist/scatterplot-umap/components/LowerSVG.d.ts.map +0 -1
  4473. package/dist/scatterplot-umap/components/SVGLayer.d.ts.map +0 -1
  4474. package/dist/scatterplot-umap/components/UpperSVG.d.ts.map +0 -1
  4475. package/dist/scatterplot-umap/constants.d.ts.map +0 -1
  4476. package/dist/scatterplot-umap/index.d.ts.map +0 -1
  4477. package/dist/scatterplot-umap/types.d.ts.map +0 -1
  4478. package/dist/types/bubble.d.ts.map +0 -1
  4479. package/dist/types/common.d.ts.map +0 -1
  4480. package/dist/types/dendro.d.ts.map +0 -1
  4481. package/dist/types/discrete.d.ts.map +0 -1
  4482. package/dist/types/heatmap.d.ts.map +0 -1
  4483. package/dist/types/histogram.d.ts.map +0 -1
  4484. package/dist/types/index.d.ts.map +0 -1
  4485. package/dist/types/scatterplot-umap.d.ts.map +0 -1
  4486. package/dist/types/scatterplot.d.ts.map +0 -1
  4487. package/dist/utils/TextMeasurer/TextMeasurer.d.ts.map +0 -1
  4488. package/dist/utils/WorkerFactory.d.ts.map +0 -1
  4489. package/dist/utils/arrangeLegendParts.d.ts.map +0 -1
  4490. package/dist/utils/arraysAreDifferent.d.ts.map +0 -1
  4491. package/dist/utils/createMultilineDiscreteLabels.d.ts.map +0 -1
  4492. package/dist/utils/getChartEdgeSides.d.ts.map +0 -1
  4493. package/dist/utils/getContinuousColorScale.d.ts.map +0 -1
  4494. package/dist/utils/getContinuousLegendTicks.d.ts.map +0 -1
  4495. package/dist/utils/getFacetOrGroupKey.d.ts.map +0 -1
  4496. package/dist/utils/getFacetRowsColumns.d.ts.map +0 -1
  4497. package/dist/utils/getKeysCombination.d.ts.map +0 -1
  4498. package/dist/utils/getLegendWidth.d.ts.map +0 -1
  4499. package/dist/utils/getLineShape.d.ts.map +0 -1
  4500. package/dist/utils/getPointShape.d.ts.map +0 -1
  4501. package/dist/utils/hooks/useFunction.d.ts.map +0 -1
  4502. package/dist/utils/index.d.ts.map +0 -1
  4503. package/dist/utils/measureMultilineDiscreteLabels.d.ts.map +0 -1
  4504. package/dist/utils/numberFormat.d.ts.map +0 -1
  4505. package/dist/utils/splitTextByWidth.d.ts.map +0 -1
  4506. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-axis@3.0.7_d3-scale@4.0.2_d3-selection@3.0.0_d3-shape@3.2.0/node_modules/@d3fc}/d3fc-axis/src/axisTickUtils.js +0 -0
  4507. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-chart@5.1.9_d3-array@3.2.4_d3-path@3.1.0_d3-scale-chromatic@3.1.0_d3-scale@4.0.2_d_kyhwsugamw24x7v3obvyiw5jfe/node_modules/@d3fc}/d3fc-chart/src/css.js +0 -0
  4508. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-chart@5.1.9_d3-array@3.2.4_d3-path@3.1.0_d3-scale-chromatic@3.1.0_d3-scale@4.0.2_d_kyhwsugamw24x7v3obvyiw5jfe/node_modules/@d3fc}/d3fc-chart/src/store.js +0 -0
  4509. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-data-join@6.0.3_d3-selection@3.0.0/node_modules/@d3fc}/d3fc-data-join/src/dataJoin.js +0 -0
  4510. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc}/d3fc-element/index.js +0 -0
  4511. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc}/d3fc-element/src/canvas.js +0 -0
  4512. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc}/d3fc-element/src/css.js +0 -0
  4513. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc}/d3fc-element/src/data.js +0 -0
  4514. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc}/d3fc-element/src/element.js +0 -0
  4515. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc}/d3fc-element/src/group.js +0 -0
  4516. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc}/d3fc-element/src/redraw.js +0 -0
  4517. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc}/d3fc-element/src/requestRedraw.js +0 -0
  4518. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-element@6.2.0/node_modules/@d3fc}/d3fc-element/src/svg.js +0 -0
  4519. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-rebind@6.0.1/node_modules/@d3fc}/d3fc-rebind/src/createReboundMethod.js +0 -0
  4520. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-rebind@6.0.1/node_modules/@d3fc}/d3fc-rebind/src/rebind.js +0 -0
  4521. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-rebind@6.0.1/node_modules/@d3fc}/d3fc-rebind/src/rebindAll.js +0 -0
  4522. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-rebind@6.0.1/node_modules/@d3fc}/d3fc-rebind/src/transform/exclude.js +0 -0
  4523. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-rebind@6.0.1/node_modules/@d3fc}/d3fc-rebind/src/transform/prefix.js +0 -0
  4524. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-rebind@6.0.1/node_modules/@d3fc}/d3fc-rebind/src/transform/regexify.js +0 -0
  4525. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc}/d3fc-webgl/src/buffer/arrayViewFactory.js +0 -0
  4526. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc}/d3fc-webgl/src/buffer/attributeProjector.js +0 -0
  4527. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc}/d3fc-webgl/src/buffer/baseAttribute.js +0 -0
  4528. /package/dist/node_modules/{@d3fc → .pnpm/@d3fc_d3fc-webgl@3.2.1_d3-scale@4.0.2_d3-shape@3.2.0/node_modules/@d3fc}/d3fc-webgl/src/buffer/types.js +0 -0
  4529. /package/dist/node_modules/{@stdlib → .pnpm/@stdlib_math-base-special-factorial@0.2.1/node_modules/@stdlib}/math-base-special-factorial/lib/factorials.json.js +0 -0
  4530. /package/dist/node_modules/{@stdlib → .pnpm/@stdlib_math-base-special-factorial@0.2.1/node_modules/@stdlib}/math-base-special-factorial/lib/factorials.json.js.map +0 -0
  4531. /package/dist/node_modules/{@stdlib/math-base-special-gamma-delta-ratio → .pnpm/@stdlib_math-base-special-factorial@0.3.0}/node_modules/@stdlib/math-base-special-factorial/lib/factorials.json.js +0 -0
  4532. /package/dist/node_modules/{@stdlib/math-base-special-gamma-delta-ratio → .pnpm/@stdlib_math-base-special-factorial@0.3.0}/node_modules/@stdlib/math-base-special-factorial/lib/factorials.json.js.map +0 -0
  4533. /package/dist/node_modules/{@stdlib → .pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib}/utils-keys/lib/excluded_keys.json.js +0 -0
  4534. /package/dist/node_modules/{@stdlib → .pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib}/utils-keys/lib/excluded_keys.json.js.map +0 -0
  4535. /package/dist/node_modules/{@stdlib → .pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib}/utils-keys/lib/non_enumerable.json.js +0 -0
  4536. /package/dist/node_modules/{@stdlib → .pnpm/@stdlib_utils-keys@0.2.2/node_modules/@stdlib}/utils-keys/lib/non_enumerable.json.js.map +0 -0
  4537. /package/dist/node_modules/{comlink → .pnpm/comlink@4.4.2/node_modules/comlink}/dist/esm/comlink.js +0 -0
  4538. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/array.js +0 -0
  4539. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/ascending.js +0 -0
  4540. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/bin.js +0 -0
  4541. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/bisect.js +0 -0
  4542. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/bisector.js +0 -0
  4543. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/constant.js +0 -0
  4544. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/count.js +0 -0
  4545. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/descending.js +0 -0
  4546. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/deviation.js +0 -0
  4547. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/extent.js +0 -0
  4548. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/identity.js +0 -0
  4549. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/max.js +0 -0
  4550. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/mean.js +0 -0
  4551. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/min.js +0 -0
  4552. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/nice.js +0 -0
  4553. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/number.js +0 -0
  4554. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/quantile.js +0 -0
  4555. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/quickselect.js +0 -0
  4556. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/range.js +0 -0
  4557. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/sort.js +0 -0
  4558. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/sum.js +0 -0
  4559. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/threshold/sturges.js +0 -0
  4560. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/ticks.js +0 -0
  4561. /package/dist/node_modules/{d3-array → .pnpm/d3-array@3.2.4/node_modules/d3-array}/src/variance.js +0 -0
  4562. /package/dist/node_modules/{d3-color → .pnpm/d3-color@3.1.0/node_modules/d3-color}/src/color.js +0 -0
  4563. /package/dist/node_modules/{d3-color → .pnpm/d3-color@3.1.0/node_modules/d3-color}/src/define.js +0 -0
  4564. /package/dist/node_modules/{d3-dispatch → .pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch}/src/dispatch.js +0 -0
  4565. /package/dist/node_modules/{d3-drag → .pnpm/d3-drag@3.0.0/node_modules/d3-drag}/src/constant.js +0 -0
  4566. /package/dist/node_modules/{d3-drag → .pnpm/d3-drag@3.0.0/node_modules/d3-drag}/src/event.js +0 -0
  4567. /package/dist/node_modules/{d3-drag → .pnpm/d3-drag@3.0.0/node_modules/d3-drag}/src/noevent.js +0 -0
  4568. /package/dist/node_modules/{d3-ease → .pnpm/d3-ease@3.0.1/node_modules/d3-ease}/src/cubic.js +0 -0
  4569. /package/dist/node_modules/{d3-format → .pnpm/d3-format@3.1.0/node_modules/d3-format}/src/defaultLocale.js +0 -0
  4570. /package/dist/node_modules/{d3-format → .pnpm/d3-format@3.1.0/node_modules/d3-format}/src/exponent.js +0 -0
  4571. /package/dist/node_modules/{d3-format → .pnpm/d3-format@3.1.0/node_modules/d3-format}/src/formatDecimal.js +0 -0
  4572. /package/dist/node_modules/{d3-format → .pnpm/d3-format@3.1.0/node_modules/d3-format}/src/formatGroup.js +0 -0
  4573. /package/dist/node_modules/{d3-format → .pnpm/d3-format@3.1.0/node_modules/d3-format}/src/formatNumerals.js +0 -0
  4574. /package/dist/node_modules/{d3-format → .pnpm/d3-format@3.1.0/node_modules/d3-format}/src/formatPrefixAuto.js +0 -0
  4575. /package/dist/node_modules/{d3-format → .pnpm/d3-format@3.1.0/node_modules/d3-format}/src/formatRounded.js +0 -0
  4576. /package/dist/node_modules/{d3-format → .pnpm/d3-format@3.1.0/node_modules/d3-format}/src/formatSpecifier.js +0 -0
  4577. /package/dist/node_modules/{d3-format → .pnpm/d3-format@3.1.0/node_modules/d3-format}/src/formatTrim.js +0 -0
  4578. /package/dist/node_modules/{d3-format → .pnpm/d3-format@3.1.0/node_modules/d3-format}/src/formatTypes.js +0 -0
  4579. /package/dist/node_modules/{d3-format → .pnpm/d3-format@3.1.0/node_modules/d3-format}/src/identity.js +0 -0
  4580. /package/dist/node_modules/{d3-format → .pnpm/d3-format@3.1.0/node_modules/d3-format}/src/locale.js +0 -0
  4581. /package/dist/node_modules/{d3-format → .pnpm/d3-format@3.1.0/node_modules/d3-format}/src/precisionFixed.js +0 -0
  4582. /package/dist/node_modules/{d3-format → .pnpm/d3-format@3.1.0/node_modules/d3-format}/src/precisionPrefix.js +0 -0
  4583. /package/dist/node_modules/{d3-format → .pnpm/d3-format@3.1.0/node_modules/d3-format}/src/precisionRound.js +0 -0
  4584. /package/dist/node_modules/{d3-hierarchy → .pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy}/src/accessors.js +0 -0
  4585. /package/dist/node_modules/{d3-hierarchy → .pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy}/src/cluster.js +0 -0
  4586. /package/dist/node_modules/{d3-hierarchy → .pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy}/src/hierarchy/ancestors.js +0 -0
  4587. /package/dist/node_modules/{d3-hierarchy → .pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy}/src/hierarchy/count.js +0 -0
  4588. /package/dist/node_modules/{d3-hierarchy → .pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy}/src/hierarchy/descendants.js +0 -0
  4589. /package/dist/node_modules/{d3-hierarchy → .pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy}/src/hierarchy/each.js +0 -0
  4590. /package/dist/node_modules/{d3-hierarchy → .pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy}/src/hierarchy/eachAfter.js +0 -0
  4591. /package/dist/node_modules/{d3-hierarchy → .pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy}/src/hierarchy/eachBefore.js +0 -0
  4592. /package/dist/node_modules/{d3-hierarchy → .pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy}/src/hierarchy/find.js +0 -0
  4593. /package/dist/node_modules/{d3-hierarchy → .pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy}/src/hierarchy/index.js +0 -0
  4594. /package/dist/node_modules/{d3-hierarchy → .pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy}/src/hierarchy/iterator.js +0 -0
  4595. /package/dist/node_modules/{d3-hierarchy → .pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy}/src/hierarchy/leaves.js +0 -0
  4596. /package/dist/node_modules/{d3-hierarchy → .pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy}/src/hierarchy/links.js +0 -0
  4597. /package/dist/node_modules/{d3-hierarchy → .pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy}/src/hierarchy/path.js +0 -0
  4598. /package/dist/node_modules/{d3-hierarchy → .pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy}/src/hierarchy/sort.js +0 -0
  4599. /package/dist/node_modules/{d3-hierarchy → .pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy}/src/hierarchy/sum.js +0 -0
  4600. /package/dist/node_modules/{d3-interpolate → .pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate}/src/array.js +0 -0
  4601. /package/dist/node_modules/{d3-interpolate → .pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate}/src/color.js +0 -0
  4602. /package/dist/node_modules/{d3-interpolate → .pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate}/src/constant.js +0 -0
  4603. /package/dist/node_modules/{d3-interpolate → .pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate}/src/date.js +0 -0
  4604. /package/dist/node_modules/{d3-interpolate → .pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate}/src/number.js +0 -0
  4605. /package/dist/node_modules/{d3-interpolate → .pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate}/src/numberArray.js +0 -0
  4606. /package/dist/node_modules/{d3-interpolate → .pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate}/src/object.js +0 -0
  4607. /package/dist/node_modules/{d3-interpolate → .pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate}/src/round.js +0 -0
  4608. /package/dist/node_modules/{d3-interpolate → .pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate}/src/string.js +0 -0
  4609. /package/dist/node_modules/{d3-interpolate → .pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate}/src/transform/decompose.js +0 -0
  4610. /package/dist/node_modules/{d3-interpolate → .pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate}/src/transform/index.js +0 -0
  4611. /package/dist/node_modules/{d3-interpolate → .pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate}/src/transform/parse.js +0 -0
  4612. /package/dist/node_modules/{d3-path → .pnpm/d3-path@3.1.0/node_modules/d3-path}/src/path.js +0 -0
  4613. /package/dist/node_modules/{d3-polygon → .pnpm/d3-polygon@3.0.1/node_modules/d3-polygon}/src/contains.js +0 -0
  4614. /package/dist/node_modules/{d3-random → .pnpm/d3-random@3.0.1/node_modules/d3-random}/src/lcg.js +0 -0
  4615. /package/dist/node_modules/{d3-scale → .pnpm/d3-scale@4.0.2/node_modules/d3-scale}/src/constant.js +0 -0
  4616. /package/dist/node_modules/{d3-scale → .pnpm/d3-scale@4.0.2/node_modules/d3-scale}/src/identity.js +0 -0
  4617. /package/dist/node_modules/{d3-scale → .pnpm/d3-scale@4.0.2/node_modules/d3-scale}/src/init.js +0 -0
  4618. /package/dist/node_modules/{d3-scale → .pnpm/d3-scale@4.0.2/node_modules/d3-scale}/src/nice.js +0 -0
  4619. /package/dist/node_modules/{d3-scale → .pnpm/d3-scale@4.0.2/node_modules/d3-scale}/src/number.js +0 -0
  4620. /package/dist/node_modules/{d3-scale → .pnpm/d3-scale@4.0.2/node_modules/d3-scale}/src/pow.js +0 -0
  4621. /package/dist/node_modules/{d3-scale → .pnpm/d3-scale@4.0.2/node_modules/d3-scale}/src/symlog.js +0 -0
  4622. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/array.js +0 -0
  4623. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/constant.js +0 -0
  4624. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/creator.js +0 -0
  4625. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/matcher.js +0 -0
  4626. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/namespace.js +0 -0
  4627. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/namespaces.js +0 -0
  4628. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/pointer.js +0 -0
  4629. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/select.js +0 -0
  4630. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/append.js +0 -0
  4631. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/attr.js +0 -0
  4632. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/call.js +0 -0
  4633. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/classed.js +0 -0
  4634. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/clone.js +0 -0
  4635. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/data.js +0 -0
  4636. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/datum.js +0 -0
  4637. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/dispatch.js +0 -0
  4638. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/each.js +0 -0
  4639. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/empty.js +0 -0
  4640. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/enter.js +0 -0
  4641. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/exit.js +0 -0
  4642. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/filter.js +0 -0
  4643. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/html.js +0 -0
  4644. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/index.js +0 -0
  4645. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/insert.js +0 -0
  4646. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/iterator.js +0 -0
  4647. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/join.js +0 -0
  4648. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/lower.js +0 -0
  4649. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/merge.js +0 -0
  4650. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/node.js +0 -0
  4651. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/nodes.js +0 -0
  4652. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/on.js +0 -0
  4653. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/order.js +0 -0
  4654. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/property.js +0 -0
  4655. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/raise.js +0 -0
  4656. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/remove.js +0 -0
  4657. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/select.js +0 -0
  4658. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/selectAll.js +0 -0
  4659. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/selectChild.js +0 -0
  4660. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/selectChildren.js +0 -0
  4661. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/size.js +0 -0
  4662. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/sort.js +0 -0
  4663. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/sparse.js +0 -0
  4664. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/style.js +0 -0
  4665. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selection/text.js +0 -0
  4666. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selector.js +0 -0
  4667. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/selectorAll.js +0 -0
  4668. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/sourceEvent.js +0 -0
  4669. /package/dist/node_modules/{d3-selection → .pnpm/d3-selection@3.0.0/node_modules/d3-selection}/src/window.js +0 -0
  4670. /package/dist/node_modules/{d3-shape → .pnpm/d3-shape@3.2.0/node_modules/d3-shape}/src/array.js +0 -0
  4671. /package/dist/node_modules/{d3-shape → .pnpm/d3-shape@3.2.0/node_modules/d3-shape}/src/constant.js +0 -0
  4672. /package/dist/node_modules/{d3-shape → .pnpm/d3-shape@3.2.0/node_modules/d3-shape}/src/line.js +0 -0
  4673. /package/dist/node_modules/{d3-shape → .pnpm/d3-shape@3.2.0/node_modules/d3-shape}/src/link.js +0 -0
  4674. /package/dist/node_modules/{d3-shape → .pnpm/d3-shape@3.2.0/node_modules/d3-shape}/src/point.js +0 -0
  4675. /package/dist/node_modules/{d3-time-format → .pnpm/d3-time-format@4.1.0/node_modules/d3-time-format}/src/defaultLocale.js +0 -0
  4676. /package/dist/node_modules/{d3-time → .pnpm/d3-time@3.1.0/node_modules/d3-time}/src/day.js +0 -0
  4677. /package/dist/node_modules/{d3-time → .pnpm/d3-time@3.1.0/node_modules/d3-time}/src/duration.js +0 -0
  4678. /package/dist/node_modules/{d3-time → .pnpm/d3-time@3.1.0/node_modules/d3-time}/src/hour.js +0 -0
  4679. /package/dist/node_modules/{d3-time → .pnpm/d3-time@3.1.0/node_modules/d3-time}/src/interval.js +0 -0
  4680. /package/dist/node_modules/{d3-time → .pnpm/d3-time@3.1.0/node_modules/d3-time}/src/millisecond.js +0 -0
  4681. /package/dist/node_modules/{d3-time → .pnpm/d3-time@3.1.0/node_modules/d3-time}/src/minute.js +0 -0
  4682. /package/dist/node_modules/{d3-time → .pnpm/d3-time@3.1.0/node_modules/d3-time}/src/month.js +0 -0
  4683. /package/dist/node_modules/{d3-time → .pnpm/d3-time@3.1.0/node_modules/d3-time}/src/second.js +0 -0
  4684. /package/dist/node_modules/{d3-time → .pnpm/d3-time@3.1.0/node_modules/d3-time}/src/week.js +0 -0
  4685. /package/dist/node_modules/{d3-time → .pnpm/d3-time@3.1.0/node_modules/d3-time}/src/year.js +0 -0
  4686. /package/dist/node_modules/{d3-timer → .pnpm/d3-timer@3.0.1/node_modules/d3-timer}/src/timeout.js +0 -0
  4687. /package/dist/node_modules/{d3-timer → .pnpm/d3-timer@3.0.1/node_modules/d3-timer}/src/timer.js +0 -0
  4688. /package/dist/node_modules/{d3-transition → .pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition}/src/interrupt.js +0 -0
  4689. /package/dist/node_modules/{d3-transition → .pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition}/src/selection/interrupt.js +0 -0
  4690. /package/dist/node_modules/{d3-transition → .pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition}/src/transition/delay.js +0 -0
  4691. /package/dist/node_modules/{d3-transition → .pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition}/src/transition/duration.js +0 -0
  4692. /package/dist/node_modules/{d3-transition → .pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition}/src/transition/ease.js +0 -0
  4693. /package/dist/node_modules/{d3-transition → .pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition}/src/transition/easeVarying.js +0 -0
  4694. /package/dist/node_modules/{d3-transition → .pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition}/src/transition/end.js +0 -0
  4695. /package/dist/node_modules/{d3-transition → .pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition}/src/transition/merge.js +0 -0
  4696. /package/dist/node_modules/{d3-transition → .pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition}/src/transition/on.js +0 -0
  4697. /package/dist/node_modules/{d3-transition → .pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition}/src/transition/remove.js +0 -0
  4698. /package/dist/node_modules/{d3-transition → .pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition}/src/transition/styleTween.js +0 -0
  4699. /package/dist/node_modules/{d3-transition → .pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition}/src/transition/text.js +0 -0
  4700. /package/dist/node_modules/{d3-transition → .pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition}/src/transition/textTween.js +0 -0
  4701. /package/dist/node_modules/{d3-transition → .pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition}/src/transition/transition.js +0 -0
  4702. /package/dist/node_modules/{d3-transition → .pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition}/src/transition/tween.js +0 -0
  4703. /package/dist/node_modules/{d3-zoom → .pnpm/d3-zoom@3.0.0/node_modules/d3-zoom}/src/constant.js +0 -0
  4704. /package/dist/node_modules/{d3-zoom → .pnpm/d3-zoom@3.0.0/node_modules/d3-zoom}/src/event.js +0 -0
  4705. /package/dist/node_modules/{d3-zoom → .pnpm/d3-zoom@3.0.0/node_modules/d3-zoom}/src/noevent.js +0 -0
  4706. /package/dist/node_modules/{d3-zoom → .pnpm/d3-zoom@3.0.0/node_modules/d3-zoom}/src/transform.js +0 -0
  4707. /package/dist/node_modules/{internmap → .pnpm/internmap@2.0.3/node_modules/internmap}/src/index.js +0 -0
  4708. /package/dist/node_modules/{kdbush → .pnpm/kdbush@4.0.2/node_modules/kdbush}/index.js +0 -0
  4709. /package/dist/node_modules/{quickselect → .pnpm/quickselect@3.0.0/node_modules/quickselect}/index.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"react-dom-server.browser.development.js","sources":["../../../../../../../../../node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server.browser.development.js"],"sourcesContent":["/**\n * @license React\n * react-dom-server.browser.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\nvar React = require('react');\n\nvar ReactVersion = '18.3.1';\n\nvar ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n\n// by calls to these methods by a Babel plugin.\n//\n// In PROD (or in packages without access to React internals),\n// they are left as they are instead.\n\nfunction warn(format) {\n {\n {\n for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n\n printWarning('warn', format, args);\n }\n }\n}\nfunction error(format) {\n {\n {\n for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {\n args[_key2 - 1] = arguments[_key2];\n }\n\n printWarning('error', format, args);\n }\n }\n}\n\nfunction printWarning(level, format, args) {\n // When changing this logic, you might want to also\n // update consoleWithStackDev.www.js as well.\n {\n var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n var stack = ReactDebugCurrentFrame.getStackAddendum();\n\n if (stack !== '') {\n format += '%s';\n args = args.concat([stack]);\n } // eslint-disable-next-line react-internal/safe-string-coercion\n\n\n var argsWithFormat = args.map(function (item) {\n return String(item);\n }); // Careful: RN currently depends on this prefix\n\n argsWithFormat.unshift('Warning: ' + format); // We intentionally don't use spread (or .apply) directly because it\n // breaks IE9: https://github.com/facebook/react/issues/13610\n // eslint-disable-next-line react-internal/no-production-logging\n\n Function.prototype.apply.call(console[level], console, argsWithFormat);\n }\n}\n\nfunction scheduleWork(callback) {\n callback();\n}\nvar VIEW_SIZE = 512;\nvar currentView = null;\nvar writtenBytes = 0;\nfunction beginWriting(destination) {\n currentView = new Uint8Array(VIEW_SIZE);\n writtenBytes = 0;\n}\nfunction writeChunk(destination, chunk) {\n if (chunk.length === 0) {\n return;\n }\n\n if (chunk.length > VIEW_SIZE) {\n // this chunk may overflow a single view which implies it was not\n // one that is cached by the streaming renderer. We will enqueu\n // it directly and expect it is not re-used\n if (writtenBytes > 0) {\n destination.enqueue(new Uint8Array(currentView.buffer, 0, writtenBytes));\n currentView = new Uint8Array(VIEW_SIZE);\n writtenBytes = 0;\n }\n\n destination.enqueue(chunk);\n return;\n }\n\n var bytesToWrite = chunk;\n var allowableBytes = currentView.length - writtenBytes;\n\n if (allowableBytes < bytesToWrite.length) {\n // this chunk would overflow the current view. We enqueue a full view\n // and start a new view with the remaining chunk\n if (allowableBytes === 0) {\n // the current view is already full, send it\n destination.enqueue(currentView);\n } else {\n // fill up the current view and apply the remaining chunk bytes\n // to a new view.\n currentView.set(bytesToWrite.subarray(0, allowableBytes), writtenBytes); // writtenBytes += allowableBytes; // this can be skipped because we are going to immediately reset the view\n\n destination.enqueue(currentView);\n bytesToWrite = bytesToWrite.subarray(allowableBytes);\n }\n\n currentView = new Uint8Array(VIEW_SIZE);\n writtenBytes = 0;\n }\n\n currentView.set(bytesToWrite, writtenBytes);\n writtenBytes += bytesToWrite.length;\n}\nfunction writeChunkAndReturn(destination, chunk) {\n writeChunk(destination, chunk); // in web streams there is no backpressure so we can alwas write more\n\n return true;\n}\nfunction completeWriting(destination) {\n if (currentView && writtenBytes > 0) {\n destination.enqueue(new Uint8Array(currentView.buffer, 0, writtenBytes));\n currentView = null;\n writtenBytes = 0;\n }\n}\nfunction close(destination) {\n destination.close();\n}\nvar textEncoder = new TextEncoder();\nfunction stringToChunk(content) {\n return textEncoder.encode(content);\n}\nfunction stringToPrecomputedChunk(content) {\n return textEncoder.encode(content);\n}\nfunction closeWithError(destination, error) {\n if (typeof destination.error === 'function') {\n // $FlowFixMe: This is an Error object or the destination accepts other types.\n destination.error(error);\n } else {\n // Earlier implementations doesn't support this method. In that environment you're\n // supposed to throw from a promise returned but we don't return a promise in our\n // approach. We could fork this implementation but this is environment is an edge\n // case to begin with. It's even less common to run this in an older environment.\n // Even then, this is not where errors are supposed to happen and they get reported\n // to a global callback in addition to this anyway. So it's fine just to close this.\n destination.close();\n }\n}\n\n/*\n * The `'' + value` pattern (used in in perf-sensitive code) throws for Symbol\n * and Temporal.* types. See https://github.com/facebook/react/pull/22064.\n *\n * The functions in this module will throw an easier-to-understand,\n * easier-to-debug exception with a clear errors message message explaining the\n * problem. (Instead of a confusing exception thrown inside the implementation\n * of the `value` object).\n */\n// $FlowFixMe only called in DEV, so void return is not possible.\nfunction typeName(value) {\n {\n // toStringTag is needed for namespaced types like Temporal.Instant\n var hasToStringTag = typeof Symbol === 'function' && Symbol.toStringTag;\n var type = hasToStringTag && value[Symbol.toStringTag] || value.constructor.name || 'Object';\n return type;\n }\n} // $FlowFixMe only called in DEV, so void return is not possible.\n\n\nfunction willCoercionThrow(value) {\n {\n try {\n testStringCoercion(value);\n return false;\n } catch (e) {\n return true;\n }\n }\n}\n\nfunction testStringCoercion(value) {\n // If you ended up here by following an exception call stack, here's what's\n // happened: you supplied an object or symbol value to React (as a prop, key,\n // DOM attribute, CSS property, string ref, etc.) and when React tried to\n // coerce it to a string using `'' + value`, an exception was thrown.\n //\n // The most common types that will cause this exception are `Symbol` instances\n // and Temporal objects like `Temporal.Instant`. But any object that has a\n // `valueOf` or `[Symbol.toPrimitive]` method that throws will also cause this\n // exception. (Library authors do this to prevent users from using built-in\n // numeric operators like `+` or comparison operators like `>=` because custom\n // methods are needed to perform accurate arithmetic or comparison.)\n //\n // To fix the problem, coerce this object or symbol value to a string before\n // passing it to React. The most reliable way is usually `String(value)`.\n //\n // To find which value is throwing, check the browser or debugger console.\n // Before this exception was thrown, there should be `console.error` output\n // that shows the type (Symbol, Temporal.PlainDate, etc.) that caused the\n // problem and how that type was used: key, atrribute, input value prop, etc.\n // In most cases, this console output also shows the component and its\n // ancestor components where the exception happened.\n //\n // eslint-disable-next-line react-internal/safe-string-coercion\n return '' + value;\n}\n\nfunction checkAttributeStringCoercion(value, attributeName) {\n {\n if (willCoercionThrow(value)) {\n error('The provided `%s` attribute is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', attributeName, typeName(value));\n\n return testStringCoercion(value); // throw (to help callers find troubleshooting comments)\n }\n }\n}\nfunction checkCSSPropertyStringCoercion(value, propName) {\n {\n if (willCoercionThrow(value)) {\n error('The provided `%s` CSS property is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', propName, typeName(value));\n\n return testStringCoercion(value); // throw (to help callers find troubleshooting comments)\n }\n }\n}\nfunction checkHtmlStringCoercion(value) {\n {\n if (willCoercionThrow(value)) {\n error('The provided HTML markup uses a value of unsupported type %s.' + ' This value must be coerced to a string before before using it here.', typeName(value));\n\n return testStringCoercion(value); // throw (to help callers find troubleshooting comments)\n }\n }\n}\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\n// A reserved attribute.\n// It is handled by React separately and shouldn't be written to the DOM.\nvar RESERVED = 0; // A simple string attribute.\n// Attributes that aren't in the filter are presumed to have this type.\n\nvar STRING = 1; // A string attribute that accepts booleans in React. In HTML, these are called\n// \"enumerated\" attributes with \"true\" and \"false\" as possible values.\n// When true, it should be set to a \"true\" string.\n// When false, it should be set to a \"false\" string.\n\nvar BOOLEANISH_STRING = 2; // A real boolean attribute.\n// When true, it should be present (set either to an empty string or its name).\n// When false, it should be omitted.\n\nvar BOOLEAN = 3; // An attribute that can be used as a flag as well as with a value.\n// When true, it should be present (set either to an empty string or its name).\n// When false, it should be omitted.\n// For any other value, should be present with that value.\n\nvar OVERLOADED_BOOLEAN = 4; // An attribute that must be numeric or parse as a numeric.\n// When falsy, it should be removed.\n\nvar NUMERIC = 5; // An attribute that must be positive numeric or parse as a positive numeric.\n// When falsy, it should be removed.\n\nvar POSITIVE_NUMERIC = 6;\n\n/* eslint-disable max-len */\nvar ATTRIBUTE_NAME_START_CHAR = \":A-Z_a-z\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD\";\n/* eslint-enable max-len */\n\nvar ATTRIBUTE_NAME_CHAR = ATTRIBUTE_NAME_START_CHAR + \"\\\\-.0-9\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040\";\nvar VALID_ATTRIBUTE_NAME_REGEX = new RegExp('^[' + ATTRIBUTE_NAME_START_CHAR + '][' + ATTRIBUTE_NAME_CHAR + ']*$');\nvar illegalAttributeNameCache = {};\nvar validatedAttributeNameCache = {};\nfunction isAttributeNameSafe(attributeName) {\n if (hasOwnProperty.call(validatedAttributeNameCache, attributeName)) {\n return true;\n }\n\n if (hasOwnProperty.call(illegalAttributeNameCache, attributeName)) {\n return false;\n }\n\n if (VALID_ATTRIBUTE_NAME_REGEX.test(attributeName)) {\n validatedAttributeNameCache[attributeName] = true;\n return true;\n }\n\n illegalAttributeNameCache[attributeName] = true;\n\n {\n error('Invalid attribute name: `%s`', attributeName);\n }\n\n return false;\n}\nfunction shouldRemoveAttributeWithWarning(name, value, propertyInfo, isCustomComponentTag) {\n if (propertyInfo !== null && propertyInfo.type === RESERVED) {\n return false;\n }\n\n switch (typeof value) {\n case 'function': // $FlowIssue symbol is perfectly valid here\n\n case 'symbol':\n // eslint-disable-line\n return true;\n\n case 'boolean':\n {\n if (isCustomComponentTag) {\n return false;\n }\n\n if (propertyInfo !== null) {\n return !propertyInfo.acceptsBooleans;\n } else {\n var prefix = name.toLowerCase().slice(0, 5);\n return prefix !== 'data-' && prefix !== 'aria-';\n }\n }\n\n default:\n return false;\n }\n}\nfunction getPropertyInfo(name) {\n return properties.hasOwnProperty(name) ? properties[name] : null;\n}\n\nfunction PropertyInfoRecord(name, type, mustUseProperty, attributeName, attributeNamespace, sanitizeURL, removeEmptyString) {\n this.acceptsBooleans = type === BOOLEANISH_STRING || type === BOOLEAN || type === OVERLOADED_BOOLEAN;\n this.attributeName = attributeName;\n this.attributeNamespace = attributeNamespace;\n this.mustUseProperty = mustUseProperty;\n this.propertyName = name;\n this.type = type;\n this.sanitizeURL = sanitizeURL;\n this.removeEmptyString = removeEmptyString;\n} // When adding attributes to this list, be sure to also add them to\n// the `possibleStandardNames` module to ensure casing and incorrect\n// name warnings.\n\n\nvar properties = {}; // These props are reserved by React. They shouldn't be written to the DOM.\n\nvar reservedProps = ['children', 'dangerouslySetInnerHTML', // TODO: This prevents the assignment of defaultValue to regular\n// elements (not just inputs). Now that ReactDOMInput assigns to the\n// defaultValue property -- do we need this?\n'defaultValue', 'defaultChecked', 'innerHTML', 'suppressContentEditableWarning', 'suppressHydrationWarning', 'style'];\n\nreservedProps.forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, RESERVED, false, // mustUseProperty\n name, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // A few React string attributes have a different name.\n// This is a mapping from React prop names to the attribute names.\n\n[['acceptCharset', 'accept-charset'], ['className', 'class'], ['htmlFor', 'for'], ['httpEquiv', 'http-equiv']].forEach(function (_ref) {\n var name = _ref[0],\n attributeName = _ref[1];\n properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty\n attributeName, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // These are \"enumerated\" HTML attributes that accept \"true\" and \"false\".\n// In React, we let users pass `true` and `false` even though technically\n// these aren't boolean attributes (they are coerced to strings).\n\n['contentEditable', 'draggable', 'spellCheck', 'value'].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, BOOLEANISH_STRING, false, // mustUseProperty\n name.toLowerCase(), // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // These are \"enumerated\" SVG attributes that accept \"true\" and \"false\".\n// In React, we let users pass `true` and `false` even though technically\n// these aren't boolean attributes (they are coerced to strings).\n// Since these are SVG attributes, their attribute names are case-sensitive.\n\n['autoReverse', 'externalResourcesRequired', 'focusable', 'preserveAlpha'].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, BOOLEANISH_STRING, false, // mustUseProperty\n name, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // These are HTML boolean attributes.\n\n['allowFullScreen', 'async', // Note: there is a special case that prevents it from being written to the DOM\n// on the client side because the browsers are inconsistent. Instead we call focus().\n'autoFocus', 'autoPlay', 'controls', 'default', 'defer', 'disabled', 'disablePictureInPicture', 'disableRemotePlayback', 'formNoValidate', 'hidden', 'loop', 'noModule', 'noValidate', 'open', 'playsInline', 'readOnly', 'required', 'reversed', 'scoped', 'seamless', // Microdata\n'itemScope'].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, BOOLEAN, false, // mustUseProperty\n name.toLowerCase(), // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // These are the few React props that we set as DOM properties\n// rather than attributes. These are all booleans.\n\n['checked', // Note: `option.selected` is not updated if `select.multiple` is\n// disabled with `removeAttribute`. We have special logic for handling this.\n'multiple', 'muted', 'selected' // NOTE: if you add a camelCased prop to this list,\n// you'll need to set attributeName to name.toLowerCase()\n// instead in the assignment below.\n].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, BOOLEAN, true, // mustUseProperty\n name, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // These are HTML attributes that are \"overloaded booleans\": they behave like\n// booleans, but can also accept a string value.\n\n['capture', 'download' // NOTE: if you add a camelCased prop to this list,\n// you'll need to set attributeName to name.toLowerCase()\n// instead in the assignment below.\n].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, OVERLOADED_BOOLEAN, false, // mustUseProperty\n name, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // These are HTML attributes that must be positive numbers.\n\n['cols', 'rows', 'size', 'span' // NOTE: if you add a camelCased prop to this list,\n// you'll need to set attributeName to name.toLowerCase()\n// instead in the assignment below.\n].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, POSITIVE_NUMERIC, false, // mustUseProperty\n name, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // These are HTML attributes that must be numbers.\n\n['rowSpan', 'start'].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, NUMERIC, false, // mustUseProperty\n name.toLowerCase(), // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n});\nvar CAMELIZE = /[\\-\\:]([a-z])/g;\n\nvar capitalize = function (token) {\n return token[1].toUpperCase();\n}; // This is a list of all SVG attributes that need special casing, namespacing,\n// or boolean value assignment. Regular attributes that just accept strings\n// and have the same names are omitted, just like in the HTML attribute filter.\n// Some of these attributes can be hard to find. This list was created by\n// scraping the MDN documentation.\n\n\n['accent-height', 'alignment-baseline', 'arabic-form', 'baseline-shift', 'cap-height', 'clip-path', 'clip-rule', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'dominant-baseline', 'enable-background', 'fill-opacity', 'fill-rule', 'flood-color', 'flood-opacity', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'glyph-name', 'glyph-orientation-horizontal', 'glyph-orientation-vertical', 'horiz-adv-x', 'horiz-origin-x', 'image-rendering', 'letter-spacing', 'lighting-color', 'marker-end', 'marker-mid', 'marker-start', 'overline-position', 'overline-thickness', 'paint-order', 'panose-1', 'pointer-events', 'rendering-intent', 'shape-rendering', 'stop-color', 'stop-opacity', 'strikethrough-position', 'strikethrough-thickness', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'text-anchor', 'text-decoration', 'text-rendering', 'underline-position', 'underline-thickness', 'unicode-bidi', 'unicode-range', 'units-per-em', 'v-alphabetic', 'v-hanging', 'v-ideographic', 'v-mathematical', 'vector-effect', 'vert-adv-y', 'vert-origin-x', 'vert-origin-y', 'word-spacing', 'writing-mode', 'xmlns:xlink', 'x-height' // NOTE: if you add a camelCased prop to this list,\n// you'll need to set attributeName to name.toLowerCase()\n// instead in the assignment below.\n].forEach(function (attributeName) {\n var name = attributeName.replace(CAMELIZE, capitalize);\n properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty\n attributeName, null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // String SVG attributes with the xlink namespace.\n\n['xlink:actuate', 'xlink:arcrole', 'xlink:role', 'xlink:show', 'xlink:title', 'xlink:type' // NOTE: if you add a camelCased prop to this list,\n// you'll need to set attributeName to name.toLowerCase()\n// instead in the assignment below.\n].forEach(function (attributeName) {\n var name = attributeName.replace(CAMELIZE, capitalize);\n properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty\n attributeName, 'http://www.w3.org/1999/xlink', false, // sanitizeURL\n false);\n}); // String SVG attributes with the xml namespace.\n\n['xml:base', 'xml:lang', 'xml:space' // NOTE: if you add a camelCased prop to this list,\n// you'll need to set attributeName to name.toLowerCase()\n// instead in the assignment below.\n].forEach(function (attributeName) {\n var name = attributeName.replace(CAMELIZE, capitalize);\n properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty\n attributeName, 'http://www.w3.org/XML/1998/namespace', false, // sanitizeURL\n false);\n}); // These attribute exists both in HTML and SVG.\n// The attribute name is case-sensitive in SVG so we can't just use\n// the React name like we do for attributes that exist only in HTML.\n\n['tabIndex', 'crossOrigin'].forEach(function (attributeName) {\n properties[attributeName] = new PropertyInfoRecord(attributeName, STRING, false, // mustUseProperty\n attributeName.toLowerCase(), // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // These attributes accept URLs. These must not allow javascript: URLS.\n// These will also need to accept Trusted Types object in the future.\n\nvar xlinkHref = 'xlinkHref';\nproperties[xlinkHref] = new PropertyInfoRecord('xlinkHref', STRING, false, // mustUseProperty\n'xlink:href', 'http://www.w3.org/1999/xlink', true, // sanitizeURL\nfalse);\n['src', 'href', 'action', 'formAction'].forEach(function (attributeName) {\n properties[attributeName] = new PropertyInfoRecord(attributeName, STRING, false, // mustUseProperty\n attributeName.toLowerCase(), // attributeName\n null, // attributeNamespace\n true, // sanitizeURL\n true);\n});\n\n/**\n * CSS properties which accept numbers but are not in units of \"px\".\n */\nvar isUnitlessNumber = {\n animationIterationCount: true,\n aspectRatio: true,\n borderImageOutset: true,\n borderImageSlice: true,\n borderImageWidth: true,\n boxFlex: true,\n boxFlexGroup: true,\n boxOrdinalGroup: true,\n columnCount: true,\n columns: true,\n flex: true,\n flexGrow: true,\n flexPositive: true,\n flexShrink: true,\n flexNegative: true,\n flexOrder: true,\n gridArea: true,\n gridRow: true,\n gridRowEnd: true,\n gridRowSpan: true,\n gridRowStart: true,\n gridColumn: true,\n gridColumnEnd: true,\n gridColumnSpan: true,\n gridColumnStart: true,\n fontWeight: true,\n lineClamp: true,\n lineHeight: true,\n opacity: true,\n order: true,\n orphans: true,\n tabSize: true,\n widows: true,\n zIndex: true,\n zoom: true,\n // SVG-related properties\n fillOpacity: true,\n floodOpacity: true,\n stopOpacity: true,\n strokeDasharray: true,\n strokeDashoffset: true,\n strokeMiterlimit: true,\n strokeOpacity: true,\n strokeWidth: true\n};\n/**\n * @param {string} prefix vendor-specific prefix, eg: Webkit\n * @param {string} key style name, eg: transitionDuration\n * @return {string} style name prefixed with `prefix`, properly camelCased, eg:\n * WebkitTransitionDuration\n */\n\nfunction prefixKey(prefix, key) {\n return prefix + key.charAt(0).toUpperCase() + key.substring(1);\n}\n/**\n * Support style names that may come passed in prefixed by adding permutations\n * of vendor prefixes.\n */\n\n\nvar prefixes = ['Webkit', 'ms', 'Moz', 'O']; // Using Object.keys here, or else the vanilla for-in loop makes IE8 go into an\n// infinite loop, because it iterates over the newly added props too.\n\nObject.keys(isUnitlessNumber).forEach(function (prop) {\n prefixes.forEach(function (prefix) {\n isUnitlessNumber[prefixKey(prefix, prop)] = isUnitlessNumber[prop];\n });\n});\n\nvar hasReadOnlyValue = {\n button: true,\n checkbox: true,\n image: true,\n hidden: true,\n radio: true,\n reset: true,\n submit: true\n};\nfunction checkControlledValueProps(tagName, props) {\n {\n if (!(hasReadOnlyValue[props.type] || props.onChange || props.onInput || props.readOnly || props.disabled || props.value == null)) {\n error('You provided a `value` prop to a form field without an ' + '`onChange` handler. This will render a read-only field. If ' + 'the field should be mutable use `defaultValue`. Otherwise, ' + 'set either `onChange` or `readOnly`.');\n }\n\n if (!(props.onChange || props.readOnly || props.disabled || props.checked == null)) {\n error('You provided a `checked` prop to a form field without an ' + '`onChange` handler. This will render a read-only field. If ' + 'the field should be mutable use `defaultChecked`. Otherwise, ' + 'set either `onChange` or `readOnly`.');\n }\n }\n}\n\nfunction isCustomComponent(tagName, props) {\n if (tagName.indexOf('-') === -1) {\n return typeof props.is === 'string';\n }\n\n switch (tagName) {\n // These are reserved SVG and MathML elements.\n // We don't mind this list too much because we expect it to never grow.\n // The alternative is to track the namespace in a few places which is convoluted.\n // https://w3c.github.io/webcomponents/spec/custom/#custom-elements-core-concepts\n case 'annotation-xml':\n case 'color-profile':\n case 'font-face':\n case 'font-face-src':\n case 'font-face-uri':\n case 'font-face-format':\n case 'font-face-name':\n case 'missing-glyph':\n return false;\n\n default:\n return true;\n }\n}\n\nvar ariaProperties = {\n 'aria-current': 0,\n // state\n 'aria-description': 0,\n 'aria-details': 0,\n 'aria-disabled': 0,\n // state\n 'aria-hidden': 0,\n // state\n 'aria-invalid': 0,\n // state\n 'aria-keyshortcuts': 0,\n 'aria-label': 0,\n 'aria-roledescription': 0,\n // Widget Attributes\n 'aria-autocomplete': 0,\n 'aria-checked': 0,\n 'aria-expanded': 0,\n 'aria-haspopup': 0,\n 'aria-level': 0,\n 'aria-modal': 0,\n 'aria-multiline': 0,\n 'aria-multiselectable': 0,\n 'aria-orientation': 0,\n 'aria-placeholder': 0,\n 'aria-pressed': 0,\n 'aria-readonly': 0,\n 'aria-required': 0,\n 'aria-selected': 0,\n 'aria-sort': 0,\n 'aria-valuemax': 0,\n 'aria-valuemin': 0,\n 'aria-valuenow': 0,\n 'aria-valuetext': 0,\n // Live Region Attributes\n 'aria-atomic': 0,\n 'aria-busy': 0,\n 'aria-live': 0,\n 'aria-relevant': 0,\n // Drag-and-Drop Attributes\n 'aria-dropeffect': 0,\n 'aria-grabbed': 0,\n // Relationship Attributes\n 'aria-activedescendant': 0,\n 'aria-colcount': 0,\n 'aria-colindex': 0,\n 'aria-colspan': 0,\n 'aria-controls': 0,\n 'aria-describedby': 0,\n 'aria-errormessage': 0,\n 'aria-flowto': 0,\n 'aria-labelledby': 0,\n 'aria-owns': 0,\n 'aria-posinset': 0,\n 'aria-rowcount': 0,\n 'aria-rowindex': 0,\n 'aria-rowspan': 0,\n 'aria-setsize': 0\n};\n\nvar warnedProperties = {};\nvar rARIA = new RegExp('^(aria)-[' + ATTRIBUTE_NAME_CHAR + ']*$');\nvar rARIACamel = new RegExp('^(aria)[A-Z][' + ATTRIBUTE_NAME_CHAR + ']*$');\n\nfunction validateProperty(tagName, name) {\n {\n if (hasOwnProperty.call(warnedProperties, name) && warnedProperties[name]) {\n return true;\n }\n\n if (rARIACamel.test(name)) {\n var ariaName = 'aria-' + name.slice(4).toLowerCase();\n var correctName = ariaProperties.hasOwnProperty(ariaName) ? ariaName : null; // If this is an aria-* attribute, but is not listed in the known DOM\n // DOM properties, then it is an invalid aria-* attribute.\n\n if (correctName == null) {\n error('Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.', name);\n\n warnedProperties[name] = true;\n return true;\n } // aria-* attributes should be lowercase; suggest the lowercase version.\n\n\n if (name !== correctName) {\n error('Invalid ARIA attribute `%s`. Did you mean `%s`?', name, correctName);\n\n warnedProperties[name] = true;\n return true;\n }\n }\n\n if (rARIA.test(name)) {\n var lowerCasedName = name.toLowerCase();\n var standardName = ariaProperties.hasOwnProperty(lowerCasedName) ? lowerCasedName : null; // If this is an aria-* attribute, but is not listed in the known DOM\n // DOM properties, then it is an invalid aria-* attribute.\n\n if (standardName == null) {\n warnedProperties[name] = true;\n return false;\n } // aria-* attributes should be lowercase; suggest the lowercase version.\n\n\n if (name !== standardName) {\n error('Unknown ARIA attribute `%s`. Did you mean `%s`?', name, standardName);\n\n warnedProperties[name] = true;\n return true;\n }\n }\n }\n\n return true;\n}\n\nfunction warnInvalidARIAProps(type, props) {\n {\n var invalidProps = [];\n\n for (var key in props) {\n var isValid = validateProperty(type, key);\n\n if (!isValid) {\n invalidProps.push(key);\n }\n }\n\n var unknownPropString = invalidProps.map(function (prop) {\n return '`' + prop + '`';\n }).join(', ');\n\n if (invalidProps.length === 1) {\n error('Invalid aria prop %s on <%s> tag. ' + 'For details, see https://reactjs.org/link/invalid-aria-props', unknownPropString, type);\n } else if (invalidProps.length > 1) {\n error('Invalid aria props %s on <%s> tag. ' + 'For details, see https://reactjs.org/link/invalid-aria-props', unknownPropString, type);\n }\n }\n}\n\nfunction validateProperties(type, props) {\n if (isCustomComponent(type, props)) {\n return;\n }\n\n warnInvalidARIAProps(type, props);\n}\n\nvar didWarnValueNull = false;\nfunction validateProperties$1(type, props) {\n {\n if (type !== 'input' && type !== 'textarea' && type !== 'select') {\n return;\n }\n\n if (props != null && props.value === null && !didWarnValueNull) {\n didWarnValueNull = true;\n\n if (type === 'select' && props.multiple) {\n error('`value` prop on `%s` should not be null. ' + 'Consider using an empty array when `multiple` is set to `true` ' + 'to clear the component or `undefined` for uncontrolled components.', type);\n } else {\n error('`value` prop on `%s` should not be null. ' + 'Consider using an empty string to clear the component or `undefined` ' + 'for uncontrolled components.', type);\n }\n }\n }\n}\n\n// When adding attributes to the HTML or SVG allowed attribute list, be sure to\n// also add them to this module to ensure casing and incorrect name\n// warnings.\nvar possibleStandardNames = {\n // HTML\n accept: 'accept',\n acceptcharset: 'acceptCharset',\n 'accept-charset': 'acceptCharset',\n accesskey: 'accessKey',\n action: 'action',\n allowfullscreen: 'allowFullScreen',\n alt: 'alt',\n as: 'as',\n async: 'async',\n autocapitalize: 'autoCapitalize',\n autocomplete: 'autoComplete',\n autocorrect: 'autoCorrect',\n autofocus: 'autoFocus',\n autoplay: 'autoPlay',\n autosave: 'autoSave',\n capture: 'capture',\n cellpadding: 'cellPadding',\n cellspacing: 'cellSpacing',\n challenge: 'challenge',\n charset: 'charSet',\n checked: 'checked',\n children: 'children',\n cite: 'cite',\n class: 'className',\n classid: 'classID',\n classname: 'className',\n cols: 'cols',\n colspan: 'colSpan',\n content: 'content',\n contenteditable: 'contentEditable',\n contextmenu: 'contextMenu',\n controls: 'controls',\n controlslist: 'controlsList',\n coords: 'coords',\n crossorigin: 'crossOrigin',\n dangerouslysetinnerhtml: 'dangerouslySetInnerHTML',\n data: 'data',\n datetime: 'dateTime',\n default: 'default',\n defaultchecked: 'defaultChecked',\n defaultvalue: 'defaultValue',\n defer: 'defer',\n dir: 'dir',\n disabled: 'disabled',\n disablepictureinpicture: 'disablePictureInPicture',\n disableremoteplayback: 'disableRemotePlayback',\n download: 'download',\n draggable: 'draggable',\n enctype: 'encType',\n enterkeyhint: 'enterKeyHint',\n for: 'htmlFor',\n form: 'form',\n formmethod: 'formMethod',\n formaction: 'formAction',\n formenctype: 'formEncType',\n formnovalidate: 'formNoValidate',\n formtarget: 'formTarget',\n frameborder: 'frameBorder',\n headers: 'headers',\n height: 'height',\n hidden: 'hidden',\n high: 'high',\n href: 'href',\n hreflang: 'hrefLang',\n htmlfor: 'htmlFor',\n httpequiv: 'httpEquiv',\n 'http-equiv': 'httpEquiv',\n icon: 'icon',\n id: 'id',\n imagesizes: 'imageSizes',\n imagesrcset: 'imageSrcSet',\n innerhtml: 'innerHTML',\n inputmode: 'inputMode',\n integrity: 'integrity',\n is: 'is',\n itemid: 'itemID',\n itemprop: 'itemProp',\n itemref: 'itemRef',\n itemscope: 'itemScope',\n itemtype: 'itemType',\n keyparams: 'keyParams',\n keytype: 'keyType',\n kind: 'kind',\n label: 'label',\n lang: 'lang',\n list: 'list',\n loop: 'loop',\n low: 'low',\n manifest: 'manifest',\n marginwidth: 'marginWidth',\n marginheight: 'marginHeight',\n max: 'max',\n maxlength: 'maxLength',\n media: 'media',\n mediagroup: 'mediaGroup',\n method: 'method',\n min: 'min',\n minlength: 'minLength',\n multiple: 'multiple',\n muted: 'muted',\n name: 'name',\n nomodule: 'noModule',\n nonce: 'nonce',\n novalidate: 'noValidate',\n open: 'open',\n optimum: 'optimum',\n pattern: 'pattern',\n placeholder: 'placeholder',\n playsinline: 'playsInline',\n poster: 'poster',\n preload: 'preload',\n profile: 'profile',\n radiogroup: 'radioGroup',\n readonly: 'readOnly',\n referrerpolicy: 'referrerPolicy',\n rel: 'rel',\n required: 'required',\n reversed: 'reversed',\n role: 'role',\n rows: 'rows',\n rowspan: 'rowSpan',\n sandbox: 'sandbox',\n scope: 'scope',\n scoped: 'scoped',\n scrolling: 'scrolling',\n seamless: 'seamless',\n selected: 'selected',\n shape: 'shape',\n size: 'size',\n sizes: 'sizes',\n span: 'span',\n spellcheck: 'spellCheck',\n src: 'src',\n srcdoc: 'srcDoc',\n srclang: 'srcLang',\n srcset: 'srcSet',\n start: 'start',\n step: 'step',\n style: 'style',\n summary: 'summary',\n tabindex: 'tabIndex',\n target: 'target',\n title: 'title',\n type: 'type',\n usemap: 'useMap',\n value: 'value',\n width: 'width',\n wmode: 'wmode',\n wrap: 'wrap',\n // SVG\n about: 'about',\n accentheight: 'accentHeight',\n 'accent-height': 'accentHeight',\n accumulate: 'accumulate',\n additive: 'additive',\n alignmentbaseline: 'alignmentBaseline',\n 'alignment-baseline': 'alignmentBaseline',\n allowreorder: 'allowReorder',\n alphabetic: 'alphabetic',\n amplitude: 'amplitude',\n arabicform: 'arabicForm',\n 'arabic-form': 'arabicForm',\n ascent: 'ascent',\n attributename: 'attributeName',\n attributetype: 'attributeType',\n autoreverse: 'autoReverse',\n azimuth: 'azimuth',\n basefrequency: 'baseFrequency',\n baselineshift: 'baselineShift',\n 'baseline-shift': 'baselineShift',\n baseprofile: 'baseProfile',\n bbox: 'bbox',\n begin: 'begin',\n bias: 'bias',\n by: 'by',\n calcmode: 'calcMode',\n capheight: 'capHeight',\n 'cap-height': 'capHeight',\n clip: 'clip',\n clippath: 'clipPath',\n 'clip-path': 'clipPath',\n clippathunits: 'clipPathUnits',\n cliprule: 'clipRule',\n 'clip-rule': 'clipRule',\n color: 'color',\n colorinterpolation: 'colorInterpolation',\n 'color-interpolation': 'colorInterpolation',\n colorinterpolationfilters: 'colorInterpolationFilters',\n 'color-interpolation-filters': 'colorInterpolationFilters',\n colorprofile: 'colorProfile',\n 'color-profile': 'colorProfile',\n colorrendering: 'colorRendering',\n 'color-rendering': 'colorRendering',\n contentscripttype: 'contentScriptType',\n contentstyletype: 'contentStyleType',\n cursor: 'cursor',\n cx: 'cx',\n cy: 'cy',\n d: 'd',\n datatype: 'datatype',\n decelerate: 'decelerate',\n descent: 'descent',\n diffuseconstant: 'diffuseConstant',\n direction: 'direction',\n display: 'display',\n divisor: 'divisor',\n dominantbaseline: 'dominantBaseline',\n 'dominant-baseline': 'dominantBaseline',\n dur: 'dur',\n dx: 'dx',\n dy: 'dy',\n edgemode: 'edgeMode',\n elevation: 'elevation',\n enablebackground: 'enableBackground',\n 'enable-background': 'enableBackground',\n end: 'end',\n exponent: 'exponent',\n externalresourcesrequired: 'externalResourcesRequired',\n fill: 'fill',\n fillopacity: 'fillOpacity',\n 'fill-opacity': 'fillOpacity',\n fillrule: 'fillRule',\n 'fill-rule': 'fillRule',\n filter: 'filter',\n filterres: 'filterRes',\n filterunits: 'filterUnits',\n floodopacity: 'floodOpacity',\n 'flood-opacity': 'floodOpacity',\n floodcolor: 'floodColor',\n 'flood-color': 'floodColor',\n focusable: 'focusable',\n fontfamily: 'fontFamily',\n 'font-family': 'fontFamily',\n fontsize: 'fontSize',\n 'font-size': 'fontSize',\n fontsizeadjust: 'fontSizeAdjust',\n 'font-size-adjust': 'fontSizeAdjust',\n fontstretch: 'fontStretch',\n 'font-stretch': 'fontStretch',\n fontstyle: 'fontStyle',\n 'font-style': 'fontStyle',\n fontvariant: 'fontVariant',\n 'font-variant': 'fontVariant',\n fontweight: 'fontWeight',\n 'font-weight': 'fontWeight',\n format: 'format',\n from: 'from',\n fx: 'fx',\n fy: 'fy',\n g1: 'g1',\n g2: 'g2',\n glyphname: 'glyphName',\n 'glyph-name': 'glyphName',\n glyphorientationhorizontal: 'glyphOrientationHorizontal',\n 'glyph-orientation-horizontal': 'glyphOrientationHorizontal',\n glyphorientationvertical: 'glyphOrientationVertical',\n 'glyph-orientation-vertical': 'glyphOrientationVertical',\n glyphref: 'glyphRef',\n gradienttransform: 'gradientTransform',\n gradientunits: 'gradientUnits',\n hanging: 'hanging',\n horizadvx: 'horizAdvX',\n 'horiz-adv-x': 'horizAdvX',\n horizoriginx: 'horizOriginX',\n 'horiz-origin-x': 'horizOriginX',\n ideographic: 'ideographic',\n imagerendering: 'imageRendering',\n 'image-rendering': 'imageRendering',\n in2: 'in2',\n in: 'in',\n inlist: 'inlist',\n intercept: 'intercept',\n k1: 'k1',\n k2: 'k2',\n k3: 'k3',\n k4: 'k4',\n k: 'k',\n kernelmatrix: 'kernelMatrix',\n kernelunitlength: 'kernelUnitLength',\n kerning: 'kerning',\n keypoints: 'keyPoints',\n keysplines: 'keySplines',\n keytimes: 'keyTimes',\n lengthadjust: 'lengthAdjust',\n letterspacing: 'letterSpacing',\n 'letter-spacing': 'letterSpacing',\n lightingcolor: 'lightingColor',\n 'lighting-color': 'lightingColor',\n limitingconeangle: 'limitingConeAngle',\n local: 'local',\n markerend: 'markerEnd',\n 'marker-end': 'markerEnd',\n markerheight: 'markerHeight',\n markermid: 'markerMid',\n 'marker-mid': 'markerMid',\n markerstart: 'markerStart',\n 'marker-start': 'markerStart',\n markerunits: 'markerUnits',\n markerwidth: 'markerWidth',\n mask: 'mask',\n maskcontentunits: 'maskContentUnits',\n maskunits: 'maskUnits',\n mathematical: 'mathematical',\n mode: 'mode',\n numoctaves: 'numOctaves',\n offset: 'offset',\n opacity: 'opacity',\n operator: 'operator',\n order: 'order',\n orient: 'orient',\n orientation: 'orientation',\n origin: 'origin',\n overflow: 'overflow',\n overlineposition: 'overlinePosition',\n 'overline-position': 'overlinePosition',\n overlinethickness: 'overlineThickness',\n 'overline-thickness': 'overlineThickness',\n paintorder: 'paintOrder',\n 'paint-order': 'paintOrder',\n panose1: 'panose1',\n 'panose-1': 'panose1',\n pathlength: 'pathLength',\n patterncontentunits: 'patternContentUnits',\n patterntransform: 'patternTransform',\n patternunits: 'patternUnits',\n pointerevents: 'pointerEvents',\n 'pointer-events': 'pointerEvents',\n points: 'points',\n pointsatx: 'pointsAtX',\n pointsaty: 'pointsAtY',\n pointsatz: 'pointsAtZ',\n prefix: 'prefix',\n preservealpha: 'preserveAlpha',\n preserveaspectratio: 'preserveAspectRatio',\n primitiveunits: 'primitiveUnits',\n property: 'property',\n r: 'r',\n radius: 'radius',\n refx: 'refX',\n refy: 'refY',\n renderingintent: 'renderingIntent',\n 'rendering-intent': 'renderingIntent',\n repeatcount: 'repeatCount',\n repeatdur: 'repeatDur',\n requiredextensions: 'requiredExtensions',\n requiredfeatures: 'requiredFeatures',\n resource: 'resource',\n restart: 'restart',\n result: 'result',\n results: 'results',\n rotate: 'rotate',\n rx: 'rx',\n ry: 'ry',\n scale: 'scale',\n security: 'security',\n seed: 'seed',\n shaperendering: 'shapeRendering',\n 'shape-rendering': 'shapeRendering',\n slope: 'slope',\n spacing: 'spacing',\n specularconstant: 'specularConstant',\n specularexponent: 'specularExponent',\n speed: 'speed',\n spreadmethod: 'spreadMethod',\n startoffset: 'startOffset',\n stddeviation: 'stdDeviation',\n stemh: 'stemh',\n stemv: 'stemv',\n stitchtiles: 'stitchTiles',\n stopcolor: 'stopColor',\n 'stop-color': 'stopColor',\n stopopacity: 'stopOpacity',\n 'stop-opacity': 'stopOpacity',\n strikethroughposition: 'strikethroughPosition',\n 'strikethrough-position': 'strikethroughPosition',\n strikethroughthickness: 'strikethroughThickness',\n 'strikethrough-thickness': 'strikethroughThickness',\n string: 'string',\n stroke: 'stroke',\n strokedasharray: 'strokeDasharray',\n 'stroke-dasharray': 'strokeDasharray',\n strokedashoffset: 'strokeDashoffset',\n 'stroke-dashoffset': 'strokeDashoffset',\n strokelinecap: 'strokeLinecap',\n 'stroke-linecap': 'strokeLinecap',\n strokelinejoin: 'strokeLinejoin',\n 'stroke-linejoin': 'strokeLinejoin',\n strokemiterlimit: 'strokeMiterlimit',\n 'stroke-miterlimit': 'strokeMiterlimit',\n strokewidth: 'strokeWidth',\n 'stroke-width': 'strokeWidth',\n strokeopacity: 'strokeOpacity',\n 'stroke-opacity': 'strokeOpacity',\n suppresscontenteditablewarning: 'suppressContentEditableWarning',\n suppresshydrationwarning: 'suppressHydrationWarning',\n surfacescale: 'surfaceScale',\n systemlanguage: 'systemLanguage',\n tablevalues: 'tableValues',\n targetx: 'targetX',\n targety: 'targetY',\n textanchor: 'textAnchor',\n 'text-anchor': 'textAnchor',\n textdecoration: 'textDecoration',\n 'text-decoration': 'textDecoration',\n textlength: 'textLength',\n textrendering: 'textRendering',\n 'text-rendering': 'textRendering',\n to: 'to',\n transform: 'transform',\n typeof: 'typeof',\n u1: 'u1',\n u2: 'u2',\n underlineposition: 'underlinePosition',\n 'underline-position': 'underlinePosition',\n underlinethickness: 'underlineThickness',\n 'underline-thickness': 'underlineThickness',\n unicode: 'unicode',\n unicodebidi: 'unicodeBidi',\n 'unicode-bidi': 'unicodeBidi',\n unicoderange: 'unicodeRange',\n 'unicode-range': 'unicodeRange',\n unitsperem: 'unitsPerEm',\n 'units-per-em': 'unitsPerEm',\n unselectable: 'unselectable',\n valphabetic: 'vAlphabetic',\n 'v-alphabetic': 'vAlphabetic',\n values: 'values',\n vectoreffect: 'vectorEffect',\n 'vector-effect': 'vectorEffect',\n version: 'version',\n vertadvy: 'vertAdvY',\n 'vert-adv-y': 'vertAdvY',\n vertoriginx: 'vertOriginX',\n 'vert-origin-x': 'vertOriginX',\n vertoriginy: 'vertOriginY',\n 'vert-origin-y': 'vertOriginY',\n vhanging: 'vHanging',\n 'v-hanging': 'vHanging',\n videographic: 'vIdeographic',\n 'v-ideographic': 'vIdeographic',\n viewbox: 'viewBox',\n viewtarget: 'viewTarget',\n visibility: 'visibility',\n vmathematical: 'vMathematical',\n 'v-mathematical': 'vMathematical',\n vocab: 'vocab',\n widths: 'widths',\n wordspacing: 'wordSpacing',\n 'word-spacing': 'wordSpacing',\n writingmode: 'writingMode',\n 'writing-mode': 'writingMode',\n x1: 'x1',\n x2: 'x2',\n x: 'x',\n xchannelselector: 'xChannelSelector',\n xheight: 'xHeight',\n 'x-height': 'xHeight',\n xlinkactuate: 'xlinkActuate',\n 'xlink:actuate': 'xlinkActuate',\n xlinkarcrole: 'xlinkArcrole',\n 'xlink:arcrole': 'xlinkArcrole',\n xlinkhref: 'xlinkHref',\n 'xlink:href': 'xlinkHref',\n xlinkrole: 'xlinkRole',\n 'xlink:role': 'xlinkRole',\n xlinkshow: 'xlinkShow',\n 'xlink:show': 'xlinkShow',\n xlinktitle: 'xlinkTitle',\n 'xlink:title': 'xlinkTitle',\n xlinktype: 'xlinkType',\n 'xlink:type': 'xlinkType',\n xmlbase: 'xmlBase',\n 'xml:base': 'xmlBase',\n xmllang: 'xmlLang',\n 'xml:lang': 'xmlLang',\n xmlns: 'xmlns',\n 'xml:space': 'xmlSpace',\n xmlnsxlink: 'xmlnsXlink',\n 'xmlns:xlink': 'xmlnsXlink',\n xmlspace: 'xmlSpace',\n y1: 'y1',\n y2: 'y2',\n y: 'y',\n ychannelselector: 'yChannelSelector',\n z: 'z',\n zoomandpan: 'zoomAndPan'\n};\n\nvar validateProperty$1 = function () {};\n\n{\n var warnedProperties$1 = {};\n var EVENT_NAME_REGEX = /^on./;\n var INVALID_EVENT_NAME_REGEX = /^on[^A-Z]/;\n var rARIA$1 = new RegExp('^(aria)-[' + ATTRIBUTE_NAME_CHAR + ']*$');\n var rARIACamel$1 = new RegExp('^(aria)[A-Z][' + ATTRIBUTE_NAME_CHAR + ']*$');\n\n validateProperty$1 = function (tagName, name, value, eventRegistry) {\n if (hasOwnProperty.call(warnedProperties$1, name) && warnedProperties$1[name]) {\n return true;\n }\n\n var lowerCasedName = name.toLowerCase();\n\n if (lowerCasedName === 'onfocusin' || lowerCasedName === 'onfocusout') {\n error('React uses onFocus and onBlur instead of onFocusIn and onFocusOut. ' + 'All React events are normalized to bubble, so onFocusIn and onFocusOut ' + 'are not needed/supported by React.');\n\n warnedProperties$1[name] = true;\n return true;\n } // We can't rely on the event system being injected on the server.\n\n\n if (eventRegistry != null) {\n var registrationNameDependencies = eventRegistry.registrationNameDependencies,\n possibleRegistrationNames = eventRegistry.possibleRegistrationNames;\n\n if (registrationNameDependencies.hasOwnProperty(name)) {\n return true;\n }\n\n var registrationName = possibleRegistrationNames.hasOwnProperty(lowerCasedName) ? possibleRegistrationNames[lowerCasedName] : null;\n\n if (registrationName != null) {\n error('Invalid event handler property `%s`. Did you mean `%s`?', name, registrationName);\n\n warnedProperties$1[name] = true;\n return true;\n }\n\n if (EVENT_NAME_REGEX.test(name)) {\n error('Unknown event handler property `%s`. It will be ignored.', name);\n\n warnedProperties$1[name] = true;\n return true;\n }\n } else if (EVENT_NAME_REGEX.test(name)) {\n // If no event plugins have been injected, we are in a server environment.\n // So we can't tell if the event name is correct for sure, but we can filter\n // out known bad ones like `onclick`. We can't suggest a specific replacement though.\n if (INVALID_EVENT_NAME_REGEX.test(name)) {\n error('Invalid event handler property `%s`. ' + 'React events use the camelCase naming convention, for example `onClick`.', name);\n }\n\n warnedProperties$1[name] = true;\n return true;\n } // Let the ARIA attribute hook validate ARIA attributes\n\n\n if (rARIA$1.test(name) || rARIACamel$1.test(name)) {\n return true;\n }\n\n if (lowerCasedName === 'innerhtml') {\n error('Directly setting property `innerHTML` is not permitted. ' + 'For more information, lookup documentation on `dangerouslySetInnerHTML`.');\n\n warnedProperties$1[name] = true;\n return true;\n }\n\n if (lowerCasedName === 'aria') {\n error('The `aria` attribute is reserved for future use in React. ' + 'Pass individual `aria-` attributes instead.');\n\n warnedProperties$1[name] = true;\n return true;\n }\n\n if (lowerCasedName === 'is' && value !== null && value !== undefined && typeof value !== 'string') {\n error('Received a `%s` for a string attribute `is`. If this is expected, cast ' + 'the value to a string.', typeof value);\n\n warnedProperties$1[name] = true;\n return true;\n }\n\n if (typeof value === 'number' && isNaN(value)) {\n error('Received NaN for the `%s` attribute. If this is expected, cast ' + 'the value to a string.', name);\n\n warnedProperties$1[name] = true;\n return true;\n }\n\n var propertyInfo = getPropertyInfo(name);\n var isReserved = propertyInfo !== null && propertyInfo.type === RESERVED; // Known attributes should match the casing specified in the property config.\n\n if (possibleStandardNames.hasOwnProperty(lowerCasedName)) {\n var standardName = possibleStandardNames[lowerCasedName];\n\n if (standardName !== name) {\n error('Invalid DOM property `%s`. Did you mean `%s`?', name, standardName);\n\n warnedProperties$1[name] = true;\n return true;\n }\n } else if (!isReserved && name !== lowerCasedName) {\n // Unknown attributes should have lowercase casing since that's how they\n // will be cased anyway with server rendering.\n error('React does not recognize the `%s` prop on a DOM element. If you ' + 'intentionally want it to appear in the DOM as a custom ' + 'attribute, spell it as lowercase `%s` instead. ' + 'If you accidentally passed it from a parent component, remove ' + 'it from the DOM element.', name, lowerCasedName);\n\n warnedProperties$1[name] = true;\n return true;\n }\n\n if (typeof value === 'boolean' && shouldRemoveAttributeWithWarning(name, value, propertyInfo, false)) {\n if (value) {\n error('Received `%s` for a non-boolean attribute `%s`.\\n\\n' + 'If you want to write it to the DOM, pass a string instead: ' + '%s=\"%s\" or %s={value.toString()}.', value, name, name, value, name);\n } else {\n error('Received `%s` for a non-boolean attribute `%s`.\\n\\n' + 'If you want to write it to the DOM, pass a string instead: ' + '%s=\"%s\" or %s={value.toString()}.\\n\\n' + 'If you used to conditionally omit it with %s={condition && value}, ' + 'pass %s={condition ? value : undefined} instead.', value, name, name, value, name, name, name);\n }\n\n warnedProperties$1[name] = true;\n return true;\n } // Now that we've validated casing, do not validate\n // data types for reserved props\n\n\n if (isReserved) {\n return true;\n } // Warn when a known attribute is a bad type\n\n\n if (shouldRemoveAttributeWithWarning(name, value, propertyInfo, false)) {\n warnedProperties$1[name] = true;\n return false;\n } // Warn when passing the strings 'false' or 'true' into a boolean prop\n\n\n if ((value === 'false' || value === 'true') && propertyInfo !== null && propertyInfo.type === BOOLEAN) {\n error('Received the string `%s` for the boolean attribute `%s`. ' + '%s ' + 'Did you mean %s={%s}?', value, name, value === 'false' ? 'The browser will interpret it as a truthy value.' : 'Although this works, it will not work as expected if you pass the string \"false\".', name, value);\n\n warnedProperties$1[name] = true;\n return true;\n }\n\n return true;\n };\n}\n\nvar warnUnknownProperties = function (type, props, eventRegistry) {\n {\n var unknownProps = [];\n\n for (var key in props) {\n var isValid = validateProperty$1(type, key, props[key], eventRegistry);\n\n if (!isValid) {\n unknownProps.push(key);\n }\n }\n\n var unknownPropString = unknownProps.map(function (prop) {\n return '`' + prop + '`';\n }).join(', ');\n\n if (unknownProps.length === 1) {\n error('Invalid value for prop %s on <%s> tag. Either remove it from the element, ' + 'or pass a string or number value to keep it in the DOM. ' + 'For details, see https://reactjs.org/link/attribute-behavior ', unknownPropString, type);\n } else if (unknownProps.length > 1) {\n error('Invalid values for props %s on <%s> tag. Either remove them from the element, ' + 'or pass a string or number value to keep them in the DOM. ' + 'For details, see https://reactjs.org/link/attribute-behavior ', unknownPropString, type);\n }\n }\n};\n\nfunction validateProperties$2(type, props, eventRegistry) {\n if (isCustomComponent(type, props)) {\n return;\n }\n\n warnUnknownProperties(type, props, eventRegistry);\n}\n\nvar warnValidStyle = function () {};\n\n{\n // 'msTransform' is correct, but the other prefixes should be capitalized\n var badVendoredStyleNamePattern = /^(?:webkit|moz|o)[A-Z]/;\n var msPattern = /^-ms-/;\n var hyphenPattern = /-(.)/g; // style values shouldn't contain a semicolon\n\n var badStyleValueWithSemicolonPattern = /;\\s*$/;\n var warnedStyleNames = {};\n var warnedStyleValues = {};\n var warnedForNaNValue = false;\n var warnedForInfinityValue = false;\n\n var camelize = function (string) {\n return string.replace(hyphenPattern, function (_, character) {\n return character.toUpperCase();\n });\n };\n\n var warnHyphenatedStyleName = function (name) {\n if (warnedStyleNames.hasOwnProperty(name) && warnedStyleNames[name]) {\n return;\n }\n\n warnedStyleNames[name] = true;\n\n error('Unsupported style property %s. Did you mean %s?', name, // As Andi Smith suggests\n // (http://www.andismith.com/blog/2012/02/modernizr-prefixed/), an `-ms` prefix\n // is converted to lowercase `ms`.\n camelize(name.replace(msPattern, 'ms-')));\n };\n\n var warnBadVendoredStyleName = function (name) {\n if (warnedStyleNames.hasOwnProperty(name) && warnedStyleNames[name]) {\n return;\n }\n\n warnedStyleNames[name] = true;\n\n error('Unsupported vendor-prefixed style property %s. Did you mean %s?', name, name.charAt(0).toUpperCase() + name.slice(1));\n };\n\n var warnStyleValueWithSemicolon = function (name, value) {\n if (warnedStyleValues.hasOwnProperty(value) && warnedStyleValues[value]) {\n return;\n }\n\n warnedStyleValues[value] = true;\n\n error(\"Style property values shouldn't contain a semicolon. \" + 'Try \"%s: %s\" instead.', name, value.replace(badStyleValueWithSemicolonPattern, ''));\n };\n\n var warnStyleValueIsNaN = function (name, value) {\n if (warnedForNaNValue) {\n return;\n }\n\n warnedForNaNValue = true;\n\n error('`NaN` is an invalid value for the `%s` css style property.', name);\n };\n\n var warnStyleValueIsInfinity = function (name, value) {\n if (warnedForInfinityValue) {\n return;\n }\n\n warnedForInfinityValue = true;\n\n error('`Infinity` is an invalid value for the `%s` css style property.', name);\n };\n\n warnValidStyle = function (name, value) {\n if (name.indexOf('-') > -1) {\n warnHyphenatedStyleName(name);\n } else if (badVendoredStyleNamePattern.test(name)) {\n warnBadVendoredStyleName(name);\n } else if (badStyleValueWithSemicolonPattern.test(value)) {\n warnStyleValueWithSemicolon(name, value);\n }\n\n if (typeof value === 'number') {\n if (isNaN(value)) {\n warnStyleValueIsNaN(name, value);\n } else if (!isFinite(value)) {\n warnStyleValueIsInfinity(name, value);\n }\n }\n };\n}\n\nvar warnValidStyle$1 = warnValidStyle;\n\n// code copied and modified from escape-html\nvar matchHtmlRegExp = /[\"'&<>]/;\n/**\n * Escapes special characters and HTML entities in a given html string.\n *\n * @param {string} string HTML string to escape for later insertion\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n {\n checkHtmlStringCoercion(string);\n }\n\n var str = '' + string;\n var match = matchHtmlRegExp.exec(str);\n\n if (!match) {\n return str;\n }\n\n var escape;\n var html = '';\n var index;\n var lastIndex = 0;\n\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34:\n // \"\n escape = '&quot;';\n break;\n\n case 38:\n // &\n escape = '&amp;';\n break;\n\n case 39:\n // '\n escape = '&#x27;'; // modified from escape-html; used to be '&#39'\n\n break;\n\n case 60:\n // <\n escape = '&lt;';\n break;\n\n case 62:\n // >\n escape = '&gt;';\n break;\n\n default:\n continue;\n }\n\n if (lastIndex !== index) {\n html += str.substring(lastIndex, index);\n }\n\n lastIndex = index + 1;\n html += escape;\n }\n\n return lastIndex !== index ? html + str.substring(lastIndex, index) : html;\n} // end code copied and modified from escape-html\n\n/**\n * Escapes text to prevent scripting attacks.\n *\n * @param {*} text Text value to escape.\n * @return {string} An escaped string.\n */\n\n\nfunction escapeTextForBrowser(text) {\n if (typeof text === 'boolean' || typeof text === 'number') {\n // this shortcircuit helps perf for types that we know will never have\n // special characters, especially given that this function is used often\n // for numeric dom ids.\n return '' + text;\n }\n\n return escapeHtml(text);\n}\n\nvar uppercasePattern = /([A-Z])/g;\nvar msPattern$1 = /^ms-/;\n/**\n * Hyphenates a camelcased CSS property name, for example:\n *\n * > hyphenateStyleName('backgroundColor')\n * < \"background-color\"\n * > hyphenateStyleName('MozTransition')\n * < \"-moz-transition\"\n * > hyphenateStyleName('msTransition')\n * < \"-ms-transition\"\n *\n * As Modernizr suggests (http://modernizr.com/docs/#prefixed), an `ms` prefix\n * is converted to `-ms-`.\n */\n\nfunction hyphenateStyleName(name) {\n return name.replace(uppercasePattern, '-$1').toLowerCase().replace(msPattern$1, '-ms-');\n}\n\n// and any newline or tab are filtered out as if they're not part of the URL.\n// https://url.spec.whatwg.org/#url-parsing\n// Tab or newline are defined as \\r\\n\\t:\n// https://infra.spec.whatwg.org/#ascii-tab-or-newline\n// A C0 control is a code point in the range \\u0000 NULL to \\u001F\n// INFORMATION SEPARATOR ONE, inclusive:\n// https://infra.spec.whatwg.org/#c0-control-or-space\n\n/* eslint-disable max-len */\n\nvar isJavaScriptProtocol = /^[\\u0000-\\u001F ]*j[\\r\\n\\t]*a[\\r\\n\\t]*v[\\r\\n\\t]*a[\\r\\n\\t]*s[\\r\\n\\t]*c[\\r\\n\\t]*r[\\r\\n\\t]*i[\\r\\n\\t]*p[\\r\\n\\t]*t[\\r\\n\\t]*\\:/i;\nvar didWarn = false;\n\nfunction sanitizeURL(url) {\n {\n if (!didWarn && isJavaScriptProtocol.test(url)) {\n didWarn = true;\n\n error('A future version of React will block javascript: URLs as a security precaution. ' + 'Use event handlers instead if you can. If you need to generate unsafe HTML try ' + 'using dangerouslySetInnerHTML instead. React was passed %s.', JSON.stringify(url));\n }\n }\n}\n\nvar isArrayImpl = Array.isArray; // eslint-disable-next-line no-redeclare\n\nfunction isArray(a) {\n return isArrayImpl(a);\n}\n\nvar startInlineScript = stringToPrecomputedChunk('<script>');\nvar endInlineScript = stringToPrecomputedChunk('</script>');\nvar startScriptSrc = stringToPrecomputedChunk('<script src=\"');\nvar startModuleSrc = stringToPrecomputedChunk('<script type=\"module\" src=\"');\nvar endAsyncScript = stringToPrecomputedChunk('\" async=\"\"></script>');\n/**\n * This escaping function is designed to work with bootstrapScriptContent only.\n * because we know we are escaping the entire script. We can avoid for instance\n * escaping html comment string sequences that are valid javascript as well because\n * if there are no sebsequent <script sequences the html parser will never enter\n * script data double escaped state (see: https://www.w3.org/TR/html53/syntax.html#script-data-double-escaped-state)\n *\n * While untrusted script content should be made safe before using this api it will\n * ensure that the script cannot be early terminated or never terminated state\n */\n\nfunction escapeBootstrapScriptContent(scriptText) {\n {\n checkHtmlStringCoercion(scriptText);\n }\n\n return ('' + scriptText).replace(scriptRegex, scriptReplacer);\n}\n\nvar scriptRegex = /(<\\/|<)(s)(cript)/gi;\n\nvar scriptReplacer = function (match, prefix, s, suffix) {\n return \"\" + prefix + (s === 's' ? \"\\\\u0073\" : \"\\\\u0053\") + suffix;\n}; // Allows us to keep track of what we've already written so we can refer back to it.\n\n\nfunction createResponseState(identifierPrefix, nonce, bootstrapScriptContent, bootstrapScripts, bootstrapModules) {\n var idPrefix = identifierPrefix === undefined ? '' : identifierPrefix;\n var inlineScriptWithNonce = nonce === undefined ? startInlineScript : stringToPrecomputedChunk('<script nonce=\"' + escapeTextForBrowser(nonce) + '\">');\n var bootstrapChunks = [];\n\n if (bootstrapScriptContent !== undefined) {\n bootstrapChunks.push(inlineScriptWithNonce, stringToChunk(escapeBootstrapScriptContent(bootstrapScriptContent)), endInlineScript);\n }\n\n if (bootstrapScripts !== undefined) {\n for (var i = 0; i < bootstrapScripts.length; i++) {\n bootstrapChunks.push(startScriptSrc, stringToChunk(escapeTextForBrowser(bootstrapScripts[i])), endAsyncScript);\n }\n }\n\n if (bootstrapModules !== undefined) {\n for (var _i = 0; _i < bootstrapModules.length; _i++) {\n bootstrapChunks.push(startModuleSrc, stringToChunk(escapeTextForBrowser(bootstrapModules[_i])), endAsyncScript);\n }\n }\n\n return {\n bootstrapChunks: bootstrapChunks,\n startInlineScript: inlineScriptWithNonce,\n placeholderPrefix: stringToPrecomputedChunk(idPrefix + 'P:'),\n segmentPrefix: stringToPrecomputedChunk(idPrefix + 'S:'),\n boundaryPrefix: idPrefix + 'B:',\n idPrefix: idPrefix,\n nextSuspenseID: 0,\n sentCompleteSegmentFunction: false,\n sentCompleteBoundaryFunction: false,\n sentClientRenderFunction: false\n };\n} // Constants for the insertion mode we're currently writing in. We don't encode all HTML5 insertion\n// modes. We only include the variants as they matter for the sake of our purposes.\n// We don't actually provide the namespace therefore we use constants instead of the string.\n\nvar ROOT_HTML_MODE = 0; // Used for the root most element tag.\n\nvar HTML_MODE = 1;\nvar SVG_MODE = 2;\nvar MATHML_MODE = 3;\nvar HTML_TABLE_MODE = 4;\nvar HTML_TABLE_BODY_MODE = 5;\nvar HTML_TABLE_ROW_MODE = 6;\nvar HTML_COLGROUP_MODE = 7; // We have a greater than HTML_TABLE_MODE check elsewhere. If you add more cases here, make sure it\n// still makes sense\n\nfunction createFormatContext(insertionMode, selectedValue) {\n return {\n insertionMode: insertionMode,\n selectedValue: selectedValue\n };\n}\n\nfunction createRootFormatContext(namespaceURI) {\n var insertionMode = namespaceURI === 'http://www.w3.org/2000/svg' ? SVG_MODE : namespaceURI === 'http://www.w3.org/1998/Math/MathML' ? MATHML_MODE : ROOT_HTML_MODE;\n return createFormatContext(insertionMode, null);\n}\nfunction getChildFormatContext(parentContext, type, props) {\n switch (type) {\n case 'select':\n return createFormatContext(HTML_MODE, props.value != null ? props.value : props.defaultValue);\n\n case 'svg':\n return createFormatContext(SVG_MODE, null);\n\n case 'math':\n return createFormatContext(MATHML_MODE, null);\n\n case 'foreignObject':\n return createFormatContext(HTML_MODE, null);\n // Table parents are special in that their children can only be created at all if they're\n // wrapped in a table parent. So we need to encode that we're entering this mode.\n\n case 'table':\n return createFormatContext(HTML_TABLE_MODE, null);\n\n case 'thead':\n case 'tbody':\n case 'tfoot':\n return createFormatContext(HTML_TABLE_BODY_MODE, null);\n\n case 'colgroup':\n return createFormatContext(HTML_COLGROUP_MODE, null);\n\n case 'tr':\n return createFormatContext(HTML_TABLE_ROW_MODE, null);\n }\n\n if (parentContext.insertionMode >= HTML_TABLE_MODE) {\n // Whatever tag this was, it wasn't a table parent or other special parent, so we must have\n // entered plain HTML again.\n return createFormatContext(HTML_MODE, null);\n }\n\n if (parentContext.insertionMode === ROOT_HTML_MODE) {\n // We've emitted the root and is now in plain HTML mode.\n return createFormatContext(HTML_MODE, null);\n }\n\n return parentContext;\n}\nvar UNINITIALIZED_SUSPENSE_BOUNDARY_ID = null;\nfunction assignSuspenseBoundaryID(responseState) {\n var generatedID = responseState.nextSuspenseID++;\n return stringToPrecomputedChunk(responseState.boundaryPrefix + generatedID.toString(16));\n}\nfunction makeId(responseState, treeId, localId) {\n var idPrefix = responseState.idPrefix;\n var id = ':' + idPrefix + 'R' + treeId; // Unless this is the first id at this level, append a number at the end\n // that represents the position of this useId hook among all the useId\n // hooks for this fiber.\n\n if (localId > 0) {\n id += 'H' + localId.toString(32);\n }\n\n return id + ':';\n}\n\nfunction encodeHTMLTextNode(text) {\n return escapeTextForBrowser(text);\n}\n\nvar textSeparator = stringToPrecomputedChunk('<!-- -->');\nfunction pushTextInstance(target, text, responseState, textEmbedded) {\n if (text === '') {\n // Empty text doesn't have a DOM node representation and the hydration is aware of this.\n return textEmbedded;\n }\n\n if (textEmbedded) {\n target.push(textSeparator);\n }\n\n target.push(stringToChunk(encodeHTMLTextNode(text)));\n return true;\n} // Called when Fizz is done with a Segment. Currently the only purpose is to conditionally\n// emit a text separator when we don't know for sure it is safe to omit\n\nfunction pushSegmentFinale(target, responseState, lastPushedText, textEmbedded) {\n if (lastPushedText && textEmbedded) {\n target.push(textSeparator);\n }\n}\nvar styleNameCache = new Map();\n\nfunction processStyleName(styleName) {\n var chunk = styleNameCache.get(styleName);\n\n if (chunk !== undefined) {\n return chunk;\n }\n\n var result = stringToPrecomputedChunk(escapeTextForBrowser(hyphenateStyleName(styleName)));\n styleNameCache.set(styleName, result);\n return result;\n}\n\nvar styleAttributeStart = stringToPrecomputedChunk(' style=\"');\nvar styleAssign = stringToPrecomputedChunk(':');\nvar styleSeparator = stringToPrecomputedChunk(';');\n\nfunction pushStyle(target, responseState, style) {\n if (typeof style !== 'object') {\n throw new Error('The `style` prop expects a mapping from style properties to values, ' + \"not a string. For example, style={{marginRight: spacing + 'em'}} when \" + 'using JSX.');\n }\n\n var isFirst = true;\n\n for (var styleName in style) {\n if (!hasOwnProperty.call(style, styleName)) {\n continue;\n } // If you provide unsafe user data here they can inject arbitrary CSS\n // which may be problematic (I couldn't repro this):\n // https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet\n // http://www.thespanner.co.uk/2007/11/26/ultimate-xss-css-injection/\n // This is not an XSS hole but instead a potential CSS injection issue\n // which has lead to a greater discussion about how we're going to\n // trust URLs moving forward. See #2115901\n\n\n var styleValue = style[styleName];\n\n if (styleValue == null || typeof styleValue === 'boolean' || styleValue === '') {\n // TODO: We used to set empty string as a style with an empty value. Does that ever make sense?\n continue;\n }\n\n var nameChunk = void 0;\n var valueChunk = void 0;\n var isCustomProperty = styleName.indexOf('--') === 0;\n\n if (isCustomProperty) {\n nameChunk = stringToChunk(escapeTextForBrowser(styleName));\n\n {\n checkCSSPropertyStringCoercion(styleValue, styleName);\n }\n\n valueChunk = stringToChunk(escapeTextForBrowser(('' + styleValue).trim()));\n } else {\n {\n warnValidStyle$1(styleName, styleValue);\n }\n\n nameChunk = processStyleName(styleName);\n\n if (typeof styleValue === 'number') {\n if (styleValue !== 0 && !hasOwnProperty.call(isUnitlessNumber, styleName)) {\n valueChunk = stringToChunk(styleValue + 'px'); // Presumes implicit 'px' suffix for unitless numbers\n } else {\n valueChunk = stringToChunk('' + styleValue);\n }\n } else {\n {\n checkCSSPropertyStringCoercion(styleValue, styleName);\n }\n\n valueChunk = stringToChunk(escapeTextForBrowser(('' + styleValue).trim()));\n }\n }\n\n if (isFirst) {\n isFirst = false; // If it's first, we don't need any separators prefixed.\n\n target.push(styleAttributeStart, nameChunk, styleAssign, valueChunk);\n } else {\n target.push(styleSeparator, nameChunk, styleAssign, valueChunk);\n }\n }\n\n if (!isFirst) {\n target.push(attributeEnd);\n }\n}\n\nvar attributeSeparator = stringToPrecomputedChunk(' ');\nvar attributeAssign = stringToPrecomputedChunk('=\"');\nvar attributeEnd = stringToPrecomputedChunk('\"');\nvar attributeEmptyString = stringToPrecomputedChunk('=\"\"');\n\nfunction pushAttribute(target, responseState, name, value) {\n switch (name) {\n case 'style':\n {\n pushStyle(target, responseState, value);\n return;\n }\n\n case 'defaultValue':\n case 'defaultChecked': // These shouldn't be set as attributes on generic HTML elements.\n\n case 'innerHTML': // Must use dangerouslySetInnerHTML instead.\n\n case 'suppressContentEditableWarning':\n case 'suppressHydrationWarning':\n // Ignored. These are built-in to React on the client.\n return;\n }\n\n if ( // shouldIgnoreAttribute\n // We have already filtered out null/undefined and reserved words.\n name.length > 2 && (name[0] === 'o' || name[0] === 'O') && (name[1] === 'n' || name[1] === 'N')) {\n return;\n }\n\n var propertyInfo = getPropertyInfo(name);\n\n if (propertyInfo !== null) {\n // shouldRemoveAttribute\n switch (typeof value) {\n case 'function': // $FlowIssue symbol is perfectly valid here\n\n case 'symbol':\n // eslint-disable-line\n return;\n\n case 'boolean':\n {\n if (!propertyInfo.acceptsBooleans) {\n return;\n }\n }\n }\n\n var attributeName = propertyInfo.attributeName;\n var attributeNameChunk = stringToChunk(attributeName); // TODO: If it's known we can cache the chunk.\n\n switch (propertyInfo.type) {\n case BOOLEAN:\n if (value) {\n target.push(attributeSeparator, attributeNameChunk, attributeEmptyString);\n }\n\n return;\n\n case OVERLOADED_BOOLEAN:\n if (value === true) {\n target.push(attributeSeparator, attributeNameChunk, attributeEmptyString);\n } else if (value === false) ; else {\n target.push(attributeSeparator, attributeNameChunk, attributeAssign, stringToChunk(escapeTextForBrowser(value)), attributeEnd);\n }\n\n return;\n\n case NUMERIC:\n if (!isNaN(value)) {\n target.push(attributeSeparator, attributeNameChunk, attributeAssign, stringToChunk(escapeTextForBrowser(value)), attributeEnd);\n }\n\n break;\n\n case POSITIVE_NUMERIC:\n if (!isNaN(value) && value >= 1) {\n target.push(attributeSeparator, attributeNameChunk, attributeAssign, stringToChunk(escapeTextForBrowser(value)), attributeEnd);\n }\n\n break;\n\n default:\n if (propertyInfo.sanitizeURL) {\n {\n checkAttributeStringCoercion(value, attributeName);\n }\n\n value = '' + value;\n sanitizeURL(value);\n }\n\n target.push(attributeSeparator, attributeNameChunk, attributeAssign, stringToChunk(escapeTextForBrowser(value)), attributeEnd);\n }\n } else if (isAttributeNameSafe(name)) {\n // shouldRemoveAttribute\n switch (typeof value) {\n case 'function': // $FlowIssue symbol is perfectly valid here\n\n case 'symbol':\n // eslint-disable-line\n return;\n\n case 'boolean':\n {\n var prefix = name.toLowerCase().slice(0, 5);\n\n if (prefix !== 'data-' && prefix !== 'aria-') {\n return;\n }\n }\n }\n\n target.push(attributeSeparator, stringToChunk(name), attributeAssign, stringToChunk(escapeTextForBrowser(value)), attributeEnd);\n }\n}\n\nvar endOfStartTag = stringToPrecomputedChunk('>');\nvar endOfStartTagSelfClosing = stringToPrecomputedChunk('/>');\n\nfunction pushInnerHTML(target, innerHTML, children) {\n if (innerHTML != null) {\n if (children != null) {\n throw new Error('Can only set one of `children` or `props.dangerouslySetInnerHTML`.');\n }\n\n if (typeof innerHTML !== 'object' || !('__html' in innerHTML)) {\n throw new Error('`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. ' + 'Please visit https://reactjs.org/link/dangerously-set-inner-html ' + 'for more information.');\n }\n\n var html = innerHTML.__html;\n\n if (html !== null && html !== undefined) {\n {\n checkHtmlStringCoercion(html);\n }\n\n target.push(stringToChunk('' + html));\n }\n }\n} // TODO: Move these to ResponseState so that we warn for every request.\n// It would help debugging in stateful servers (e.g. service worker).\n\n\nvar didWarnDefaultInputValue = false;\nvar didWarnDefaultChecked = false;\nvar didWarnDefaultSelectValue = false;\nvar didWarnDefaultTextareaValue = false;\nvar didWarnInvalidOptionChildren = false;\nvar didWarnInvalidOptionInnerHTML = false;\nvar didWarnSelectedSetOnOption = false;\n\nfunction checkSelectProp(props, propName) {\n {\n var value = props[propName];\n\n if (value != null) {\n var array = isArray(value);\n\n if (props.multiple && !array) {\n error('The `%s` prop supplied to <select> must be an array if ' + '`multiple` is true.', propName);\n } else if (!props.multiple && array) {\n error('The `%s` prop supplied to <select> must be a scalar ' + 'value if `multiple` is false.', propName);\n }\n }\n }\n}\n\nfunction pushStartSelect(target, props, responseState) {\n {\n checkControlledValueProps('select', props);\n checkSelectProp(props, 'value');\n checkSelectProp(props, 'defaultValue');\n\n if (props.value !== undefined && props.defaultValue !== undefined && !didWarnDefaultSelectValue) {\n error('Select elements must be either controlled or uncontrolled ' + '(specify either the value prop, or the defaultValue prop, but not ' + 'both). Decide between using a controlled or uncontrolled select ' + 'element and remove one of these props. More info: ' + 'https://reactjs.org/link/controlled-components');\n\n didWarnDefaultSelectValue = true;\n }\n }\n\n target.push(startChunkForTag('select'));\n var children = null;\n var innerHTML = null;\n\n for (var propKey in props) {\n if (hasOwnProperty.call(props, propKey)) {\n var propValue = props[propKey];\n\n if (propValue == null) {\n continue;\n }\n\n switch (propKey) {\n case 'children':\n children = propValue;\n break;\n\n case 'dangerouslySetInnerHTML':\n // TODO: This doesn't really make sense for select since it can't use the controlled\n // value in the innerHTML.\n innerHTML = propValue;\n break;\n\n case 'defaultValue':\n case 'value':\n // These are set on the Context instead and applied to the nested options.\n break;\n\n default:\n pushAttribute(target, responseState, propKey, propValue);\n break;\n }\n }\n }\n\n target.push(endOfStartTag);\n pushInnerHTML(target, innerHTML, children);\n return children;\n}\n\nfunction flattenOptionChildren(children) {\n var content = ''; // Flatten children and warn if they aren't strings or numbers;\n // invalid types are ignored.\n\n React.Children.forEach(children, function (child) {\n if (child == null) {\n return;\n }\n\n content += child;\n\n {\n if (!didWarnInvalidOptionChildren && typeof child !== 'string' && typeof child !== 'number') {\n didWarnInvalidOptionChildren = true;\n\n error('Cannot infer the option value of complex children. ' + 'Pass a `value` prop or use a plain string as children to <option>.');\n }\n }\n });\n return content;\n}\n\nvar selectedMarkerAttribute = stringToPrecomputedChunk(' selected=\"\"');\n\nfunction pushStartOption(target, props, responseState, formatContext) {\n var selectedValue = formatContext.selectedValue;\n target.push(startChunkForTag('option'));\n var children = null;\n var value = null;\n var selected = null;\n var innerHTML = null;\n\n for (var propKey in props) {\n if (hasOwnProperty.call(props, propKey)) {\n var propValue = props[propKey];\n\n if (propValue == null) {\n continue;\n }\n\n switch (propKey) {\n case 'children':\n children = propValue;\n break;\n\n case 'selected':\n // ignore\n selected = propValue;\n\n {\n // TODO: Remove support for `selected` in <option>.\n if (!didWarnSelectedSetOnOption) {\n error('Use the `defaultValue` or `value` props on <select> instead of ' + 'setting `selected` on <option>.');\n\n didWarnSelectedSetOnOption = true;\n }\n }\n\n break;\n\n case 'dangerouslySetInnerHTML':\n innerHTML = propValue;\n break;\n // eslint-disable-next-line-no-fallthrough\n\n case 'value':\n value = propValue;\n // We intentionally fallthrough to also set the attribute on the node.\n // eslint-disable-next-line-no-fallthrough\n\n default:\n pushAttribute(target, responseState, propKey, propValue);\n break;\n }\n }\n }\n\n if (selectedValue != null) {\n var stringValue;\n\n if (value !== null) {\n {\n checkAttributeStringCoercion(value, 'value');\n }\n\n stringValue = '' + value;\n } else {\n {\n if (innerHTML !== null) {\n if (!didWarnInvalidOptionInnerHTML) {\n didWarnInvalidOptionInnerHTML = true;\n\n error('Pass a `value` prop if you set dangerouslyInnerHTML so React knows ' + 'which value should be selected.');\n }\n }\n }\n\n stringValue = flattenOptionChildren(children);\n }\n\n if (isArray(selectedValue)) {\n // multiple\n for (var i = 0; i < selectedValue.length; i++) {\n {\n checkAttributeStringCoercion(selectedValue[i], 'value');\n }\n\n var v = '' + selectedValue[i];\n\n if (v === stringValue) {\n target.push(selectedMarkerAttribute);\n break;\n }\n }\n } else {\n {\n checkAttributeStringCoercion(selectedValue, 'select.value');\n }\n\n if ('' + selectedValue === stringValue) {\n target.push(selectedMarkerAttribute);\n }\n }\n } else if (selected) {\n target.push(selectedMarkerAttribute);\n }\n\n target.push(endOfStartTag);\n pushInnerHTML(target, innerHTML, children);\n return children;\n}\n\nfunction pushInput(target, props, responseState) {\n {\n checkControlledValueProps('input', props);\n\n if (props.checked !== undefined && props.defaultChecked !== undefined && !didWarnDefaultChecked) {\n error('%s contains an input of type %s with both checked and defaultChecked props. ' + 'Input elements must be either controlled or uncontrolled ' + '(specify either the checked prop, or the defaultChecked prop, but not ' + 'both). Decide between using a controlled or uncontrolled input ' + 'element and remove one of these props. More info: ' + 'https://reactjs.org/link/controlled-components', 'A component', props.type);\n\n didWarnDefaultChecked = true;\n }\n\n if (props.value !== undefined && props.defaultValue !== undefined && !didWarnDefaultInputValue) {\n error('%s contains an input of type %s with both value and defaultValue props. ' + 'Input elements must be either controlled or uncontrolled ' + '(specify either the value prop, or the defaultValue prop, but not ' + 'both). Decide between using a controlled or uncontrolled input ' + 'element and remove one of these props. More info: ' + 'https://reactjs.org/link/controlled-components', 'A component', props.type);\n\n didWarnDefaultInputValue = true;\n }\n }\n\n target.push(startChunkForTag('input'));\n var value = null;\n var defaultValue = null;\n var checked = null;\n var defaultChecked = null;\n\n for (var propKey in props) {\n if (hasOwnProperty.call(props, propKey)) {\n var propValue = props[propKey];\n\n if (propValue == null) {\n continue;\n }\n\n switch (propKey) {\n case 'children':\n case 'dangerouslySetInnerHTML':\n throw new Error('input' + \" is a self-closing tag and must neither have `children` nor \" + 'use `dangerouslySetInnerHTML`.');\n // eslint-disable-next-line-no-fallthrough\n\n case 'defaultChecked':\n defaultChecked = propValue;\n break;\n\n case 'defaultValue':\n defaultValue = propValue;\n break;\n\n case 'checked':\n checked = propValue;\n break;\n\n case 'value':\n value = propValue;\n break;\n\n default:\n pushAttribute(target, responseState, propKey, propValue);\n break;\n }\n }\n }\n\n if (checked !== null) {\n pushAttribute(target, responseState, 'checked', checked);\n } else if (defaultChecked !== null) {\n pushAttribute(target, responseState, 'checked', defaultChecked);\n }\n\n if (value !== null) {\n pushAttribute(target, responseState, 'value', value);\n } else if (defaultValue !== null) {\n pushAttribute(target, responseState, 'value', defaultValue);\n }\n\n target.push(endOfStartTagSelfClosing);\n return null;\n}\n\nfunction pushStartTextArea(target, props, responseState) {\n {\n checkControlledValueProps('textarea', props);\n\n if (props.value !== undefined && props.defaultValue !== undefined && !didWarnDefaultTextareaValue) {\n error('Textarea elements must be either controlled or uncontrolled ' + '(specify either the value prop, or the defaultValue prop, but not ' + 'both). Decide between using a controlled or uncontrolled textarea ' + 'and remove one of these props. More info: ' + 'https://reactjs.org/link/controlled-components');\n\n didWarnDefaultTextareaValue = true;\n }\n }\n\n target.push(startChunkForTag('textarea'));\n var value = null;\n var defaultValue = null;\n var children = null;\n\n for (var propKey in props) {\n if (hasOwnProperty.call(props, propKey)) {\n var propValue = props[propKey];\n\n if (propValue == null) {\n continue;\n }\n\n switch (propKey) {\n case 'children':\n children = propValue;\n break;\n\n case 'value':\n value = propValue;\n break;\n\n case 'defaultValue':\n defaultValue = propValue;\n break;\n\n case 'dangerouslySetInnerHTML':\n throw new Error('`dangerouslySetInnerHTML` does not make sense on <textarea>.');\n // eslint-disable-next-line-no-fallthrough\n\n default:\n pushAttribute(target, responseState, propKey, propValue);\n break;\n }\n }\n }\n\n if (value === null && defaultValue !== null) {\n value = defaultValue;\n }\n\n target.push(endOfStartTag); // TODO (yungsters): Remove support for children content in <textarea>.\n\n if (children != null) {\n {\n error('Use the `defaultValue` or `value` props instead of setting ' + 'children on <textarea>.');\n }\n\n if (value != null) {\n throw new Error('If you supply `defaultValue` on a <textarea>, do not pass children.');\n }\n\n if (isArray(children)) {\n if (children.length > 1) {\n throw new Error('<textarea> can only have at most one child.');\n } // TODO: remove the coercion and the DEV check below because it will\n // always be overwritten by the coercion several lines below it. #22309\n\n\n {\n checkHtmlStringCoercion(children[0]);\n }\n\n value = '' + children[0];\n }\n\n {\n checkHtmlStringCoercion(children);\n }\n\n value = '' + children;\n }\n\n if (typeof value === 'string' && value[0] === '\\n') {\n // text/html ignores the first character in these tags if it's a newline\n // Prefer to break application/xml over text/html (for now) by adding\n // a newline specifically to get eaten by the parser. (Alternately for\n // textareas, replacing \"^\\n\" with \"\\r\\n\" doesn't get eaten, and the first\n // \\r is normalized out by HTMLTextAreaElement#value.)\n // See: <http://www.w3.org/TR/html-polyglot/#newlines-in-textarea-and-pre>\n // See: <http://www.w3.org/TR/html5/syntax.html#element-restrictions>\n // See: <http://www.w3.org/TR/html5/syntax.html#newlines>\n // See: Parsing of \"textarea\" \"listing\" and \"pre\" elements\n // from <http://www.w3.org/TR/html5/syntax.html#parsing-main-inbody>\n target.push(leadingNewline);\n } // ToString and push directly instead of recurse over children.\n // We don't really support complex children in the value anyway.\n // This also currently avoids a trailing comment node which breaks textarea.\n\n\n if (value !== null) {\n {\n checkAttributeStringCoercion(value, 'value');\n }\n\n target.push(stringToChunk(encodeHTMLTextNode('' + value)));\n }\n\n return null;\n}\n\nfunction pushSelfClosing(target, props, tag, responseState) {\n target.push(startChunkForTag(tag));\n\n for (var propKey in props) {\n if (hasOwnProperty.call(props, propKey)) {\n var propValue = props[propKey];\n\n if (propValue == null) {\n continue;\n }\n\n switch (propKey) {\n case 'children':\n case 'dangerouslySetInnerHTML':\n throw new Error(tag + \" is a self-closing tag and must neither have `children` nor \" + 'use `dangerouslySetInnerHTML`.');\n // eslint-disable-next-line-no-fallthrough\n\n default:\n pushAttribute(target, responseState, propKey, propValue);\n break;\n }\n }\n }\n\n target.push(endOfStartTagSelfClosing);\n return null;\n}\n\nfunction pushStartMenuItem(target, props, responseState) {\n target.push(startChunkForTag('menuitem'));\n\n for (var propKey in props) {\n if (hasOwnProperty.call(props, propKey)) {\n var propValue = props[propKey];\n\n if (propValue == null) {\n continue;\n }\n\n switch (propKey) {\n case 'children':\n case 'dangerouslySetInnerHTML':\n throw new Error('menuitems cannot have `children` nor `dangerouslySetInnerHTML`.');\n // eslint-disable-next-line-no-fallthrough\n\n default:\n pushAttribute(target, responseState, propKey, propValue);\n break;\n }\n }\n }\n\n target.push(endOfStartTag);\n return null;\n}\n\nfunction pushStartTitle(target, props, responseState) {\n target.push(startChunkForTag('title'));\n var children = null;\n\n for (var propKey in props) {\n if (hasOwnProperty.call(props, propKey)) {\n var propValue = props[propKey];\n\n if (propValue == null) {\n continue;\n }\n\n switch (propKey) {\n case 'children':\n children = propValue;\n break;\n\n case 'dangerouslySetInnerHTML':\n throw new Error('`dangerouslySetInnerHTML` does not make sense on <title>.');\n // eslint-disable-next-line-no-fallthrough\n\n default:\n pushAttribute(target, responseState, propKey, propValue);\n break;\n }\n }\n }\n\n target.push(endOfStartTag);\n\n {\n var child = Array.isArray(children) && children.length < 2 ? children[0] || null : children;\n\n if (Array.isArray(children) && children.length > 1) {\n error('A title element received an array with more than 1 element as children. ' + 'In browsers title Elements can only have Text Nodes as children. If ' + 'the children being rendered output more than a single text node in aggregate the browser ' + 'will display markup and comments as text in the title and hydration will likely fail and ' + 'fall back to client rendering');\n } else if (child != null && child.$$typeof != null) {\n error('A title element received a React element for children. ' + 'In the browser title Elements can only have Text Nodes as children. If ' + 'the children being rendered output more than a single text node in aggregate the browser ' + 'will display markup and comments as text in the title and hydration will likely fail and ' + 'fall back to client rendering');\n } else if (child != null && typeof child !== 'string' && typeof child !== 'number') {\n error('A title element received a value that was not a string or number for children. ' + 'In the browser title Elements can only have Text Nodes as children. If ' + 'the children being rendered output more than a single text node in aggregate the browser ' + 'will display markup and comments as text in the title and hydration will likely fail and ' + 'fall back to client rendering');\n }\n }\n\n return children;\n}\n\nfunction pushStartGenericElement(target, props, tag, responseState) {\n target.push(startChunkForTag(tag));\n var children = null;\n var innerHTML = null;\n\n for (var propKey in props) {\n if (hasOwnProperty.call(props, propKey)) {\n var propValue = props[propKey];\n\n if (propValue == null) {\n continue;\n }\n\n switch (propKey) {\n case 'children':\n children = propValue;\n break;\n\n case 'dangerouslySetInnerHTML':\n innerHTML = propValue;\n break;\n\n default:\n pushAttribute(target, responseState, propKey, propValue);\n break;\n }\n }\n }\n\n target.push(endOfStartTag);\n pushInnerHTML(target, innerHTML, children);\n\n if (typeof children === 'string') {\n // Special case children as a string to avoid the unnecessary comment.\n // TODO: Remove this special case after the general optimization is in place.\n target.push(stringToChunk(encodeHTMLTextNode(children)));\n return null;\n }\n\n return children;\n}\n\nfunction pushStartCustomElement(target, props, tag, responseState) {\n target.push(startChunkForTag(tag));\n var children = null;\n var innerHTML = null;\n\n for (var propKey in props) {\n if (hasOwnProperty.call(props, propKey)) {\n var propValue = props[propKey];\n\n if (propValue == null) {\n continue;\n }\n\n switch (propKey) {\n case 'children':\n children = propValue;\n break;\n\n case 'dangerouslySetInnerHTML':\n innerHTML = propValue;\n break;\n\n case 'style':\n pushStyle(target, responseState, propValue);\n break;\n\n case 'suppressContentEditableWarning':\n case 'suppressHydrationWarning':\n // Ignored. These are built-in to React on the client.\n break;\n\n default:\n if (isAttributeNameSafe(propKey) && typeof propValue !== 'function' && typeof propValue !== 'symbol') {\n target.push(attributeSeparator, stringToChunk(propKey), attributeAssign, stringToChunk(escapeTextForBrowser(propValue)), attributeEnd);\n }\n\n break;\n }\n }\n }\n\n target.push(endOfStartTag);\n pushInnerHTML(target, innerHTML, children);\n return children;\n}\n\nvar leadingNewline = stringToPrecomputedChunk('\\n');\n\nfunction pushStartPreformattedElement(target, props, tag, responseState) {\n target.push(startChunkForTag(tag));\n var children = null;\n var innerHTML = null;\n\n for (var propKey in props) {\n if (hasOwnProperty.call(props, propKey)) {\n var propValue = props[propKey];\n\n if (propValue == null) {\n continue;\n }\n\n switch (propKey) {\n case 'children':\n children = propValue;\n break;\n\n case 'dangerouslySetInnerHTML':\n innerHTML = propValue;\n break;\n\n default:\n pushAttribute(target, responseState, propKey, propValue);\n break;\n }\n }\n }\n\n target.push(endOfStartTag); // text/html ignores the first character in these tags if it's a newline\n // Prefer to break application/xml over text/html (for now) by adding\n // a newline specifically to get eaten by the parser. (Alternately for\n // textareas, replacing \"^\\n\" with \"\\r\\n\" doesn't get eaten, and the first\n // \\r is normalized out by HTMLTextAreaElement#value.)\n // See: <http://www.w3.org/TR/html-polyglot/#newlines-in-textarea-and-pre>\n // See: <http://www.w3.org/TR/html5/syntax.html#element-restrictions>\n // See: <http://www.w3.org/TR/html5/syntax.html#newlines>\n // See: Parsing of \"textarea\" \"listing\" and \"pre\" elements\n // from <http://www.w3.org/TR/html5/syntax.html#parsing-main-inbody>\n // TODO: This doesn't deal with the case where the child is an array\n // or component that returns a string.\n\n if (innerHTML != null) {\n if (children != null) {\n throw new Error('Can only set one of `children` or `props.dangerouslySetInnerHTML`.');\n }\n\n if (typeof innerHTML !== 'object' || !('__html' in innerHTML)) {\n throw new Error('`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. ' + 'Please visit https://reactjs.org/link/dangerously-set-inner-html ' + 'for more information.');\n }\n\n var html = innerHTML.__html;\n\n if (html !== null && html !== undefined) {\n if (typeof html === 'string' && html.length > 0 && html[0] === '\\n') {\n target.push(leadingNewline, stringToChunk(html));\n } else {\n {\n checkHtmlStringCoercion(html);\n }\n\n target.push(stringToChunk('' + html));\n }\n }\n }\n\n if (typeof children === 'string' && children[0] === '\\n') {\n target.push(leadingNewline);\n }\n\n return children;\n} // We accept any tag to be rendered but since this gets injected into arbitrary\n// HTML, we want to make sure that it's a safe tag.\n// http://www.w3.org/TR/REC-xml/#NT-Name\n\n\nvar VALID_TAG_REGEX = /^[a-zA-Z][a-zA-Z:_\\.\\-\\d]*$/; // Simplified subset\n\nvar validatedTagCache = new Map();\n\nfunction startChunkForTag(tag) {\n var tagStartChunk = validatedTagCache.get(tag);\n\n if (tagStartChunk === undefined) {\n if (!VALID_TAG_REGEX.test(tag)) {\n throw new Error(\"Invalid tag: \" + tag);\n }\n\n tagStartChunk = stringToPrecomputedChunk('<' + tag);\n validatedTagCache.set(tag, tagStartChunk);\n }\n\n return tagStartChunk;\n}\n\nvar DOCTYPE = stringToPrecomputedChunk('<!DOCTYPE html>');\nfunction pushStartInstance(target, type, props, responseState, formatContext) {\n {\n validateProperties(type, props);\n validateProperties$1(type, props);\n validateProperties$2(type, props, null);\n\n if (!props.suppressContentEditableWarning && props.contentEditable && props.children != null) {\n error('A component is `contentEditable` and contains `children` managed by ' + 'React. It is now your responsibility to guarantee that none of ' + 'those nodes are unexpectedly modified or duplicated. This is ' + 'probably not intentional.');\n }\n\n if (formatContext.insertionMode !== SVG_MODE && formatContext.insertionMode !== MATHML_MODE) {\n if (type.indexOf('-') === -1 && typeof props.is !== 'string' && type.toLowerCase() !== type) {\n error('<%s /> is using incorrect casing. ' + 'Use PascalCase for React components, ' + 'or lowercase for HTML elements.', type);\n }\n }\n }\n\n switch (type) {\n // Special tags\n case 'select':\n return pushStartSelect(target, props, responseState);\n\n case 'option':\n return pushStartOption(target, props, responseState, formatContext);\n\n case 'textarea':\n return pushStartTextArea(target, props, responseState);\n\n case 'input':\n return pushInput(target, props, responseState);\n\n case 'menuitem':\n return pushStartMenuItem(target, props, responseState);\n\n case 'title':\n return pushStartTitle(target, props, responseState);\n // Newline eating tags\n\n case 'listing':\n case 'pre':\n {\n return pushStartPreformattedElement(target, props, type, responseState);\n }\n // Omitted close tags\n\n case 'area':\n case 'base':\n case 'br':\n case 'col':\n case 'embed':\n case 'hr':\n case 'img':\n case 'keygen':\n case 'link':\n case 'meta':\n case 'param':\n case 'source':\n case 'track':\n case 'wbr':\n {\n return pushSelfClosing(target, props, type, responseState);\n }\n // These are reserved SVG and MathML elements, that are never custom elements.\n // https://w3c.github.io/webcomponents/spec/custom/#custom-elements-core-concepts\n\n case 'annotation-xml':\n case 'color-profile':\n case 'font-face':\n case 'font-face-src':\n case 'font-face-uri':\n case 'font-face-format':\n case 'font-face-name':\n case 'missing-glyph':\n {\n return pushStartGenericElement(target, props, type, responseState);\n }\n\n case 'html':\n {\n if (formatContext.insertionMode === ROOT_HTML_MODE) {\n // If we're rendering the html tag and we're at the root (i.e. not in foreignObject)\n // then we also emit the DOCTYPE as part of the root content as a convenience for\n // rendering the whole document.\n target.push(DOCTYPE);\n }\n\n return pushStartGenericElement(target, props, type, responseState);\n }\n\n default:\n {\n if (type.indexOf('-') === -1 && typeof props.is !== 'string') {\n // Generic element\n return pushStartGenericElement(target, props, type, responseState);\n } else {\n // Custom element\n return pushStartCustomElement(target, props, type, responseState);\n }\n }\n }\n}\nvar endTag1 = stringToPrecomputedChunk('</');\nvar endTag2 = stringToPrecomputedChunk('>');\nfunction pushEndInstance(target, type, props) {\n switch (type) {\n // Omitted close tags\n // TODO: Instead of repeating this switch we could try to pass a flag from above.\n // That would require returning a tuple. Which might be ok if it gets inlined.\n case 'area':\n case 'base':\n case 'br':\n case 'col':\n case 'embed':\n case 'hr':\n case 'img':\n case 'input':\n case 'keygen':\n case 'link':\n case 'meta':\n case 'param':\n case 'source':\n case 'track':\n case 'wbr':\n {\n // No close tag needed.\n break;\n }\n\n default:\n {\n target.push(endTag1, stringToChunk(type), endTag2);\n }\n }\n}\nfunction writeCompletedRoot(destination, responseState) {\n var bootstrapChunks = responseState.bootstrapChunks;\n var i = 0;\n\n for (; i < bootstrapChunks.length - 1; i++) {\n writeChunk(destination, bootstrapChunks[i]);\n }\n\n if (i < bootstrapChunks.length) {\n return writeChunkAndReturn(destination, bootstrapChunks[i]);\n }\n\n return true;\n} // Structural Nodes\n// A placeholder is a node inside a hidden partial tree that can be filled in later, but before\n// display. It's never visible to users. We use the template tag because it can be used in every\n// type of parent. <script> tags also work in every other tag except <colgroup>.\n\nvar placeholder1 = stringToPrecomputedChunk('<template id=\"');\nvar placeholder2 = stringToPrecomputedChunk('\"></template>');\nfunction writePlaceholder(destination, responseState, id) {\n writeChunk(destination, placeholder1);\n writeChunk(destination, responseState.placeholderPrefix);\n var formattedID = stringToChunk(id.toString(16));\n writeChunk(destination, formattedID);\n return writeChunkAndReturn(destination, placeholder2);\n} // Suspense boundaries are encoded as comments.\n\nvar startCompletedSuspenseBoundary = stringToPrecomputedChunk('<!--$-->');\nvar startPendingSuspenseBoundary1 = stringToPrecomputedChunk('<!--$?--><template id=\"');\nvar startPendingSuspenseBoundary2 = stringToPrecomputedChunk('\"></template>');\nvar startClientRenderedSuspenseBoundary = stringToPrecomputedChunk('<!--$!-->');\nvar endSuspenseBoundary = stringToPrecomputedChunk('<!--/$-->');\nvar clientRenderedSuspenseBoundaryError1 = stringToPrecomputedChunk('<template');\nvar clientRenderedSuspenseBoundaryErrorAttrInterstitial = stringToPrecomputedChunk('\"');\nvar clientRenderedSuspenseBoundaryError1A = stringToPrecomputedChunk(' data-dgst=\"');\nvar clientRenderedSuspenseBoundaryError1B = stringToPrecomputedChunk(' data-msg=\"');\nvar clientRenderedSuspenseBoundaryError1C = stringToPrecomputedChunk(' data-stck=\"');\nvar clientRenderedSuspenseBoundaryError2 = stringToPrecomputedChunk('></template>');\nfunction writeStartCompletedSuspenseBoundary(destination, responseState) {\n return writeChunkAndReturn(destination, startCompletedSuspenseBoundary);\n}\nfunction writeStartPendingSuspenseBoundary(destination, responseState, id) {\n writeChunk(destination, startPendingSuspenseBoundary1);\n\n if (id === null) {\n throw new Error('An ID must have been assigned before we can complete the boundary.');\n }\n\n writeChunk(destination, id);\n return writeChunkAndReturn(destination, startPendingSuspenseBoundary2);\n}\nfunction writeStartClientRenderedSuspenseBoundary(destination, responseState, errorDigest, errorMesssage, errorComponentStack) {\n var result;\n result = writeChunkAndReturn(destination, startClientRenderedSuspenseBoundary);\n writeChunk(destination, clientRenderedSuspenseBoundaryError1);\n\n if (errorDigest) {\n writeChunk(destination, clientRenderedSuspenseBoundaryError1A);\n writeChunk(destination, stringToChunk(escapeTextForBrowser(errorDigest)));\n writeChunk(destination, clientRenderedSuspenseBoundaryErrorAttrInterstitial);\n }\n\n {\n if (errorMesssage) {\n writeChunk(destination, clientRenderedSuspenseBoundaryError1B);\n writeChunk(destination, stringToChunk(escapeTextForBrowser(errorMesssage)));\n writeChunk(destination, clientRenderedSuspenseBoundaryErrorAttrInterstitial);\n }\n\n if (errorComponentStack) {\n writeChunk(destination, clientRenderedSuspenseBoundaryError1C);\n writeChunk(destination, stringToChunk(escapeTextForBrowser(errorComponentStack)));\n writeChunk(destination, clientRenderedSuspenseBoundaryErrorAttrInterstitial);\n }\n }\n\n result = writeChunkAndReturn(destination, clientRenderedSuspenseBoundaryError2);\n return result;\n}\nfunction writeEndCompletedSuspenseBoundary(destination, responseState) {\n return writeChunkAndReturn(destination, endSuspenseBoundary);\n}\nfunction writeEndPendingSuspenseBoundary(destination, responseState) {\n return writeChunkAndReturn(destination, endSuspenseBoundary);\n}\nfunction writeEndClientRenderedSuspenseBoundary(destination, responseState) {\n return writeChunkAndReturn(destination, endSuspenseBoundary);\n}\nvar startSegmentHTML = stringToPrecomputedChunk('<div hidden id=\"');\nvar startSegmentHTML2 = stringToPrecomputedChunk('\">');\nvar endSegmentHTML = stringToPrecomputedChunk('</div>');\nvar startSegmentSVG = stringToPrecomputedChunk('<svg aria-hidden=\"true\" style=\"display:none\" id=\"');\nvar startSegmentSVG2 = stringToPrecomputedChunk('\">');\nvar endSegmentSVG = stringToPrecomputedChunk('</svg>');\nvar startSegmentMathML = stringToPrecomputedChunk('<math aria-hidden=\"true\" style=\"display:none\" id=\"');\nvar startSegmentMathML2 = stringToPrecomputedChunk('\">');\nvar endSegmentMathML = stringToPrecomputedChunk('</math>');\nvar startSegmentTable = stringToPrecomputedChunk('<table hidden id=\"');\nvar startSegmentTable2 = stringToPrecomputedChunk('\">');\nvar endSegmentTable = stringToPrecomputedChunk('</table>');\nvar startSegmentTableBody = stringToPrecomputedChunk('<table hidden><tbody id=\"');\nvar startSegmentTableBody2 = stringToPrecomputedChunk('\">');\nvar endSegmentTableBody = stringToPrecomputedChunk('</tbody></table>');\nvar startSegmentTableRow = stringToPrecomputedChunk('<table hidden><tr id=\"');\nvar startSegmentTableRow2 = stringToPrecomputedChunk('\">');\nvar endSegmentTableRow = stringToPrecomputedChunk('</tr></table>');\nvar startSegmentColGroup = stringToPrecomputedChunk('<table hidden><colgroup id=\"');\nvar startSegmentColGroup2 = stringToPrecomputedChunk('\">');\nvar endSegmentColGroup = stringToPrecomputedChunk('</colgroup></table>');\nfunction writeStartSegment(destination, responseState, formatContext, id) {\n switch (formatContext.insertionMode) {\n case ROOT_HTML_MODE:\n case HTML_MODE:\n {\n writeChunk(destination, startSegmentHTML);\n writeChunk(destination, responseState.segmentPrefix);\n writeChunk(destination, stringToChunk(id.toString(16)));\n return writeChunkAndReturn(destination, startSegmentHTML2);\n }\n\n case SVG_MODE:\n {\n writeChunk(destination, startSegmentSVG);\n writeChunk(destination, responseState.segmentPrefix);\n writeChunk(destination, stringToChunk(id.toString(16)));\n return writeChunkAndReturn(destination, startSegmentSVG2);\n }\n\n case MATHML_MODE:\n {\n writeChunk(destination, startSegmentMathML);\n writeChunk(destination, responseState.segmentPrefix);\n writeChunk(destination, stringToChunk(id.toString(16)));\n return writeChunkAndReturn(destination, startSegmentMathML2);\n }\n\n case HTML_TABLE_MODE:\n {\n writeChunk(destination, startSegmentTable);\n writeChunk(destination, responseState.segmentPrefix);\n writeChunk(destination, stringToChunk(id.toString(16)));\n return writeChunkAndReturn(destination, startSegmentTable2);\n }\n // TODO: For the rest of these, there will be extra wrapper nodes that never\n // get deleted from the document. We need to delete the table too as part\n // of the injected scripts. They are invisible though so it's not too terrible\n // and it's kind of an edge case to suspend in a table. Totally supported though.\n\n case HTML_TABLE_BODY_MODE:\n {\n writeChunk(destination, startSegmentTableBody);\n writeChunk(destination, responseState.segmentPrefix);\n writeChunk(destination, stringToChunk(id.toString(16)));\n return writeChunkAndReturn(destination, startSegmentTableBody2);\n }\n\n case HTML_TABLE_ROW_MODE:\n {\n writeChunk(destination, startSegmentTableRow);\n writeChunk(destination, responseState.segmentPrefix);\n writeChunk(destination, stringToChunk(id.toString(16)));\n return writeChunkAndReturn(destination, startSegmentTableRow2);\n }\n\n case HTML_COLGROUP_MODE:\n {\n writeChunk(destination, startSegmentColGroup);\n writeChunk(destination, responseState.segmentPrefix);\n writeChunk(destination, stringToChunk(id.toString(16)));\n return writeChunkAndReturn(destination, startSegmentColGroup2);\n }\n\n default:\n {\n throw new Error('Unknown insertion mode. This is a bug in React.');\n }\n }\n}\nfunction writeEndSegment(destination, formatContext) {\n switch (formatContext.insertionMode) {\n case ROOT_HTML_MODE:\n case HTML_MODE:\n {\n return writeChunkAndReturn(destination, endSegmentHTML);\n }\n\n case SVG_MODE:\n {\n return writeChunkAndReturn(destination, endSegmentSVG);\n }\n\n case MATHML_MODE:\n {\n return writeChunkAndReturn(destination, endSegmentMathML);\n }\n\n case HTML_TABLE_MODE:\n {\n return writeChunkAndReturn(destination, endSegmentTable);\n }\n\n case HTML_TABLE_BODY_MODE:\n {\n return writeChunkAndReturn(destination, endSegmentTableBody);\n }\n\n case HTML_TABLE_ROW_MODE:\n {\n return writeChunkAndReturn(destination, endSegmentTableRow);\n }\n\n case HTML_COLGROUP_MODE:\n {\n return writeChunkAndReturn(destination, endSegmentColGroup);\n }\n\n default:\n {\n throw new Error('Unknown insertion mode. This is a bug in React.');\n }\n }\n} // Instruction Set\n// The following code is the source scripts that we then minify and inline below,\n// with renamed function names that we hope don't collide:\n// const COMMENT_NODE = 8;\n// const SUSPENSE_START_DATA = '$';\n// const SUSPENSE_END_DATA = '/$';\n// const SUSPENSE_PENDING_START_DATA = '$?';\n// const SUSPENSE_FALLBACK_START_DATA = '$!';\n//\n// function clientRenderBoundary(suspenseBoundaryID, errorDigest, errorMsg, errorComponentStack) {\n// // Find the fallback's first element.\n// const suspenseIdNode = document.getElementById(suspenseBoundaryID);\n// if (!suspenseIdNode) {\n// // The user must have already navigated away from this tree.\n// // E.g. because the parent was hydrated.\n// return;\n// }\n// // Find the boundary around the fallback. This is always the previous node.\n// const suspenseNode = suspenseIdNode.previousSibling;\n// // Tag it to be client rendered.\n// suspenseNode.data = SUSPENSE_FALLBACK_START_DATA;\n// // assign error metadata to first sibling\n// let dataset = suspenseIdNode.dataset;\n// if (errorDigest) dataset.dgst = errorDigest;\n// if (errorMsg) dataset.msg = errorMsg;\n// if (errorComponentStack) dataset.stck = errorComponentStack;\n// // Tell React to retry it if the parent already hydrated.\n// if (suspenseNode._reactRetry) {\n// suspenseNode._reactRetry();\n// }\n// }\n//\n// function completeBoundary(suspenseBoundaryID, contentID) {\n// // Find the fallback's first element.\n// const suspenseIdNode = document.getElementById(suspenseBoundaryID);\n// const contentNode = document.getElementById(contentID);\n// // We'll detach the content node so that regardless of what happens next we don't leave in the tree.\n// // This might also help by not causing recalcing each time we move a child from here to the target.\n// contentNode.parentNode.removeChild(contentNode);\n// if (!suspenseIdNode) {\n// // The user must have already navigated away from this tree.\n// // E.g. because the parent was hydrated. That's fine there's nothing to do\n// // but we have to make sure that we already deleted the container node.\n// return;\n// }\n// // Find the boundary around the fallback. This is always the previous node.\n// const suspenseNode = suspenseIdNode.previousSibling;\n//\n// // Clear all the existing children. This is complicated because\n// // there can be embedded Suspense boundaries in the fallback.\n// // This is similar to clearSuspenseBoundary in ReactDOMHostConfig.\n// // TODO: We could avoid this if we never emitted suspense boundaries in fallback trees.\n// // They never hydrate anyway. However, currently we support incrementally loading the fallback.\n// const parentInstance = suspenseNode.parentNode;\n// let node = suspenseNode.nextSibling;\n// let depth = 0;\n// do {\n// if (node && node.nodeType === COMMENT_NODE) {\n// const data = node.data;\n// if (data === SUSPENSE_END_DATA) {\n// if (depth === 0) {\n// break;\n// } else {\n// depth--;\n// }\n// } else if (\n// data === SUSPENSE_START_DATA ||\n// data === SUSPENSE_PENDING_START_DATA ||\n// data === SUSPENSE_FALLBACK_START_DATA\n// ) {\n// depth++;\n// }\n// }\n//\n// const nextNode = node.nextSibling;\n// parentInstance.removeChild(node);\n// node = nextNode;\n// } while (node);\n//\n// const endOfBoundary = node;\n//\n// // Insert all the children from the contentNode between the start and end of suspense boundary.\n// while (contentNode.firstChild) {\n// parentInstance.insertBefore(contentNode.firstChild, endOfBoundary);\n// }\n// suspenseNode.data = SUSPENSE_START_DATA;\n// if (suspenseNode._reactRetry) {\n// suspenseNode._reactRetry();\n// }\n// }\n//\n// function completeSegment(containerID, placeholderID) {\n// const segmentContainer = document.getElementById(containerID);\n// const placeholderNode = document.getElementById(placeholderID);\n// // We always expect both nodes to exist here because, while we might\n// // have navigated away from the main tree, we still expect the detached\n// // tree to exist.\n// segmentContainer.parentNode.removeChild(segmentContainer);\n// while (segmentContainer.firstChild) {\n// placeholderNode.parentNode.insertBefore(\n// segmentContainer.firstChild,\n// placeholderNode,\n// );\n// }\n// placeholderNode.parentNode.removeChild(placeholderNode);\n// }\n\nvar completeSegmentFunction = 'function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)}';\nvar completeBoundaryFunction = 'function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if(\"/$\"===d)if(0===e)break;else e--;else\"$\"!==d&&\"$?\"!==d&&\"$!\"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data=\"$\";a._reactRetry&&a._reactRetry()}}';\nvar clientRenderFunction = 'function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data=\"$!\",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())}';\nvar completeSegmentScript1Full = stringToPrecomputedChunk(completeSegmentFunction + ';$RS(\"');\nvar completeSegmentScript1Partial = stringToPrecomputedChunk('$RS(\"');\nvar completeSegmentScript2 = stringToPrecomputedChunk('\",\"');\nvar completeSegmentScript3 = stringToPrecomputedChunk('\")</script>');\nfunction writeCompletedSegmentInstruction(destination, responseState, contentSegmentID) {\n writeChunk(destination, responseState.startInlineScript);\n\n if (!responseState.sentCompleteSegmentFunction) {\n // The first time we write this, we'll need to include the full implementation.\n responseState.sentCompleteSegmentFunction = true;\n writeChunk(destination, completeSegmentScript1Full);\n } else {\n // Future calls can just reuse the same function.\n writeChunk(destination, completeSegmentScript1Partial);\n }\n\n writeChunk(destination, responseState.segmentPrefix);\n var formattedID = stringToChunk(contentSegmentID.toString(16));\n writeChunk(destination, formattedID);\n writeChunk(destination, completeSegmentScript2);\n writeChunk(destination, responseState.placeholderPrefix);\n writeChunk(destination, formattedID);\n return writeChunkAndReturn(destination, completeSegmentScript3);\n}\nvar completeBoundaryScript1Full = stringToPrecomputedChunk(completeBoundaryFunction + ';$RC(\"');\nvar completeBoundaryScript1Partial = stringToPrecomputedChunk('$RC(\"');\nvar completeBoundaryScript2 = stringToPrecomputedChunk('\",\"');\nvar completeBoundaryScript3 = stringToPrecomputedChunk('\")</script>');\nfunction writeCompletedBoundaryInstruction(destination, responseState, boundaryID, contentSegmentID) {\n writeChunk(destination, responseState.startInlineScript);\n\n if (!responseState.sentCompleteBoundaryFunction) {\n // The first time we write this, we'll need to include the full implementation.\n responseState.sentCompleteBoundaryFunction = true;\n writeChunk(destination, completeBoundaryScript1Full);\n } else {\n // Future calls can just reuse the same function.\n writeChunk(destination, completeBoundaryScript1Partial);\n }\n\n if (boundaryID === null) {\n throw new Error('An ID must have been assigned before we can complete the boundary.');\n }\n\n var formattedContentID = stringToChunk(contentSegmentID.toString(16));\n writeChunk(destination, boundaryID);\n writeChunk(destination, completeBoundaryScript2);\n writeChunk(destination, responseState.segmentPrefix);\n writeChunk(destination, formattedContentID);\n return writeChunkAndReturn(destination, completeBoundaryScript3);\n}\nvar clientRenderScript1Full = stringToPrecomputedChunk(clientRenderFunction + ';$RX(\"');\nvar clientRenderScript1Partial = stringToPrecomputedChunk('$RX(\"');\nvar clientRenderScript1A = stringToPrecomputedChunk('\"');\nvar clientRenderScript2 = stringToPrecomputedChunk(')</script>');\nvar clientRenderErrorScriptArgInterstitial = stringToPrecomputedChunk(',');\nfunction writeClientRenderBoundaryInstruction(destination, responseState, boundaryID, errorDigest, errorMessage, errorComponentStack) {\n writeChunk(destination, responseState.startInlineScript);\n\n if (!responseState.sentClientRenderFunction) {\n // The first time we write this, we'll need to include the full implementation.\n responseState.sentClientRenderFunction = true;\n writeChunk(destination, clientRenderScript1Full);\n } else {\n // Future calls can just reuse the same function.\n writeChunk(destination, clientRenderScript1Partial);\n }\n\n if (boundaryID === null) {\n throw new Error('An ID must have been assigned before we can complete the boundary.');\n }\n\n writeChunk(destination, boundaryID);\n writeChunk(destination, clientRenderScript1A);\n\n if (errorDigest || errorMessage || errorComponentStack) {\n writeChunk(destination, clientRenderErrorScriptArgInterstitial);\n writeChunk(destination, stringToChunk(escapeJSStringsForInstructionScripts(errorDigest || '')));\n }\n\n if (errorMessage || errorComponentStack) {\n writeChunk(destination, clientRenderErrorScriptArgInterstitial);\n writeChunk(destination, stringToChunk(escapeJSStringsForInstructionScripts(errorMessage || '')));\n }\n\n if (errorComponentStack) {\n writeChunk(destination, clientRenderErrorScriptArgInterstitial);\n writeChunk(destination, stringToChunk(escapeJSStringsForInstructionScripts(errorComponentStack)));\n }\n\n return writeChunkAndReturn(destination, clientRenderScript2);\n}\nvar regexForJSStringsInScripts = /[<\\u2028\\u2029]/g;\n\nfunction escapeJSStringsForInstructionScripts(input) {\n var escaped = JSON.stringify(input);\n return escaped.replace(regexForJSStringsInScripts, function (match) {\n switch (match) {\n // santizing breaking out of strings and script tags\n case '<':\n return \"\\\\u003c\";\n\n case \"\\u2028\":\n return \"\\\\u2028\";\n\n case \"\\u2029\":\n return \"\\\\u2029\";\n\n default:\n {\n // eslint-disable-next-line react-internal/prod-error-codes\n throw new Error('escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React');\n }\n }\n });\n}\n\nvar assign = Object.assign;\n\n// ATTENTION\n// When adding new symbols to this file,\n// Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'\n// The Symbol used to tag the ReactElement-like types.\nvar REACT_ELEMENT_TYPE = Symbol.for('react.element');\nvar REACT_PORTAL_TYPE = Symbol.for('react.portal');\nvar REACT_FRAGMENT_TYPE = Symbol.for('react.fragment');\nvar REACT_STRICT_MODE_TYPE = Symbol.for('react.strict_mode');\nvar REACT_PROFILER_TYPE = Symbol.for('react.profiler');\nvar REACT_PROVIDER_TYPE = Symbol.for('react.provider');\nvar REACT_CONTEXT_TYPE = Symbol.for('react.context');\nvar REACT_FORWARD_REF_TYPE = Symbol.for('react.forward_ref');\nvar REACT_SUSPENSE_TYPE = Symbol.for('react.suspense');\nvar REACT_SUSPENSE_LIST_TYPE = Symbol.for('react.suspense_list');\nvar REACT_MEMO_TYPE = Symbol.for('react.memo');\nvar REACT_LAZY_TYPE = Symbol.for('react.lazy');\nvar REACT_SCOPE_TYPE = Symbol.for('react.scope');\nvar REACT_DEBUG_TRACING_MODE_TYPE = Symbol.for('react.debug_trace_mode');\nvar REACT_LEGACY_HIDDEN_TYPE = Symbol.for('react.legacy_hidden');\nvar REACT_SERVER_CONTEXT_DEFAULT_VALUE_NOT_LOADED = Symbol.for('react.default_value');\nvar MAYBE_ITERATOR_SYMBOL = Symbol.iterator;\nvar FAUX_ITERATOR_SYMBOL = '@@iterator';\nfunction getIteratorFn(maybeIterable) {\n if (maybeIterable === null || typeof maybeIterable !== 'object') {\n return null;\n }\n\n var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];\n\n if (typeof maybeIterator === 'function') {\n return maybeIterator;\n }\n\n return null;\n}\n\nfunction getWrappedName(outerType, innerType, wrapperName) {\n var displayName = outerType.displayName;\n\n if (displayName) {\n return displayName;\n }\n\n var functionName = innerType.displayName || innerType.name || '';\n return functionName !== '' ? wrapperName + \"(\" + functionName + \")\" : wrapperName;\n} // Keep in sync with react-reconciler/getComponentNameFromFiber\n\n\nfunction getContextName(type) {\n return type.displayName || 'Context';\n} // Note that the reconciler package should generally prefer to use getComponentNameFromFiber() instead.\n\n\nfunction getComponentNameFromType(type) {\n if (type == null) {\n // Host root, text node or just invalid type.\n return null;\n }\n\n {\n if (typeof type.tag === 'number') {\n error('Received an unexpected object in getComponentNameFromType(). ' + 'This is likely a bug in React. Please file an issue.');\n }\n }\n\n if (typeof type === 'function') {\n return type.displayName || type.name || null;\n }\n\n if (typeof type === 'string') {\n return type;\n }\n\n switch (type) {\n case REACT_FRAGMENT_TYPE:\n return 'Fragment';\n\n case REACT_PORTAL_TYPE:\n return 'Portal';\n\n case REACT_PROFILER_TYPE:\n return 'Profiler';\n\n case REACT_STRICT_MODE_TYPE:\n return 'StrictMode';\n\n case REACT_SUSPENSE_TYPE:\n return 'Suspense';\n\n case REACT_SUSPENSE_LIST_TYPE:\n return 'SuspenseList';\n\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_CONTEXT_TYPE:\n var context = type;\n return getContextName(context) + '.Consumer';\n\n case REACT_PROVIDER_TYPE:\n var provider = type;\n return getContextName(provider._context) + '.Provider';\n\n case REACT_FORWARD_REF_TYPE:\n return getWrappedName(type, type.render, 'ForwardRef');\n\n case REACT_MEMO_TYPE:\n var outerName = type.displayName || null;\n\n if (outerName !== null) {\n return outerName;\n }\n\n return getComponentNameFromType(type.type) || 'Memo';\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n return getComponentNameFromType(init(payload));\n } catch (x) {\n return null;\n }\n }\n\n // eslint-disable-next-line no-fallthrough\n }\n }\n\n return null;\n}\n\n// Helpers to patch console.logs to avoid logging during side-effect free\n// replaying on render function. This currently only patches the object\n// lazily which won't cover if the log function was extracted eagerly.\n// We could also eagerly patch the method.\nvar disabledDepth = 0;\nvar prevLog;\nvar prevInfo;\nvar prevWarn;\nvar prevError;\nvar prevGroup;\nvar prevGroupCollapsed;\nvar prevGroupEnd;\n\nfunction disabledLog() {}\n\ndisabledLog.__reactDisabledLog = true;\nfunction disableLogs() {\n {\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n prevLog = console.log;\n prevInfo = console.info;\n prevWarn = console.warn;\n prevError = console.error;\n prevGroup = console.group;\n prevGroupCollapsed = console.groupCollapsed;\n prevGroupEnd = console.groupEnd; // https://github.com/facebook/react/issues/19099\n\n var props = {\n configurable: true,\n enumerable: true,\n value: disabledLog,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n info: props,\n log: props,\n warn: props,\n error: props,\n group: props,\n groupCollapsed: props,\n groupEnd: props\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n disabledDepth++;\n }\n}\nfunction reenableLogs() {\n {\n disabledDepth--;\n\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n var props = {\n configurable: true,\n enumerable: true,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n log: assign({}, props, {\n value: prevLog\n }),\n info: assign({}, props, {\n value: prevInfo\n }),\n warn: assign({}, props, {\n value: prevWarn\n }),\n error: assign({}, props, {\n value: prevError\n }),\n group: assign({}, props, {\n value: prevGroup\n }),\n groupCollapsed: assign({}, props, {\n value: prevGroupCollapsed\n }),\n groupEnd: assign({}, props, {\n value: prevGroupEnd\n })\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n if (disabledDepth < 0) {\n error('disabledDepth fell below zero. ' + 'This is a bug in React. Please file an issue.');\n }\n }\n}\n\nvar ReactCurrentDispatcher = ReactSharedInternals.ReactCurrentDispatcher;\nvar prefix;\nfunction describeBuiltInComponentFrame(name, source, ownerFn) {\n {\n if (prefix === undefined) {\n // Extract the VM specific prefix used by each line.\n try {\n throw Error();\n } catch (x) {\n var match = x.stack.trim().match(/\\n( *(at )?)/);\n prefix = match && match[1] || '';\n }\n } // We use the prefix to ensure our stacks line up with native stack frames.\n\n\n return '\\n' + prefix + name;\n }\n}\nvar reentry = false;\nvar componentFrameCache;\n\n{\n var PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map;\n componentFrameCache = new PossiblyWeakMap();\n}\n\nfunction describeNativeComponentFrame(fn, construct) {\n // If something asked for a stack inside a fake render, it should get ignored.\n if ( !fn || reentry) {\n return '';\n }\n\n {\n var frame = componentFrameCache.get(fn);\n\n if (frame !== undefined) {\n return frame;\n }\n }\n\n var control;\n reentry = true;\n var previousPrepareStackTrace = Error.prepareStackTrace; // $FlowFixMe It does accept undefined.\n\n Error.prepareStackTrace = undefined;\n var previousDispatcher;\n\n {\n previousDispatcher = ReactCurrentDispatcher.current; // Set the dispatcher in DEV because this might be call in the render function\n // for warnings.\n\n ReactCurrentDispatcher.current = null;\n disableLogs();\n }\n\n try {\n // This should throw.\n if (construct) {\n // Something should be setting the props in the constructor.\n var Fake = function () {\n throw Error();\n }; // $FlowFixMe\n\n\n Object.defineProperty(Fake.prototype, 'props', {\n set: function () {\n // We use a throwing setter instead of frozen or non-writable props\n // because that won't throw in a non-strict mode function.\n throw Error();\n }\n });\n\n if (typeof Reflect === 'object' && Reflect.construct) {\n // We construct a different control for this case to include any extra\n // frames added by the construct call.\n try {\n Reflect.construct(Fake, []);\n } catch (x) {\n control = x;\n }\n\n Reflect.construct(fn, [], Fake);\n } else {\n try {\n Fake.call();\n } catch (x) {\n control = x;\n }\n\n fn.call(Fake.prototype);\n }\n } else {\n try {\n throw Error();\n } catch (x) {\n control = x;\n }\n\n fn();\n }\n } catch (sample) {\n // This is inlined manually because closure doesn't do it for us.\n if (sample && control && typeof sample.stack === 'string') {\n // This extracts the first frame from the sample that isn't also in the control.\n // Skipping one frame that we assume is the frame that calls the two.\n var sampleLines = sample.stack.split('\\n');\n var controlLines = control.stack.split('\\n');\n var s = sampleLines.length - 1;\n var c = controlLines.length - 1;\n\n while (s >= 1 && c >= 0 && sampleLines[s] !== controlLines[c]) {\n // We expect at least one stack frame to be shared.\n // Typically this will be the root most one. However, stack frames may be\n // cut off due to maximum stack limits. In this case, one maybe cut off\n // earlier than the other. We assume that the sample is longer or the same\n // and there for cut off earlier. So we should find the root most frame in\n // the sample somewhere in the control.\n c--;\n }\n\n for (; s >= 1 && c >= 0; s--, c--) {\n // Next we find the first one that isn't the same which should be the\n // frame that called our sample function and the control.\n if (sampleLines[s] !== controlLines[c]) {\n // In V8, the first line is describing the message but other VMs don't.\n // If we're about to return the first line, and the control is also on the same\n // line, that's a pretty good indicator that our sample threw at same line as\n // the control. I.e. before we entered the sample frame. So we ignore this result.\n // This can happen if you passed a class to function component, or non-function.\n if (s !== 1 || c !== 1) {\n do {\n s--;\n c--; // We may still have similar intermediate frames from the construct call.\n // The next one that isn't the same should be our match though.\n\n if (c < 0 || sampleLines[s] !== controlLines[c]) {\n // V8 adds a \"new\" prefix for native classes. Let's remove it to make it prettier.\n var _frame = '\\n' + sampleLines[s].replace(' at new ', ' at '); // If our component frame is labeled \"<anonymous>\"\n // but we have a user-provided \"displayName\"\n // splice it in to make the stack more readable.\n\n\n if (fn.displayName && _frame.includes('<anonymous>')) {\n _frame = _frame.replace('<anonymous>', fn.displayName);\n }\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, _frame);\n }\n } // Return the line we found.\n\n\n return _frame;\n }\n } while (s >= 1 && c >= 0);\n }\n\n break;\n }\n }\n }\n } finally {\n reentry = false;\n\n {\n ReactCurrentDispatcher.current = previousDispatcher;\n reenableLogs();\n }\n\n Error.prepareStackTrace = previousPrepareStackTrace;\n } // Fallback to just using the name if we couldn't make it throw.\n\n\n var name = fn ? fn.displayName || fn.name : '';\n var syntheticFrame = name ? describeBuiltInComponentFrame(name) : '';\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, syntheticFrame);\n }\n }\n\n return syntheticFrame;\n}\n\nfunction describeClassComponentFrame(ctor, source, ownerFn) {\n {\n return describeNativeComponentFrame(ctor, true);\n }\n}\nfunction describeFunctionComponentFrame(fn, source, ownerFn) {\n {\n return describeNativeComponentFrame(fn, false);\n }\n}\n\nfunction shouldConstruct(Component) {\n var prototype = Component.prototype;\n return !!(prototype && prototype.isReactComponent);\n}\n\nfunction describeUnknownElementTypeFrameInDEV(type, source, ownerFn) {\n\n if (type == null) {\n return '';\n }\n\n if (typeof type === 'function') {\n {\n return describeNativeComponentFrame(type, shouldConstruct(type));\n }\n }\n\n if (typeof type === 'string') {\n return describeBuiltInComponentFrame(type);\n }\n\n switch (type) {\n case REACT_SUSPENSE_TYPE:\n return describeBuiltInComponentFrame('Suspense');\n\n case REACT_SUSPENSE_LIST_TYPE:\n return describeBuiltInComponentFrame('SuspenseList');\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_FORWARD_REF_TYPE:\n return describeFunctionComponentFrame(type.render);\n\n case REACT_MEMO_TYPE:\n // Memo may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(type.type, source, ownerFn);\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n // Lazy may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);\n } catch (x) {}\n }\n }\n }\n\n return '';\n}\n\nvar loggedTypeFailures = {};\nvar ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n\nfunction setCurrentlyValidatingElement(element) {\n {\n if (element) {\n var owner = element._owner;\n var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);\n ReactDebugCurrentFrame.setExtraStackFrame(stack);\n } else {\n ReactDebugCurrentFrame.setExtraStackFrame(null);\n }\n }\n}\n\nfunction checkPropTypes(typeSpecs, values, location, componentName, element) {\n {\n // $FlowFixMe This is okay but Flow doesn't know it.\n var has = Function.call.bind(hasOwnProperty);\n\n for (var typeSpecName in typeSpecs) {\n if (has(typeSpecs, typeSpecName)) {\n var error$1 = void 0; // Prop type validation may throw. In case they do, we don't want to\n // fail the render phase where it didn't fail before. So we log it.\n // After these have been cleaned up, we'll let them throw.\n\n try {\n // This is intentionally an invariant that gets caught. It's the same\n // behavior as without this statement except with a better message.\n if (typeof typeSpecs[typeSpecName] !== 'function') {\n // eslint-disable-next-line react-internal/prod-error-codes\n var err = Error((componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' + 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' + 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.');\n err.name = 'Invariant Violation';\n throw err;\n }\n\n error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED');\n } catch (ex) {\n error$1 = ex;\n }\n\n if (error$1 && !(error$1 instanceof Error)) {\n setCurrentlyValidatingElement(element);\n\n error('%s: type specification of %s' + ' `%s` is invalid; the type checker ' + 'function must return `null` or an `Error` but returned a %s. ' + 'You may have forgotten to pass an argument to the type checker ' + 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' + 'shape all require an argument).', componentName || 'React class', location, typeSpecName, typeof error$1);\n\n setCurrentlyValidatingElement(null);\n }\n\n if (error$1 instanceof Error && !(error$1.message in loggedTypeFailures)) {\n // Only monitor this failure once because there tends to be a lot of the\n // same error.\n loggedTypeFailures[error$1.message] = true;\n setCurrentlyValidatingElement(element);\n\n error('Failed %s type: %s', location, error$1.message);\n\n setCurrentlyValidatingElement(null);\n }\n }\n }\n }\n}\n\nvar warnedAboutMissingGetChildContext;\n\n{\n warnedAboutMissingGetChildContext = {};\n}\n\nvar emptyContextObject = {};\n\n{\n Object.freeze(emptyContextObject);\n}\n\nfunction getMaskedContext(type, unmaskedContext) {\n {\n var contextTypes = type.contextTypes;\n\n if (!contextTypes) {\n return emptyContextObject;\n }\n\n var context = {};\n\n for (var key in contextTypes) {\n context[key] = unmaskedContext[key];\n }\n\n {\n var name = getComponentNameFromType(type) || 'Unknown';\n checkPropTypes(contextTypes, context, 'context', name);\n }\n\n return context;\n }\n}\nfunction processChildContext(instance, type, parentContext, childContextTypes) {\n {\n // TODO (bvaughn) Replace this behavior with an invariant() in the future.\n // It has only been added in Fiber to match the (unintentional) behavior in Stack.\n if (typeof instance.getChildContext !== 'function') {\n {\n var componentName = getComponentNameFromType(type) || 'Unknown';\n\n if (!warnedAboutMissingGetChildContext[componentName]) {\n warnedAboutMissingGetChildContext[componentName] = true;\n\n error('%s.childContextTypes is specified but there is no getChildContext() method ' + 'on the instance. You can either define getChildContext() on %s or remove ' + 'childContextTypes from it.', componentName, componentName);\n }\n }\n\n return parentContext;\n }\n\n var childContext = instance.getChildContext();\n\n for (var contextKey in childContext) {\n if (!(contextKey in childContextTypes)) {\n throw new Error((getComponentNameFromType(type) || 'Unknown') + \".getChildContext(): key \\\"\" + contextKey + \"\\\" is not defined in childContextTypes.\");\n }\n }\n\n {\n var name = getComponentNameFromType(type) || 'Unknown';\n checkPropTypes(childContextTypes, childContext, 'child context', name);\n }\n\n return assign({}, parentContext, childContext);\n }\n}\n\nvar rendererSigil;\n\n{\n // Use this to detect multiple renderers using the same context\n rendererSigil = {};\n} // Used to store the parent path of all context overrides in a shared linked list.\n// Forming a reverse tree.\n\n\nvar rootContextSnapshot = null; // We assume that this runtime owns the \"current\" field on all ReactContext instances.\n// This global (actually thread local) state represents what state all those \"current\",\n// fields are currently in.\n\nvar currentActiveSnapshot = null;\n\nfunction popNode(prev) {\n {\n prev.context._currentValue = prev.parentValue;\n }\n}\n\nfunction pushNode(next) {\n {\n next.context._currentValue = next.value;\n }\n}\n\nfunction popToNearestCommonAncestor(prev, next) {\n if (prev === next) ; else {\n popNode(prev);\n var parentPrev = prev.parent;\n var parentNext = next.parent;\n\n if (parentPrev === null) {\n if (parentNext !== null) {\n throw new Error('The stacks must reach the root at the same time. This is a bug in React.');\n }\n } else {\n if (parentNext === null) {\n throw new Error('The stacks must reach the root at the same time. This is a bug in React.');\n }\n\n popToNearestCommonAncestor(parentPrev, parentNext);\n } // On the way back, we push the new ones that weren't common.\n\n\n pushNode(next);\n }\n}\n\nfunction popAllPrevious(prev) {\n popNode(prev);\n var parentPrev = prev.parent;\n\n if (parentPrev !== null) {\n popAllPrevious(parentPrev);\n }\n}\n\nfunction pushAllNext(next) {\n var parentNext = next.parent;\n\n if (parentNext !== null) {\n pushAllNext(parentNext);\n }\n\n pushNode(next);\n}\n\nfunction popPreviousToCommonLevel(prev, next) {\n popNode(prev);\n var parentPrev = prev.parent;\n\n if (parentPrev === null) {\n throw new Error('The depth must equal at least at zero before reaching the root. This is a bug in React.');\n }\n\n if (parentPrev.depth === next.depth) {\n // We found the same level. Now we just need to find a shared ancestor.\n popToNearestCommonAncestor(parentPrev, next);\n } else {\n // We must still be deeper.\n popPreviousToCommonLevel(parentPrev, next);\n }\n}\n\nfunction popNextToCommonLevel(prev, next) {\n var parentNext = next.parent;\n\n if (parentNext === null) {\n throw new Error('The depth must equal at least at zero before reaching the root. This is a bug in React.');\n }\n\n if (prev.depth === parentNext.depth) {\n // We found the same level. Now we just need to find a shared ancestor.\n popToNearestCommonAncestor(prev, parentNext);\n } else {\n // We must still be deeper.\n popNextToCommonLevel(prev, parentNext);\n }\n\n pushNode(next);\n} // Perform context switching to the new snapshot.\n// To make it cheap to read many contexts, while not suspending, we make the switch eagerly by\n// updating all the context's current values. That way reads, always just read the current value.\n// At the cost of updating contexts even if they're never read by this subtree.\n\n\nfunction switchContext(newSnapshot) {\n // The basic algorithm we need to do is to pop back any contexts that are no longer on the stack.\n // We also need to update any new contexts that are now on the stack with the deepest value.\n // The easiest way to update new contexts is to just reapply them in reverse order from the\n // perspective of the backpointers. To avoid allocating a lot when switching, we use the stack\n // for that. Therefore this algorithm is recursive.\n // 1) First we pop which ever snapshot tree was deepest. Popping old contexts as we go.\n // 2) Then we find the nearest common ancestor from there. Popping old contexts as we go.\n // 3) Then we reapply new contexts on the way back up the stack.\n var prev = currentActiveSnapshot;\n var next = newSnapshot;\n\n if (prev !== next) {\n if (prev === null) {\n // $FlowFixMe: This has to be non-null since it's not equal to prev.\n pushAllNext(next);\n } else if (next === null) {\n popAllPrevious(prev);\n } else if (prev.depth === next.depth) {\n popToNearestCommonAncestor(prev, next);\n } else if (prev.depth > next.depth) {\n popPreviousToCommonLevel(prev, next);\n } else {\n popNextToCommonLevel(prev, next);\n }\n\n currentActiveSnapshot = next;\n }\n}\nfunction pushProvider(context, nextValue) {\n var prevValue;\n\n {\n prevValue = context._currentValue;\n context._currentValue = nextValue;\n\n {\n if (context._currentRenderer !== undefined && context._currentRenderer !== null && context._currentRenderer !== rendererSigil) {\n error('Detected multiple renderers concurrently rendering the ' + 'same context provider. This is currently unsupported.');\n }\n\n context._currentRenderer = rendererSigil;\n }\n }\n\n var prevNode = currentActiveSnapshot;\n var newNode = {\n parent: prevNode,\n depth: prevNode === null ? 0 : prevNode.depth + 1,\n context: context,\n parentValue: prevValue,\n value: nextValue\n };\n currentActiveSnapshot = newNode;\n return newNode;\n}\nfunction popProvider(context) {\n var prevSnapshot = currentActiveSnapshot;\n\n if (prevSnapshot === null) {\n throw new Error('Tried to pop a Context at the root of the app. This is a bug in React.');\n }\n\n {\n if (prevSnapshot.context !== context) {\n error('The parent context is not the expected context. This is probably a bug in React.');\n }\n }\n\n {\n var value = prevSnapshot.parentValue;\n\n if (value === REACT_SERVER_CONTEXT_DEFAULT_VALUE_NOT_LOADED) {\n prevSnapshot.context._currentValue = prevSnapshot.context._defaultValue;\n } else {\n prevSnapshot.context._currentValue = value;\n }\n\n {\n if (context._currentRenderer !== undefined && context._currentRenderer !== null && context._currentRenderer !== rendererSigil) {\n error('Detected multiple renderers concurrently rendering the ' + 'same context provider. This is currently unsupported.');\n }\n\n context._currentRenderer = rendererSigil;\n }\n }\n\n return currentActiveSnapshot = prevSnapshot.parent;\n}\nfunction getActiveContext() {\n return currentActiveSnapshot;\n}\nfunction readContext(context) {\n var value = context._currentValue ;\n return value;\n}\n\n/**\n * `ReactInstanceMap` maintains a mapping from a public facing stateful\n * instance (key) and the internal representation (value). This allows public\n * methods to accept the user facing instance as an argument and map them back\n * to internal methods.\n *\n * Note that this module is currently shared and assumed to be stateless.\n * If this becomes an actual Map, that will break.\n */\nfunction get(key) {\n return key._reactInternals;\n}\nfunction set(key, value) {\n key._reactInternals = value;\n}\n\nvar didWarnAboutNoopUpdateForComponent = {};\nvar didWarnAboutDeprecatedWillMount = {};\nvar didWarnAboutUninitializedState;\nvar didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate;\nvar didWarnAboutLegacyLifecyclesAndDerivedState;\nvar didWarnAboutUndefinedDerivedState;\nvar warnOnUndefinedDerivedState;\nvar warnOnInvalidCallback;\nvar didWarnAboutDirectlyAssigningPropsToState;\nvar didWarnAboutContextTypeAndContextTypes;\nvar didWarnAboutInvalidateContextType;\n\n{\n didWarnAboutUninitializedState = new Set();\n didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate = new Set();\n didWarnAboutLegacyLifecyclesAndDerivedState = new Set();\n didWarnAboutDirectlyAssigningPropsToState = new Set();\n didWarnAboutUndefinedDerivedState = new Set();\n didWarnAboutContextTypeAndContextTypes = new Set();\n didWarnAboutInvalidateContextType = new Set();\n var didWarnOnInvalidCallback = new Set();\n\n warnOnInvalidCallback = function (callback, callerName) {\n if (callback === null || typeof callback === 'function') {\n return;\n }\n\n var key = callerName + '_' + callback;\n\n if (!didWarnOnInvalidCallback.has(key)) {\n didWarnOnInvalidCallback.add(key);\n\n error('%s(...): Expected the last optional `callback` argument to be a ' + 'function. Instead received: %s.', callerName, callback);\n }\n };\n\n warnOnUndefinedDerivedState = function (type, partialState) {\n if (partialState === undefined) {\n var componentName = getComponentNameFromType(type) || 'Component';\n\n if (!didWarnAboutUndefinedDerivedState.has(componentName)) {\n didWarnAboutUndefinedDerivedState.add(componentName);\n\n error('%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. ' + 'You have returned undefined.', componentName);\n }\n }\n };\n}\n\nfunction warnNoop(publicInstance, callerName) {\n {\n var _constructor = publicInstance.constructor;\n var componentName = _constructor && getComponentNameFromType(_constructor) || 'ReactClass';\n var warningKey = componentName + '.' + callerName;\n\n if (didWarnAboutNoopUpdateForComponent[warningKey]) {\n return;\n }\n\n error('%s(...): Can only update a mounting component. ' + 'This usually means you called %s() outside componentWillMount() on the server. ' + 'This is a no-op.\\n\\nPlease check the code for the %s component.', callerName, callerName, componentName);\n\n didWarnAboutNoopUpdateForComponent[warningKey] = true;\n }\n}\n\nvar classComponentUpdater = {\n isMounted: function (inst) {\n return false;\n },\n enqueueSetState: function (inst, payload, callback) {\n var internals = get(inst);\n\n if (internals.queue === null) {\n warnNoop(inst, 'setState');\n } else {\n internals.queue.push(payload);\n\n {\n if (callback !== undefined && callback !== null) {\n warnOnInvalidCallback(callback, 'setState');\n }\n }\n }\n },\n enqueueReplaceState: function (inst, payload, callback) {\n var internals = get(inst);\n internals.replace = true;\n internals.queue = [payload];\n\n {\n if (callback !== undefined && callback !== null) {\n warnOnInvalidCallback(callback, 'setState');\n }\n }\n },\n enqueueForceUpdate: function (inst, callback) {\n var internals = get(inst);\n\n if (internals.queue === null) {\n warnNoop(inst, 'forceUpdate');\n } else {\n {\n if (callback !== undefined && callback !== null) {\n warnOnInvalidCallback(callback, 'setState');\n }\n }\n }\n }\n};\n\nfunction applyDerivedStateFromProps(instance, ctor, getDerivedStateFromProps, prevState, nextProps) {\n var partialState = getDerivedStateFromProps(nextProps, prevState);\n\n {\n warnOnUndefinedDerivedState(ctor, partialState);\n } // Merge the partial state and the previous state.\n\n\n var newState = partialState === null || partialState === undefined ? prevState : assign({}, prevState, partialState);\n return newState;\n}\n\nfunction constructClassInstance(ctor, props, maskedLegacyContext) {\n var context = emptyContextObject;\n var contextType = ctor.contextType;\n\n {\n if ('contextType' in ctor) {\n var isValid = // Allow null for conditional declaration\n contextType === null || contextType !== undefined && contextType.$$typeof === REACT_CONTEXT_TYPE && contextType._context === undefined; // Not a <Context.Consumer>\n\n if (!isValid && !didWarnAboutInvalidateContextType.has(ctor)) {\n didWarnAboutInvalidateContextType.add(ctor);\n var addendum = '';\n\n if (contextType === undefined) {\n addendum = ' However, it is set to undefined. ' + 'This can be caused by a typo or by mixing up named and default imports. ' + 'This can also happen due to a circular dependency, so ' + 'try moving the createContext() call to a separate file.';\n } else if (typeof contextType !== 'object') {\n addendum = ' However, it is set to a ' + typeof contextType + '.';\n } else if (contextType.$$typeof === REACT_PROVIDER_TYPE) {\n addendum = ' Did you accidentally pass the Context.Provider instead?';\n } else if (contextType._context !== undefined) {\n // <Context.Consumer>\n addendum = ' Did you accidentally pass the Context.Consumer instead?';\n } else {\n addendum = ' However, it is set to an object with keys {' + Object.keys(contextType).join(', ') + '}.';\n }\n\n error('%s defines an invalid contextType. ' + 'contextType should point to the Context object returned by React.createContext().%s', getComponentNameFromType(ctor) || 'Component', addendum);\n }\n }\n }\n\n if (typeof contextType === 'object' && contextType !== null) {\n context = readContext(contextType);\n } else {\n context = maskedLegacyContext;\n }\n\n var instance = new ctor(props, context);\n\n {\n if (typeof ctor.getDerivedStateFromProps === 'function' && (instance.state === null || instance.state === undefined)) {\n var componentName = getComponentNameFromType(ctor) || 'Component';\n\n if (!didWarnAboutUninitializedState.has(componentName)) {\n didWarnAboutUninitializedState.add(componentName);\n\n error('`%s` uses `getDerivedStateFromProps` but its initial state is ' + '%s. This is not recommended. Instead, define the initial state by ' + 'assigning an object to `this.state` in the constructor of `%s`. ' + 'This ensures that `getDerivedStateFromProps` arguments have a consistent shape.', componentName, instance.state === null ? 'null' : 'undefined', componentName);\n }\n } // If new component APIs are defined, \"unsafe\" lifecycles won't be called.\n // Warn about these lifecycles if they are present.\n // Don't warn about react-lifecycles-compat polyfilled methods though.\n\n\n if (typeof ctor.getDerivedStateFromProps === 'function' || typeof instance.getSnapshotBeforeUpdate === 'function') {\n var foundWillMountName = null;\n var foundWillReceivePropsName = null;\n var foundWillUpdateName = null;\n\n if (typeof instance.componentWillMount === 'function' && instance.componentWillMount.__suppressDeprecationWarning !== true) {\n foundWillMountName = 'componentWillMount';\n } else if (typeof instance.UNSAFE_componentWillMount === 'function') {\n foundWillMountName = 'UNSAFE_componentWillMount';\n }\n\n if (typeof instance.componentWillReceiveProps === 'function' && instance.componentWillReceiveProps.__suppressDeprecationWarning !== true) {\n foundWillReceivePropsName = 'componentWillReceiveProps';\n } else if (typeof instance.UNSAFE_componentWillReceiveProps === 'function') {\n foundWillReceivePropsName = 'UNSAFE_componentWillReceiveProps';\n }\n\n if (typeof instance.componentWillUpdate === 'function' && instance.componentWillUpdate.__suppressDeprecationWarning !== true) {\n foundWillUpdateName = 'componentWillUpdate';\n } else if (typeof instance.UNSAFE_componentWillUpdate === 'function') {\n foundWillUpdateName = 'UNSAFE_componentWillUpdate';\n }\n\n if (foundWillMountName !== null || foundWillReceivePropsName !== null || foundWillUpdateName !== null) {\n var _componentName = getComponentNameFromType(ctor) || 'Component';\n\n var newApiName = typeof ctor.getDerivedStateFromProps === 'function' ? 'getDerivedStateFromProps()' : 'getSnapshotBeforeUpdate()';\n\n if (!didWarnAboutLegacyLifecyclesAndDerivedState.has(_componentName)) {\n didWarnAboutLegacyLifecyclesAndDerivedState.add(_componentName);\n\n error('Unsafe legacy lifecycles will not be called for components using new component APIs.\\n\\n' + '%s uses %s but also contains the following legacy lifecycles:%s%s%s\\n\\n' + 'The above lifecycles should be removed. Learn more about this warning here:\\n' + 'https://reactjs.org/link/unsafe-component-lifecycles', _componentName, newApiName, foundWillMountName !== null ? \"\\n \" + foundWillMountName : '', foundWillReceivePropsName !== null ? \"\\n \" + foundWillReceivePropsName : '', foundWillUpdateName !== null ? \"\\n \" + foundWillUpdateName : '');\n }\n }\n }\n }\n\n return instance;\n}\n\nfunction checkClassInstance(instance, ctor, newProps) {\n {\n var name = getComponentNameFromType(ctor) || 'Component';\n var renderPresent = instance.render;\n\n if (!renderPresent) {\n if (ctor.prototype && typeof ctor.prototype.render === 'function') {\n error('%s(...): No `render` method found on the returned component ' + 'instance: did you accidentally return an object from the constructor?', name);\n } else {\n error('%s(...): No `render` method found on the returned component ' + 'instance: you may have forgotten to define `render`.', name);\n }\n }\n\n if (instance.getInitialState && !instance.getInitialState.isReactClassApproved && !instance.state) {\n error('getInitialState was defined on %s, a plain JavaScript class. ' + 'This is only supported for classes created using React.createClass. ' + 'Did you mean to define a state property instead?', name);\n }\n\n if (instance.getDefaultProps && !instance.getDefaultProps.isReactClassApproved) {\n error('getDefaultProps was defined on %s, a plain JavaScript class. ' + 'This is only supported for classes created using React.createClass. ' + 'Use a static property to define defaultProps instead.', name);\n }\n\n if (instance.propTypes) {\n error('propTypes was defined as an instance property on %s. Use a static ' + 'property to define propTypes instead.', name);\n }\n\n if (instance.contextType) {\n error('contextType was defined as an instance property on %s. Use a static ' + 'property to define contextType instead.', name);\n }\n\n {\n if (instance.contextTypes) {\n error('contextTypes was defined as an instance property on %s. Use a static ' + 'property to define contextTypes instead.', name);\n }\n\n if (ctor.contextType && ctor.contextTypes && !didWarnAboutContextTypeAndContextTypes.has(ctor)) {\n didWarnAboutContextTypeAndContextTypes.add(ctor);\n\n error('%s declares both contextTypes and contextType static properties. ' + 'The legacy contextTypes property will be ignored.', name);\n }\n }\n\n if (typeof instance.componentShouldUpdate === 'function') {\n error('%s has a method called ' + 'componentShouldUpdate(). Did you mean shouldComponentUpdate()? ' + 'The name is phrased as a question because the function is ' + 'expected to return a value.', name);\n }\n\n if (ctor.prototype && ctor.prototype.isPureReactComponent && typeof instance.shouldComponentUpdate !== 'undefined') {\n error('%s has a method called shouldComponentUpdate(). ' + 'shouldComponentUpdate should not be used when extending React.PureComponent. ' + 'Please extend React.Component if shouldComponentUpdate is used.', getComponentNameFromType(ctor) || 'A pure component');\n }\n\n if (typeof instance.componentDidUnmount === 'function') {\n error('%s has a method called ' + 'componentDidUnmount(). But there is no such lifecycle method. ' + 'Did you mean componentWillUnmount()?', name);\n }\n\n if (typeof instance.componentDidReceiveProps === 'function') {\n error('%s has a method called ' + 'componentDidReceiveProps(). But there is no such lifecycle method. ' + 'If you meant to update the state in response to changing props, ' + 'use componentWillReceiveProps(). If you meant to fetch data or ' + 'run side-effects or mutations after React has updated the UI, use componentDidUpdate().', name);\n }\n\n if (typeof instance.componentWillRecieveProps === 'function') {\n error('%s has a method called ' + 'componentWillRecieveProps(). Did you mean componentWillReceiveProps()?', name);\n }\n\n if (typeof instance.UNSAFE_componentWillRecieveProps === 'function') {\n error('%s has a method called ' + 'UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?', name);\n }\n\n var hasMutatedProps = instance.props !== newProps;\n\n if (instance.props !== undefined && hasMutatedProps) {\n error('%s(...): When calling super() in `%s`, make sure to pass ' + \"up the same props that your component's constructor was passed.\", name, name);\n }\n\n if (instance.defaultProps) {\n error('Setting defaultProps as an instance property on %s is not supported and will be ignored.' + ' Instead, define defaultProps as a static property on %s.', name, name);\n }\n\n if (typeof instance.getSnapshotBeforeUpdate === 'function' && typeof instance.componentDidUpdate !== 'function' && !didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate.has(ctor)) {\n didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate.add(ctor);\n\n error('%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). ' + 'This component defines getSnapshotBeforeUpdate() only.', getComponentNameFromType(ctor));\n }\n\n if (typeof instance.getDerivedStateFromProps === 'function') {\n error('%s: getDerivedStateFromProps() is defined as an instance method ' + 'and will be ignored. Instead, declare it as a static method.', name);\n }\n\n if (typeof instance.getDerivedStateFromError === 'function') {\n error('%s: getDerivedStateFromError() is defined as an instance method ' + 'and will be ignored. Instead, declare it as a static method.', name);\n }\n\n if (typeof ctor.getSnapshotBeforeUpdate === 'function') {\n error('%s: getSnapshotBeforeUpdate() is defined as a static method ' + 'and will be ignored. Instead, declare it as an instance method.', name);\n }\n\n var _state = instance.state;\n\n if (_state && (typeof _state !== 'object' || isArray(_state))) {\n error('%s.state: must be set to an object or null', name);\n }\n\n if (typeof instance.getChildContext === 'function' && typeof ctor.childContextTypes !== 'object') {\n error('%s.getChildContext(): childContextTypes must be defined in order to ' + 'use getChildContext().', name);\n }\n }\n}\n\nfunction callComponentWillMount(type, instance) {\n var oldState = instance.state;\n\n if (typeof instance.componentWillMount === 'function') {\n {\n if ( instance.componentWillMount.__suppressDeprecationWarning !== true) {\n var componentName = getComponentNameFromType(type) || 'Unknown';\n\n if (!didWarnAboutDeprecatedWillMount[componentName]) {\n warn( // keep this warning in sync with ReactStrictModeWarning.js\n 'componentWillMount has been renamed, and is not recommended for use. ' + 'See https://reactjs.org/link/unsafe-component-lifecycles for details.\\n\\n' + '* Move code from componentWillMount to componentDidMount (preferred in most cases) ' + 'or the constructor.\\n' + '\\nPlease update the following components: %s', componentName);\n\n didWarnAboutDeprecatedWillMount[componentName] = true;\n }\n }\n }\n\n instance.componentWillMount();\n }\n\n if (typeof instance.UNSAFE_componentWillMount === 'function') {\n instance.UNSAFE_componentWillMount();\n }\n\n if (oldState !== instance.state) {\n {\n error('%s.componentWillMount(): Assigning directly to this.state is ' + \"deprecated (except inside a component's \" + 'constructor). Use setState instead.', getComponentNameFromType(type) || 'Component');\n }\n\n classComponentUpdater.enqueueReplaceState(instance, instance.state, null);\n }\n}\n\nfunction processUpdateQueue(internalInstance, inst, props, maskedLegacyContext) {\n if (internalInstance.queue !== null && internalInstance.queue.length > 0) {\n var oldQueue = internalInstance.queue;\n var oldReplace = internalInstance.replace;\n internalInstance.queue = null;\n internalInstance.replace = false;\n\n if (oldReplace && oldQueue.length === 1) {\n inst.state = oldQueue[0];\n } else {\n var nextState = oldReplace ? oldQueue[0] : inst.state;\n var dontMutate = true;\n\n for (var i = oldReplace ? 1 : 0; i < oldQueue.length; i++) {\n var partial = oldQueue[i];\n var partialState = typeof partial === 'function' ? partial.call(inst, nextState, props, maskedLegacyContext) : partial;\n\n if (partialState != null) {\n if (dontMutate) {\n dontMutate = false;\n nextState = assign({}, nextState, partialState);\n } else {\n assign(nextState, partialState);\n }\n }\n }\n\n inst.state = nextState;\n }\n } else {\n internalInstance.queue = null;\n }\n} // Invokes the mount life-cycles on a previously never rendered instance.\n\n\nfunction mountClassInstance(instance, ctor, newProps, maskedLegacyContext) {\n {\n checkClassInstance(instance, ctor, newProps);\n }\n\n var initialState = instance.state !== undefined ? instance.state : null;\n instance.updater = classComponentUpdater;\n instance.props = newProps;\n instance.state = initialState; // We don't bother initializing the refs object on the server, since we're not going to resolve them anyway.\n // The internal instance will be used to manage updates that happen during this mount.\n\n var internalInstance = {\n queue: [],\n replace: false\n };\n set(instance, internalInstance);\n var contextType = ctor.contextType;\n\n if (typeof contextType === 'object' && contextType !== null) {\n instance.context = readContext(contextType);\n } else {\n instance.context = maskedLegacyContext;\n }\n\n {\n if (instance.state === newProps) {\n var componentName = getComponentNameFromType(ctor) || 'Component';\n\n if (!didWarnAboutDirectlyAssigningPropsToState.has(componentName)) {\n didWarnAboutDirectlyAssigningPropsToState.add(componentName);\n\n error('%s: It is not recommended to assign props directly to state ' + \"because updates to props won't be reflected in state. \" + 'In most cases, it is better to use props directly.', componentName);\n }\n }\n }\n\n var getDerivedStateFromProps = ctor.getDerivedStateFromProps;\n\n if (typeof getDerivedStateFromProps === 'function') {\n instance.state = applyDerivedStateFromProps(instance, ctor, getDerivedStateFromProps, initialState, newProps);\n } // In order to support react-lifecycles-compat polyfilled components,\n // Unsafe lifecycles should not be invoked for components using the new APIs.\n\n\n if (typeof ctor.getDerivedStateFromProps !== 'function' && typeof instance.getSnapshotBeforeUpdate !== 'function' && (typeof instance.UNSAFE_componentWillMount === 'function' || typeof instance.componentWillMount === 'function')) {\n callComponentWillMount(ctor, instance); // If we had additional state updates during this life-cycle, let's\n // process them now.\n\n processUpdateQueue(internalInstance, instance, newProps, maskedLegacyContext);\n }\n}\n\n// Ids are base 32 strings whose binary representation corresponds to the\n// position of a node in a tree.\n// Every time the tree forks into multiple children, we add additional bits to\n// the left of the sequence that represent the position of the child within the\n// current level of children.\n//\n// 00101 00010001011010101\n// ╰─┬─╯ ╰───────┬───────╯\n// Fork 5 of 20 Parent id\n//\n// The leading 0s are important. In the above example, you only need 3 bits to\n// represent slot 5. However, you need 5 bits to represent all the forks at\n// the current level, so we must account for the empty bits at the end.\n//\n// For this same reason, slots are 1-indexed instead of 0-indexed. Otherwise,\n// the zeroth id at a level would be indistinguishable from its parent.\n//\n// If a node has only one child, and does not materialize an id (i.e. does not\n// contain a useId hook), then we don't need to allocate any space in the\n// sequence. It's treated as a transparent indirection. For example, these two\n// trees produce the same ids:\n//\n// <> <>\n// <Indirection> <A />\n// <A /> <B />\n// </Indirection> </>\n// <B />\n// </>\n//\n// However, we cannot skip any node that materializes an id. Otherwise, a parent\n// id that does not fork would be indistinguishable from its child id. For\n// example, this tree does not fork, but the parent and child must have\n// different ids.\n//\n// <Parent>\n// <Child />\n// </Parent>\n//\n// To handle this scenario, every time we materialize an id, we allocate a\n// new level with a single slot. You can think of this as a fork with only one\n// prong, or an array of children with length 1.\n//\n// It's possible for the size of the sequence to exceed 32 bits, the max\n// size for bitwise operations. When this happens, we make more room by\n// converting the right part of the id to a string and storing it in an overflow\n// variable. We use a base 32 string representation, because 32 is the largest\n// power of 2 that is supported by toString(). We want the base to be large so\n// that the resulting ids are compact, and we want the base to be a power of 2\n// because every log2(base) bits corresponds to a single character, i.e. every\n// log2(32) = 5 bits. That means we can lop bits off the end 5 at a time without\n// affecting the final result.\nvar emptyTreeContext = {\n id: 1,\n overflow: ''\n};\nfunction getTreeId(context) {\n var overflow = context.overflow;\n var idWithLeadingBit = context.id;\n var id = idWithLeadingBit & ~getLeadingBit(idWithLeadingBit);\n return id.toString(32) + overflow;\n}\nfunction pushTreeContext(baseContext, totalChildren, index) {\n var baseIdWithLeadingBit = baseContext.id;\n var baseOverflow = baseContext.overflow; // The leftmost 1 marks the end of the sequence, non-inclusive. It's not part\n // of the id; we use it to account for leading 0s.\n\n var baseLength = getBitLength(baseIdWithLeadingBit) - 1;\n var baseId = baseIdWithLeadingBit & ~(1 << baseLength);\n var slot = index + 1;\n var length = getBitLength(totalChildren) + baseLength; // 30 is the max length we can store without overflowing, taking into\n // consideration the leading 1 we use to mark the end of the sequence.\n\n if (length > 30) {\n // We overflowed the bitwise-safe range. Fall back to slower algorithm.\n // This branch assumes the length of the base id is greater than 5; it won't\n // work for smaller ids, because you need 5 bits per character.\n //\n // We encode the id in multiple steps: first the base id, then the\n // remaining digits.\n //\n // Each 5 bit sequence corresponds to a single base 32 character. So for\n // example, if the current id is 23 bits long, we can convert 20 of those\n // bits into a string of 4 characters, with 3 bits left over.\n //\n // First calculate how many bits in the base id represent a complete\n // sequence of characters.\n var numberOfOverflowBits = baseLength - baseLength % 5; // Then create a bitmask that selects only those bits.\n\n var newOverflowBits = (1 << numberOfOverflowBits) - 1; // Select the bits, and convert them to a base 32 string.\n\n var newOverflow = (baseId & newOverflowBits).toString(32); // Now we can remove those bits from the base id.\n\n var restOfBaseId = baseId >> numberOfOverflowBits;\n var restOfBaseLength = baseLength - numberOfOverflowBits; // Finally, encode the rest of the bits using the normal algorithm. Because\n // we made more room, this time it won't overflow.\n\n var restOfLength = getBitLength(totalChildren) + restOfBaseLength;\n var restOfNewBits = slot << restOfBaseLength;\n var id = restOfNewBits | restOfBaseId;\n var overflow = newOverflow + baseOverflow;\n return {\n id: 1 << restOfLength | id,\n overflow: overflow\n };\n } else {\n // Normal path\n var newBits = slot << baseLength;\n\n var _id = newBits | baseId;\n\n var _overflow = baseOverflow;\n return {\n id: 1 << length | _id,\n overflow: _overflow\n };\n }\n}\n\nfunction getBitLength(number) {\n return 32 - clz32(number);\n}\n\nfunction getLeadingBit(id) {\n return 1 << getBitLength(id) - 1;\n} // TODO: Math.clz32 is supported in Node 12+. Maybe we can drop the fallback.\n\n\nvar clz32 = Math.clz32 ? Math.clz32 : clz32Fallback; // Count leading zeros.\n// Based on:\n// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/clz32\n\nvar log = Math.log;\nvar LN2 = Math.LN2;\n\nfunction clz32Fallback(x) {\n var asUint = x >>> 0;\n\n if (asUint === 0) {\n return 32;\n }\n\n return 31 - (log(asUint) / LN2 | 0) | 0;\n}\n\n/**\n * inlined Object.is polyfill to avoid requiring consumers ship their own\n * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\n */\nfunction is(x, y) {\n return x === y && (x !== 0 || 1 / x === 1 / y) || x !== x && y !== y // eslint-disable-line no-self-compare\n ;\n}\n\nvar objectIs = typeof Object.is === 'function' ? Object.is : is;\n\nvar currentlyRenderingComponent = null;\nvar currentlyRenderingTask = null;\nvar firstWorkInProgressHook = null;\nvar workInProgressHook = null; // Whether the work-in-progress hook is a re-rendered hook\n\nvar isReRender = false; // Whether an update was scheduled during the currently executing render pass.\n\nvar didScheduleRenderPhaseUpdate = false; // Counts the number of useId hooks in this component\n\nvar localIdCounter = 0; // Lazily created map of render-phase updates\n\nvar renderPhaseUpdates = null; // Counter to prevent infinite loops.\n\nvar numberOfReRenders = 0;\nvar RE_RENDER_LIMIT = 25;\nvar isInHookUserCodeInDev = false; // In DEV, this is the name of the currently executing primitive hook\n\nvar currentHookNameInDev;\n\nfunction resolveCurrentlyRenderingComponent() {\n if (currentlyRenderingComponent === null) {\n throw new Error('Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for' + ' one of the following reasons:\\n' + '1. You might have mismatching versions of React and the renderer (such as React DOM)\\n' + '2. You might be breaking the Rules of Hooks\\n' + '3. You might have more than one copy of React in the same app\\n' + 'See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.');\n }\n\n {\n if (isInHookUserCodeInDev) {\n error('Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. ' + 'You can only call Hooks at the top level of your React function. ' + 'For more information, see ' + 'https://reactjs.org/link/rules-of-hooks');\n }\n }\n\n return currentlyRenderingComponent;\n}\n\nfunction areHookInputsEqual(nextDeps, prevDeps) {\n if (prevDeps === null) {\n {\n error('%s received a final argument during this render, but not during ' + 'the previous render. Even though the final argument is optional, ' + 'its type cannot change between renders.', currentHookNameInDev);\n }\n\n return false;\n }\n\n {\n // Don't bother comparing lengths in prod because these arrays should be\n // passed inline.\n if (nextDeps.length !== prevDeps.length) {\n error('The final argument passed to %s changed size between renders. The ' + 'order and size of this array must remain constant.\\n\\n' + 'Previous: %s\\n' + 'Incoming: %s', currentHookNameInDev, \"[\" + nextDeps.join(', ') + \"]\", \"[\" + prevDeps.join(', ') + \"]\");\n }\n }\n\n for (var i = 0; i < prevDeps.length && i < nextDeps.length; i++) {\n if (objectIs(nextDeps[i], prevDeps[i])) {\n continue;\n }\n\n return false;\n }\n\n return true;\n}\n\nfunction createHook() {\n if (numberOfReRenders > 0) {\n throw new Error('Rendered more hooks than during the previous render');\n }\n\n return {\n memoizedState: null,\n queue: null,\n next: null\n };\n}\n\nfunction createWorkInProgressHook() {\n if (workInProgressHook === null) {\n // This is the first hook in the list\n if (firstWorkInProgressHook === null) {\n isReRender = false;\n firstWorkInProgressHook = workInProgressHook = createHook();\n } else {\n // There's already a work-in-progress. Reuse it.\n isReRender = true;\n workInProgressHook = firstWorkInProgressHook;\n }\n } else {\n if (workInProgressHook.next === null) {\n isReRender = false; // Append to the end of the list\n\n workInProgressHook = workInProgressHook.next = createHook();\n } else {\n // There's already a work-in-progress. Reuse it.\n isReRender = true;\n workInProgressHook = workInProgressHook.next;\n }\n }\n\n return workInProgressHook;\n}\n\nfunction prepareToUseHooks(task, componentIdentity) {\n currentlyRenderingComponent = componentIdentity;\n currentlyRenderingTask = task;\n\n {\n isInHookUserCodeInDev = false;\n } // The following should have already been reset\n // didScheduleRenderPhaseUpdate = false;\n // localIdCounter = 0;\n // firstWorkInProgressHook = null;\n // numberOfReRenders = 0;\n // renderPhaseUpdates = null;\n // workInProgressHook = null;\n\n\n localIdCounter = 0;\n}\nfunction finishHooks(Component, props, children, refOrContext) {\n // This must be called after every function component to prevent hooks from\n // being used in classes.\n while (didScheduleRenderPhaseUpdate) {\n // Updates were scheduled during the render phase. They are stored in\n // the `renderPhaseUpdates` map. Call the component again, reusing the\n // work-in-progress hooks and applying the additional updates on top. Keep\n // restarting until no more updates are scheduled.\n didScheduleRenderPhaseUpdate = false;\n localIdCounter = 0;\n numberOfReRenders += 1; // Start over from the beginning of the list\n\n workInProgressHook = null;\n children = Component(props, refOrContext);\n }\n\n resetHooksState();\n return children;\n}\nfunction checkDidRenderIdHook() {\n // This should be called immediately after every finishHooks call.\n // Conceptually, it's part of the return value of finishHooks; it's only a\n // separate function to avoid using an array tuple.\n var didRenderIdHook = localIdCounter !== 0;\n return didRenderIdHook;\n} // Reset the internal hooks state if an error occurs while rendering a component\n\nfunction resetHooksState() {\n {\n isInHookUserCodeInDev = false;\n }\n\n currentlyRenderingComponent = null;\n currentlyRenderingTask = null;\n didScheduleRenderPhaseUpdate = false;\n firstWorkInProgressHook = null;\n numberOfReRenders = 0;\n renderPhaseUpdates = null;\n workInProgressHook = null;\n}\n\nfunction readContext$1(context) {\n {\n if (isInHookUserCodeInDev) {\n error('Context can only be read while React is rendering. ' + 'In classes, you can read it in the render method or getDerivedStateFromProps. ' + 'In function components, you can read it directly in the function body, but not ' + 'inside Hooks like useReducer() or useMemo().');\n }\n }\n\n return readContext(context);\n}\n\nfunction useContext(context) {\n {\n currentHookNameInDev = 'useContext';\n }\n\n resolveCurrentlyRenderingComponent();\n return readContext(context);\n}\n\nfunction basicStateReducer(state, action) {\n // $FlowFixMe: Flow doesn't like mixed types\n return typeof action === 'function' ? action(state) : action;\n}\n\nfunction useState(initialState) {\n {\n currentHookNameInDev = 'useState';\n }\n\n return useReducer(basicStateReducer, // useReducer has a special case to support lazy useState initializers\n initialState);\n}\nfunction useReducer(reducer, initialArg, init) {\n {\n if (reducer !== basicStateReducer) {\n currentHookNameInDev = 'useReducer';\n }\n }\n\n currentlyRenderingComponent = resolveCurrentlyRenderingComponent();\n workInProgressHook = createWorkInProgressHook();\n\n if (isReRender) {\n // This is a re-render. Apply the new render phase updates to the previous\n // current hook.\n var queue = workInProgressHook.queue;\n var dispatch = queue.dispatch;\n\n if (renderPhaseUpdates !== null) {\n // Render phase updates are stored in a map of queue -> linked list\n var firstRenderPhaseUpdate = renderPhaseUpdates.get(queue);\n\n if (firstRenderPhaseUpdate !== undefined) {\n renderPhaseUpdates.delete(queue);\n var newState = workInProgressHook.memoizedState;\n var update = firstRenderPhaseUpdate;\n\n do {\n // Process this render phase update. We don't have to check the\n // priority because it will always be the same as the current\n // render's.\n var action = update.action;\n\n {\n isInHookUserCodeInDev = true;\n }\n\n newState = reducer(newState, action);\n\n {\n isInHookUserCodeInDev = false;\n }\n\n update = update.next;\n } while (update !== null);\n\n workInProgressHook.memoizedState = newState;\n return [newState, dispatch];\n }\n }\n\n return [workInProgressHook.memoizedState, dispatch];\n } else {\n {\n isInHookUserCodeInDev = true;\n }\n\n var initialState;\n\n if (reducer === basicStateReducer) {\n // Special case for `useState`.\n initialState = typeof initialArg === 'function' ? initialArg() : initialArg;\n } else {\n initialState = init !== undefined ? init(initialArg) : initialArg;\n }\n\n {\n isInHookUserCodeInDev = false;\n }\n\n workInProgressHook.memoizedState = initialState;\n\n var _queue = workInProgressHook.queue = {\n last: null,\n dispatch: null\n };\n\n var _dispatch = _queue.dispatch = dispatchAction.bind(null, currentlyRenderingComponent, _queue);\n\n return [workInProgressHook.memoizedState, _dispatch];\n }\n}\n\nfunction useMemo(nextCreate, deps) {\n currentlyRenderingComponent = resolveCurrentlyRenderingComponent();\n workInProgressHook = createWorkInProgressHook();\n var nextDeps = deps === undefined ? null : deps;\n\n if (workInProgressHook !== null) {\n var prevState = workInProgressHook.memoizedState;\n\n if (prevState !== null) {\n if (nextDeps !== null) {\n var prevDeps = prevState[1];\n\n if (areHookInputsEqual(nextDeps, prevDeps)) {\n return prevState[0];\n }\n }\n }\n }\n\n {\n isInHookUserCodeInDev = true;\n }\n\n var nextValue = nextCreate();\n\n {\n isInHookUserCodeInDev = false;\n }\n\n workInProgressHook.memoizedState = [nextValue, nextDeps];\n return nextValue;\n}\n\nfunction useRef(initialValue) {\n currentlyRenderingComponent = resolveCurrentlyRenderingComponent();\n workInProgressHook = createWorkInProgressHook();\n var previousRef = workInProgressHook.memoizedState;\n\n if (previousRef === null) {\n var ref = {\n current: initialValue\n };\n\n {\n Object.seal(ref);\n }\n\n workInProgressHook.memoizedState = ref;\n return ref;\n } else {\n return previousRef;\n }\n}\n\nfunction useLayoutEffect(create, inputs) {\n {\n currentHookNameInDev = 'useLayoutEffect';\n\n error('useLayoutEffect does nothing on the server, because its effect cannot ' + \"be encoded into the server renderer's output format. This will lead \" + 'to a mismatch between the initial, non-hydrated UI and the intended ' + 'UI. To avoid this, useLayoutEffect should only be used in ' + 'components that render exclusively on the client. ' + 'See https://reactjs.org/link/uselayouteffect-ssr for common fixes.');\n }\n}\n\nfunction dispatchAction(componentIdentity, queue, action) {\n if (numberOfReRenders >= RE_RENDER_LIMIT) {\n throw new Error('Too many re-renders. React limits the number of renders to prevent ' + 'an infinite loop.');\n }\n\n if (componentIdentity === currentlyRenderingComponent) {\n // This is a render phase update. Stash it in a lazily-created map of\n // queue -> linked list of updates. After this render pass, we'll restart\n // and apply the stashed updates on top of the work-in-progress hook.\n didScheduleRenderPhaseUpdate = true;\n var update = {\n action: action,\n next: null\n };\n\n if (renderPhaseUpdates === null) {\n renderPhaseUpdates = new Map();\n }\n\n var firstRenderPhaseUpdate = renderPhaseUpdates.get(queue);\n\n if (firstRenderPhaseUpdate === undefined) {\n renderPhaseUpdates.set(queue, update);\n } else {\n // Append the update to the end of the list.\n var lastRenderPhaseUpdate = firstRenderPhaseUpdate;\n\n while (lastRenderPhaseUpdate.next !== null) {\n lastRenderPhaseUpdate = lastRenderPhaseUpdate.next;\n }\n\n lastRenderPhaseUpdate.next = update;\n }\n }\n}\n\nfunction useCallback(callback, deps) {\n return useMemo(function () {\n return callback;\n }, deps);\n} // TODO Decide on how to implement this hook for server rendering.\n// If a mutation occurs during render, consider triggering a Suspense boundary\n// and falling back to client rendering.\n\nfunction useMutableSource(source, getSnapshot, subscribe) {\n resolveCurrentlyRenderingComponent();\n return getSnapshot(source._source);\n}\n\nfunction useSyncExternalStore(subscribe, getSnapshot, getServerSnapshot) {\n if (getServerSnapshot === undefined) {\n throw new Error('Missing getServerSnapshot, which is required for ' + 'server-rendered content. Will revert to client rendering.');\n }\n\n return getServerSnapshot();\n}\n\nfunction useDeferredValue(value) {\n resolveCurrentlyRenderingComponent();\n return value;\n}\n\nfunction unsupportedStartTransition() {\n throw new Error('startTransition cannot be called during server rendering.');\n}\n\nfunction useTransition() {\n resolveCurrentlyRenderingComponent();\n return [false, unsupportedStartTransition];\n}\n\nfunction useId() {\n var task = currentlyRenderingTask;\n var treeId = getTreeId(task.treeContext);\n var responseState = currentResponseState;\n\n if (responseState === null) {\n throw new Error('Invalid hook call. Hooks can only be called inside of the body of a function component.');\n }\n\n var localId = localIdCounter++;\n return makeId(responseState, treeId, localId);\n}\n\nfunction noop() {}\n\nvar Dispatcher = {\n readContext: readContext$1,\n useContext: useContext,\n useMemo: useMemo,\n useReducer: useReducer,\n useRef: useRef,\n useState: useState,\n useInsertionEffect: noop,\n useLayoutEffect: useLayoutEffect,\n useCallback: useCallback,\n // useImperativeHandle is not run in the server environment\n useImperativeHandle: noop,\n // Effects are not run in the server environment.\n useEffect: noop,\n // Debugging effect\n useDebugValue: noop,\n useDeferredValue: useDeferredValue,\n useTransition: useTransition,\n useId: useId,\n // Subscriptions are not setup in a server environment.\n useMutableSource: useMutableSource,\n useSyncExternalStore: useSyncExternalStore\n};\n\nvar currentResponseState = null;\nfunction setCurrentResponseState(responseState) {\n currentResponseState = responseState;\n}\n\nfunction getStackByComponentStackNode(componentStack) {\n try {\n var info = '';\n var node = componentStack;\n\n do {\n switch (node.tag) {\n case 0:\n info += describeBuiltInComponentFrame(node.type, null, null);\n break;\n\n case 1:\n info += describeFunctionComponentFrame(node.type, null, null);\n break;\n\n case 2:\n info += describeClassComponentFrame(node.type, null, null);\n break;\n }\n\n node = node.parent;\n } while (node);\n\n return info;\n } catch (x) {\n return '\\nError generating stack: ' + x.message + '\\n' + x.stack;\n }\n}\n\nvar ReactCurrentDispatcher$1 = ReactSharedInternals.ReactCurrentDispatcher;\nvar ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;\nvar PENDING = 0;\nvar COMPLETED = 1;\nvar FLUSHED = 2;\nvar ABORTED = 3;\nvar ERRORED = 4;\nvar OPEN = 0;\nvar CLOSING = 1;\nvar CLOSED = 2;\n// This is a default heuristic for how to split up the HTML content into progressive\n// loading. Our goal is to be able to display additional new content about every 500ms.\n// Faster than that is unnecessary and should be throttled on the client. It also\n// adds unnecessary overhead to do more splits. We don't know if it's a higher or lower\n// end device but higher end suffer less from the overhead than lower end does from\n// not getting small enough pieces. We error on the side of low end.\n// We base this on low end 3G speeds which is about 500kbits per second. We assume\n// that there can be a reasonable drop off from max bandwidth which leaves you with\n// as little as 80%. We can receive half of that each 500ms - at best. In practice,\n// a little bandwidth is lost to processing and contention - e.g. CSS and images that\n// are downloaded along with the main content. So we estimate about half of that to be\n// the lower end throughput. In other words, we expect that you can at least show\n// about 12.5kb of content per 500ms. Not counting starting latency for the first\n// paint.\n// 500 * 1024 / 8 * .8 * 0.5 / 2\nvar DEFAULT_PROGRESSIVE_CHUNK_SIZE = 12800;\n\nfunction defaultErrorHandler(error) {\n console['error'](error); // Don't transform to our wrapper\n\n return null;\n}\n\nfunction noop$1() {}\n\nfunction createRequest(children, responseState, rootFormatContext, progressiveChunkSize, onError, onAllReady, onShellReady, onShellError, onFatalError) {\n var pingedTasks = [];\n var abortSet = new Set();\n var request = {\n destination: null,\n responseState: responseState,\n progressiveChunkSize: progressiveChunkSize === undefined ? DEFAULT_PROGRESSIVE_CHUNK_SIZE : progressiveChunkSize,\n status: OPEN,\n fatalError: null,\n nextSegmentId: 0,\n allPendingTasks: 0,\n pendingRootTasks: 0,\n completedRootSegment: null,\n abortableTasks: abortSet,\n pingedTasks: pingedTasks,\n clientRenderedBoundaries: [],\n completedBoundaries: [],\n partialBoundaries: [],\n onError: onError === undefined ? defaultErrorHandler : onError,\n onAllReady: onAllReady === undefined ? noop$1 : onAllReady,\n onShellReady: onShellReady === undefined ? noop$1 : onShellReady,\n onShellError: onShellError === undefined ? noop$1 : onShellError,\n onFatalError: onFatalError === undefined ? noop$1 : onFatalError\n }; // This segment represents the root fallback.\n\n var rootSegment = createPendingSegment(request, 0, null, rootFormatContext, // Root segments are never embedded in Text on either edge\n false, false); // There is no parent so conceptually, we're unblocked to flush this segment.\n\n rootSegment.parentFlushed = true;\n var rootTask = createTask(request, children, null, rootSegment, abortSet, emptyContextObject, rootContextSnapshot, emptyTreeContext);\n pingedTasks.push(rootTask);\n return request;\n}\n\nfunction pingTask(request, task) {\n var pingedTasks = request.pingedTasks;\n pingedTasks.push(task);\n\n if (pingedTasks.length === 1) {\n scheduleWork(function () {\n return performWork(request);\n });\n }\n}\n\nfunction createSuspenseBoundary(request, fallbackAbortableTasks) {\n return {\n id: UNINITIALIZED_SUSPENSE_BOUNDARY_ID,\n rootSegmentID: -1,\n parentFlushed: false,\n pendingTasks: 0,\n forceClientRender: false,\n completedSegments: [],\n byteSize: 0,\n fallbackAbortableTasks: fallbackAbortableTasks,\n errorDigest: null\n };\n}\n\nfunction createTask(request, node, blockedBoundary, blockedSegment, abortSet, legacyContext, context, treeContext) {\n request.allPendingTasks++;\n\n if (blockedBoundary === null) {\n request.pendingRootTasks++;\n } else {\n blockedBoundary.pendingTasks++;\n }\n\n var task = {\n node: node,\n ping: function () {\n return pingTask(request, task);\n },\n blockedBoundary: blockedBoundary,\n blockedSegment: blockedSegment,\n abortSet: abortSet,\n legacyContext: legacyContext,\n context: context,\n treeContext: treeContext\n };\n\n {\n task.componentStack = null;\n }\n\n abortSet.add(task);\n return task;\n}\n\nfunction createPendingSegment(request, index, boundary, formatContext, lastPushedText, textEmbedded) {\n return {\n status: PENDING,\n id: -1,\n // lazily assigned later\n index: index,\n parentFlushed: false,\n chunks: [],\n children: [],\n formatContext: formatContext,\n boundary: boundary,\n lastPushedText: lastPushedText,\n textEmbedded: textEmbedded\n };\n} // DEV-only global reference to the currently executing task\n\n\nvar currentTaskInDEV = null;\n\nfunction getCurrentStackInDEV() {\n {\n if (currentTaskInDEV === null || currentTaskInDEV.componentStack === null) {\n return '';\n }\n\n return getStackByComponentStackNode(currentTaskInDEV.componentStack);\n }\n}\n\nfunction pushBuiltInComponentStackInDEV(task, type) {\n {\n task.componentStack = {\n tag: 0,\n parent: task.componentStack,\n type: type\n };\n }\n}\n\nfunction pushFunctionComponentStackInDEV(task, type) {\n {\n task.componentStack = {\n tag: 1,\n parent: task.componentStack,\n type: type\n };\n }\n}\n\nfunction pushClassComponentStackInDEV(task, type) {\n {\n task.componentStack = {\n tag: 2,\n parent: task.componentStack,\n type: type\n };\n }\n}\n\nfunction popComponentStackInDEV(task) {\n {\n if (task.componentStack === null) {\n error('Unexpectedly popped too many stack frames. This is a bug in React.');\n } else {\n task.componentStack = task.componentStack.parent;\n }\n }\n} // stash the component stack of an unwinding error until it is processed\n\n\nvar lastBoundaryErrorComponentStackDev = null;\n\nfunction captureBoundaryErrorDetailsDev(boundary, error) {\n {\n var errorMessage;\n\n if (typeof error === 'string') {\n errorMessage = error;\n } else if (error && typeof error.message === 'string') {\n errorMessage = error.message;\n } else {\n // eslint-disable-next-line react-internal/safe-string-coercion\n errorMessage = String(error);\n }\n\n var errorComponentStack = lastBoundaryErrorComponentStackDev || getCurrentStackInDEV();\n lastBoundaryErrorComponentStackDev = null;\n boundary.errorMessage = errorMessage;\n boundary.errorComponentStack = errorComponentStack;\n }\n}\n\nfunction logRecoverableError(request, error) {\n // If this callback errors, we intentionally let that error bubble up to become a fatal error\n // so that someone fixes the error reporting instead of hiding it.\n var errorDigest = request.onError(error);\n\n if (errorDigest != null && typeof errorDigest !== 'string') {\n // eslint-disable-next-line react-internal/prod-error-codes\n throw new Error(\"onError returned something with a type other than \\\"string\\\". onError should return a string and may return null or undefined but must not return anything else. It received something of type \\\"\" + typeof errorDigest + \"\\\" instead\");\n }\n\n return errorDigest;\n}\n\nfunction fatalError(request, error) {\n // This is called outside error handling code such as if the root errors outside\n // a suspense boundary or if the root suspense boundary's fallback errors.\n // It's also called if React itself or its host configs errors.\n var onShellError = request.onShellError;\n onShellError(error);\n var onFatalError = request.onFatalError;\n onFatalError(error);\n\n if (request.destination !== null) {\n request.status = CLOSED;\n closeWithError(request.destination, error);\n } else {\n request.status = CLOSING;\n request.fatalError = error;\n }\n}\n\nfunction renderSuspenseBoundary(request, task, props) {\n pushBuiltInComponentStackInDEV(task, 'Suspense');\n var parentBoundary = task.blockedBoundary;\n var parentSegment = task.blockedSegment; // Each time we enter a suspense boundary, we split out into a new segment for\n // the fallback so that we can later replace that segment with the content.\n // This also lets us split out the main content even if it doesn't suspend,\n // in case it ends up generating a large subtree of content.\n\n var fallback = props.fallback;\n var content = props.children;\n var fallbackAbortSet = new Set();\n var newBoundary = createSuspenseBoundary(request, fallbackAbortSet);\n var insertionIndex = parentSegment.chunks.length; // The children of the boundary segment is actually the fallback.\n\n var boundarySegment = createPendingSegment(request, insertionIndex, newBoundary, parentSegment.formatContext, // boundaries never require text embedding at their edges because comment nodes bound them\n false, false);\n parentSegment.children.push(boundarySegment); // The parentSegment has a child Segment at this index so we reset the lastPushedText marker on the parent\n\n parentSegment.lastPushedText = false; // This segment is the actual child content. We can start rendering that immediately.\n\n var contentRootSegment = createPendingSegment(request, 0, null, parentSegment.formatContext, // boundaries never require text embedding at their edges because comment nodes bound them\n false, false); // We mark the root segment as having its parent flushed. It's not really flushed but there is\n // no parent segment so there's nothing to wait on.\n\n contentRootSegment.parentFlushed = true; // Currently this is running synchronously. We could instead schedule this to pingedTasks.\n // I suspect that there might be some efficiency benefits from not creating the suspended task\n // and instead just using the stack if possible.\n // TODO: Call this directly instead of messing with saving and restoring contexts.\n // We can reuse the current context and task to render the content immediately without\n // context switching. We just need to temporarily switch which boundary and which segment\n // we're writing to. If something suspends, it'll spawn new suspended task with that context.\n\n task.blockedBoundary = newBoundary;\n task.blockedSegment = contentRootSegment;\n\n try {\n // We use the safe form because we don't handle suspending here. Only error handling.\n renderNode(request, task, content);\n pushSegmentFinale(contentRootSegment.chunks, request.responseState, contentRootSegment.lastPushedText, contentRootSegment.textEmbedded);\n contentRootSegment.status = COMPLETED;\n queueCompletedSegment(newBoundary, contentRootSegment);\n\n if (newBoundary.pendingTasks === 0) {\n // This must have been the last segment we were waiting on. This boundary is now complete.\n // Therefore we won't need the fallback. We early return so that we don't have to create\n // the fallback.\n popComponentStackInDEV(task);\n return;\n }\n } catch (error) {\n contentRootSegment.status = ERRORED;\n newBoundary.forceClientRender = true;\n newBoundary.errorDigest = logRecoverableError(request, error);\n\n {\n captureBoundaryErrorDetailsDev(newBoundary, error);\n } // We don't need to decrement any task numbers because we didn't spawn any new task.\n // We don't need to schedule any task because we know the parent has written yet.\n // We do need to fallthrough to create the fallback though.\n\n } finally {\n task.blockedBoundary = parentBoundary;\n task.blockedSegment = parentSegment;\n } // We create suspended task for the fallback because we don't want to actually work\n // on it yet in case we finish the main content, so we queue for later.\n\n\n var suspendedFallbackTask = createTask(request, fallback, parentBoundary, boundarySegment, fallbackAbortSet, task.legacyContext, task.context, task.treeContext);\n\n {\n suspendedFallbackTask.componentStack = task.componentStack;\n } // TODO: This should be queued at a separate lower priority queue so that we only work\n // on preparing fallbacks if we don't have any more main content to task on.\n\n\n request.pingedTasks.push(suspendedFallbackTask);\n popComponentStackInDEV(task);\n}\n\nfunction renderHostElement(request, task, type, props) {\n pushBuiltInComponentStackInDEV(task, type);\n var segment = task.blockedSegment;\n var children = pushStartInstance(segment.chunks, type, props, request.responseState, segment.formatContext);\n segment.lastPushedText = false;\n var prevContext = segment.formatContext;\n segment.formatContext = getChildFormatContext(prevContext, type, props); // We use the non-destructive form because if something suspends, we still\n // need to pop back up and finish this subtree of HTML.\n\n renderNode(request, task, children); // We expect that errors will fatal the whole task and that we don't need\n // the correct context. Therefore this is not in a finally.\n\n segment.formatContext = prevContext;\n pushEndInstance(segment.chunks, type);\n segment.lastPushedText = false;\n popComponentStackInDEV(task);\n}\n\nfunction shouldConstruct$1(Component) {\n return Component.prototype && Component.prototype.isReactComponent;\n}\n\nfunction renderWithHooks(request, task, Component, props, secondArg) {\n var componentIdentity = {};\n prepareToUseHooks(task, componentIdentity);\n var result = Component(props, secondArg);\n return finishHooks(Component, props, result, secondArg);\n}\n\nfunction finishClassComponent(request, task, instance, Component, props) {\n var nextChildren = instance.render();\n\n {\n if (instance.props !== props) {\n if (!didWarnAboutReassigningProps) {\n error('It looks like %s is reassigning its own `this.props` while rendering. ' + 'This is not supported and can lead to confusing bugs.', getComponentNameFromType(Component) || 'a component');\n }\n\n didWarnAboutReassigningProps = true;\n }\n }\n\n {\n var childContextTypes = Component.childContextTypes;\n\n if (childContextTypes !== null && childContextTypes !== undefined) {\n var previousContext = task.legacyContext;\n var mergedContext = processChildContext(instance, Component, previousContext, childContextTypes);\n task.legacyContext = mergedContext;\n renderNodeDestructive(request, task, nextChildren);\n task.legacyContext = previousContext;\n return;\n }\n }\n\n renderNodeDestructive(request, task, nextChildren);\n}\n\nfunction renderClassComponent(request, task, Component, props) {\n pushClassComponentStackInDEV(task, Component);\n var maskedContext = getMaskedContext(Component, task.legacyContext) ;\n var instance = constructClassInstance(Component, props, maskedContext);\n mountClassInstance(instance, Component, props, maskedContext);\n finishClassComponent(request, task, instance, Component, props);\n popComponentStackInDEV(task);\n}\n\nvar didWarnAboutBadClass = {};\nvar didWarnAboutModulePatternComponent = {};\nvar didWarnAboutContextTypeOnFunctionComponent = {};\nvar didWarnAboutGetDerivedStateOnFunctionComponent = {};\nvar didWarnAboutReassigningProps = false;\nvar didWarnAboutDefaultPropsOnFunctionComponent = {};\nvar didWarnAboutGenerators = false;\nvar didWarnAboutMaps = false;\nvar hasWarnedAboutUsingContextAsConsumer = false; // This would typically be a function component but we still support module pattern\n// components for some reason.\n\nfunction renderIndeterminateComponent(request, task, Component, props) {\n var legacyContext;\n\n {\n legacyContext = getMaskedContext(Component, task.legacyContext);\n }\n\n pushFunctionComponentStackInDEV(task, Component);\n\n {\n if (Component.prototype && typeof Component.prototype.render === 'function') {\n var componentName = getComponentNameFromType(Component) || 'Unknown';\n\n if (!didWarnAboutBadClass[componentName]) {\n error(\"The <%s /> component appears to have a render method, but doesn't extend React.Component. \" + 'This is likely to cause errors. Change %s to extend React.Component instead.', componentName, componentName);\n\n didWarnAboutBadClass[componentName] = true;\n }\n }\n }\n\n var value = renderWithHooks(request, task, Component, props, legacyContext);\n var hasId = checkDidRenderIdHook();\n\n {\n // Support for module components is deprecated and is removed behind a flag.\n // Whether or not it would crash later, we want to show a good message in DEV first.\n if (typeof value === 'object' && value !== null && typeof value.render === 'function' && value.$$typeof === undefined) {\n var _componentName = getComponentNameFromType(Component) || 'Unknown';\n\n if (!didWarnAboutModulePatternComponent[_componentName]) {\n error('The <%s /> component appears to be a function component that returns a class instance. ' + 'Change %s to a class that extends React.Component instead. ' + \"If you can't use a class try assigning the prototype on the function as a workaround. \" + \"`%s.prototype = React.Component.prototype`. Don't use an arrow function since it \" + 'cannot be called with `new` by React.', _componentName, _componentName, _componentName);\n\n didWarnAboutModulePatternComponent[_componentName] = true;\n }\n }\n }\n\n if ( // Run these checks in production only if the flag is off.\n // Eventually we'll delete this branch altogether.\n typeof value === 'object' && value !== null && typeof value.render === 'function' && value.$$typeof === undefined) {\n {\n var _componentName2 = getComponentNameFromType(Component) || 'Unknown';\n\n if (!didWarnAboutModulePatternComponent[_componentName2]) {\n error('The <%s /> component appears to be a function component that returns a class instance. ' + 'Change %s to a class that extends React.Component instead. ' + \"If you can't use a class try assigning the prototype on the function as a workaround. \" + \"`%s.prototype = React.Component.prototype`. Don't use an arrow function since it \" + 'cannot be called with `new` by React.', _componentName2, _componentName2, _componentName2);\n\n didWarnAboutModulePatternComponent[_componentName2] = true;\n }\n }\n\n mountClassInstance(value, Component, props, legacyContext);\n finishClassComponent(request, task, value, Component, props);\n } else {\n\n {\n validateFunctionComponentInDev(Component);\n } // We're now successfully past this task, and we don't have to pop back to\n // the previous task every again, so we can use the destructive recursive form.\n\n\n if (hasId) {\n // This component materialized an id. We treat this as its own level, with\n // a single \"child\" slot.\n var prevTreeContext = task.treeContext;\n var totalChildren = 1;\n var index = 0;\n task.treeContext = pushTreeContext(prevTreeContext, totalChildren, index);\n\n try {\n renderNodeDestructive(request, task, value);\n } finally {\n task.treeContext = prevTreeContext;\n }\n } else {\n renderNodeDestructive(request, task, value);\n }\n }\n\n popComponentStackInDEV(task);\n}\n\nfunction validateFunctionComponentInDev(Component) {\n {\n if (Component) {\n if (Component.childContextTypes) {\n error('%s(...): childContextTypes cannot be defined on a function component.', Component.displayName || Component.name || 'Component');\n }\n }\n\n if ( Component.defaultProps !== undefined) {\n var componentName = getComponentNameFromType(Component) || 'Unknown';\n\n if (!didWarnAboutDefaultPropsOnFunctionComponent[componentName]) {\n error('%s: Support for defaultProps will be removed from function components ' + 'in a future major release. Use JavaScript default parameters instead.', componentName);\n\n didWarnAboutDefaultPropsOnFunctionComponent[componentName] = true;\n }\n }\n\n if (typeof Component.getDerivedStateFromProps === 'function') {\n var _componentName3 = getComponentNameFromType(Component) || 'Unknown';\n\n if (!didWarnAboutGetDerivedStateOnFunctionComponent[_componentName3]) {\n error('%s: Function components do not support getDerivedStateFromProps.', _componentName3);\n\n didWarnAboutGetDerivedStateOnFunctionComponent[_componentName3] = true;\n }\n }\n\n if (typeof Component.contextType === 'object' && Component.contextType !== null) {\n var _componentName4 = getComponentNameFromType(Component) || 'Unknown';\n\n if (!didWarnAboutContextTypeOnFunctionComponent[_componentName4]) {\n error('%s: Function components do not support contextType.', _componentName4);\n\n didWarnAboutContextTypeOnFunctionComponent[_componentName4] = true;\n }\n }\n }\n}\n\nfunction resolveDefaultProps(Component, baseProps) {\n if (Component && Component.defaultProps) {\n // Resolve default props. Taken from ReactElement\n var props = assign({}, baseProps);\n var defaultProps = Component.defaultProps;\n\n for (var propName in defaultProps) {\n if (props[propName] === undefined) {\n props[propName] = defaultProps[propName];\n }\n }\n\n return props;\n }\n\n return baseProps;\n}\n\nfunction renderForwardRef(request, task, type, props, ref) {\n pushFunctionComponentStackInDEV(task, type.render);\n var children = renderWithHooks(request, task, type.render, props, ref);\n var hasId = checkDidRenderIdHook();\n\n if (hasId) {\n // This component materialized an id. We treat this as its own level, with\n // a single \"child\" slot.\n var prevTreeContext = task.treeContext;\n var totalChildren = 1;\n var index = 0;\n task.treeContext = pushTreeContext(prevTreeContext, totalChildren, index);\n\n try {\n renderNodeDestructive(request, task, children);\n } finally {\n task.treeContext = prevTreeContext;\n }\n } else {\n renderNodeDestructive(request, task, children);\n }\n\n popComponentStackInDEV(task);\n}\n\nfunction renderMemo(request, task, type, props, ref) {\n var innerType = type.type;\n var resolvedProps = resolveDefaultProps(innerType, props);\n renderElement(request, task, innerType, resolvedProps, ref);\n}\n\nfunction renderContextConsumer(request, task, context, props) {\n // The logic below for Context differs depending on PROD or DEV mode. In\n // DEV mode, we create a separate object for Context.Consumer that acts\n // like a proxy to Context. This proxy object adds unnecessary code in PROD\n // so we use the old behaviour (Context.Consumer references Context) to\n // reduce size and overhead. The separate object references context via\n // a property called \"_context\", which also gives us the ability to check\n // in DEV mode if this property exists or not and warn if it does not.\n {\n if (context._context === undefined) {\n // This may be because it's a Context (rather than a Consumer).\n // Or it may be because it's older React where they're the same thing.\n // We only want to warn if we're sure it's a new React.\n if (context !== context.Consumer) {\n if (!hasWarnedAboutUsingContextAsConsumer) {\n hasWarnedAboutUsingContextAsConsumer = true;\n\n error('Rendering <Context> directly is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Consumer> instead?');\n }\n }\n } else {\n context = context._context;\n }\n }\n\n var render = props.children;\n\n {\n if (typeof render !== 'function') {\n error('A context consumer was rendered with multiple children, or a child ' + \"that isn't a function. A context consumer expects a single child \" + 'that is a function. If you did pass a function, make sure there ' + 'is no trailing or leading whitespace around it.');\n }\n }\n\n var newValue = readContext(context);\n var newChildren = render(newValue);\n renderNodeDestructive(request, task, newChildren);\n}\n\nfunction renderContextProvider(request, task, type, props) {\n var context = type._context;\n var value = props.value;\n var children = props.children;\n var prevSnapshot;\n\n {\n prevSnapshot = task.context;\n }\n\n task.context = pushProvider(context, value);\n renderNodeDestructive(request, task, children);\n task.context = popProvider(context);\n\n {\n if (prevSnapshot !== task.context) {\n error('Popping the context provider did not return back to the original snapshot. This is a bug in React.');\n }\n }\n}\n\nfunction renderLazyComponent(request, task, lazyComponent, props, ref) {\n pushBuiltInComponentStackInDEV(task, 'Lazy');\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n var Component = init(payload);\n var resolvedProps = resolveDefaultProps(Component, props);\n renderElement(request, task, Component, resolvedProps, ref);\n popComponentStackInDEV(task);\n}\n\nfunction renderElement(request, task, type, props, ref) {\n if (typeof type === 'function') {\n if (shouldConstruct$1(type)) {\n renderClassComponent(request, task, type, props);\n return;\n } else {\n renderIndeterminateComponent(request, task, type, props);\n return;\n }\n }\n\n if (typeof type === 'string') {\n renderHostElement(request, task, type, props);\n return;\n }\n\n switch (type) {\n // TODO: LegacyHidden acts the same as a fragment. This only works\n // because we currently assume that every instance of LegacyHidden is\n // accompanied by a host component wrapper. In the hidden mode, the host\n // component is given a `hidden` attribute, which ensures that the\n // initial HTML is not visible. To support the use of LegacyHidden as a\n // true fragment, without an extra DOM node, we would have to hide the\n // initial HTML in some other way.\n // TODO: Add REACT_OFFSCREEN_TYPE here too with the same capability.\n case REACT_LEGACY_HIDDEN_TYPE:\n case REACT_DEBUG_TRACING_MODE_TYPE:\n case REACT_STRICT_MODE_TYPE:\n case REACT_PROFILER_TYPE:\n case REACT_FRAGMENT_TYPE:\n {\n renderNodeDestructive(request, task, props.children);\n return;\n }\n\n case REACT_SUSPENSE_LIST_TYPE:\n {\n pushBuiltInComponentStackInDEV(task, 'SuspenseList'); // TODO: SuspenseList should control the boundaries.\n\n renderNodeDestructive(request, task, props.children);\n popComponentStackInDEV(task);\n return;\n }\n\n case REACT_SCOPE_TYPE:\n {\n\n throw new Error('ReactDOMServer does not yet support scope components.');\n }\n // eslint-disable-next-line-no-fallthrough\n\n case REACT_SUSPENSE_TYPE:\n {\n {\n renderSuspenseBoundary(request, task, props);\n }\n\n return;\n }\n }\n\n if (typeof type === 'object' && type !== null) {\n switch (type.$$typeof) {\n case REACT_FORWARD_REF_TYPE:\n {\n renderForwardRef(request, task, type, props, ref);\n return;\n }\n\n case REACT_MEMO_TYPE:\n {\n renderMemo(request, task, type, props, ref);\n return;\n }\n\n case REACT_PROVIDER_TYPE:\n {\n renderContextProvider(request, task, type, props);\n return;\n }\n\n case REACT_CONTEXT_TYPE:\n {\n renderContextConsumer(request, task, type, props);\n return;\n }\n\n case REACT_LAZY_TYPE:\n {\n renderLazyComponent(request, task, type, props);\n return;\n }\n }\n }\n\n var info = '';\n\n {\n if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {\n info += ' You likely forgot to export your component from the file ' + \"it's defined in, or you might have mixed up default and \" + 'named imports.';\n }\n }\n\n throw new Error('Element type is invalid: expected a string (for built-in ' + 'components) or a class/function (for composite components) ' + (\"but got: \" + (type == null ? type : typeof type) + \".\" + info));\n}\n\nfunction validateIterable(iterable, iteratorFn) {\n {\n // We don't support rendering Generators because it's a mutation.\n // See https://github.com/facebook/react/issues/12995\n if (typeof Symbol === 'function' && // $FlowFixMe Flow doesn't know about toStringTag\n iterable[Symbol.toStringTag] === 'Generator') {\n if (!didWarnAboutGenerators) {\n error('Using Generators as children is unsupported and will likely yield ' + 'unexpected results because enumerating a generator mutates it. ' + 'You may convert it to an array with `Array.from()` or the ' + '`[...spread]` operator before rendering. Keep in mind ' + 'you might need to polyfill these features for older browsers.');\n }\n\n didWarnAboutGenerators = true;\n } // Warn about using Maps as children\n\n\n if (iterable.entries === iteratorFn) {\n if (!didWarnAboutMaps) {\n error('Using Maps as children is not supported. ' + 'Use an array of keyed ReactElements instead.');\n }\n\n didWarnAboutMaps = true;\n }\n }\n}\n\nfunction renderNodeDestructive(request, task, node) {\n {\n // In Dev we wrap renderNodeDestructiveImpl in a try / catch so we can capture\n // a component stack at the right place in the tree. We don't do this in renderNode\n // becuase it is not called at every layer of the tree and we may lose frames\n try {\n return renderNodeDestructiveImpl(request, task, node);\n } catch (x) {\n if (typeof x === 'object' && x !== null && typeof x.then === 'function') ; else {\n // This is an error, stash the component stack if it is null.\n lastBoundaryErrorComponentStackDev = lastBoundaryErrorComponentStackDev !== null ? lastBoundaryErrorComponentStackDev : getCurrentStackInDEV();\n } // rethrow so normal suspense logic can handle thrown value accordingly\n\n\n throw x;\n }\n }\n} // This function by it self renders a node and consumes the task by mutating it\n// to update the current execution state.\n\n\nfunction renderNodeDestructiveImpl(request, task, node) {\n // Stash the node we're working on. We'll pick up from this task in case\n // something suspends.\n task.node = node; // Handle object types\n\n if (typeof node === 'object' && node !== null) {\n switch (node.$$typeof) {\n case REACT_ELEMENT_TYPE:\n {\n var element = node;\n var type = element.type;\n var props = element.props;\n var ref = element.ref;\n renderElement(request, task, type, props, ref);\n return;\n }\n\n case REACT_PORTAL_TYPE:\n throw new Error('Portals are not currently supported by the server renderer. ' + 'Render them conditionally so that they only appear on the client render.');\n // eslint-disable-next-line-no-fallthrough\n\n case REACT_LAZY_TYPE:\n {\n var lazyNode = node;\n var payload = lazyNode._payload;\n var init = lazyNode._init;\n var resolvedNode;\n\n {\n try {\n resolvedNode = init(payload);\n } catch (x) {\n if (typeof x === 'object' && x !== null && typeof x.then === 'function') {\n // this Lazy initializer is suspending. push a temporary frame onto the stack so it can be\n // popped off in spawnNewSuspendedTask. This aligns stack behavior between Lazy in element position\n // vs Component position. We do not want the frame for Errors so we exclusively do this in\n // the wakeable branch\n pushBuiltInComponentStackInDEV(task, 'Lazy');\n }\n\n throw x;\n }\n }\n\n renderNodeDestructive(request, task, resolvedNode);\n return;\n }\n }\n\n if (isArray(node)) {\n renderChildrenArray(request, task, node);\n return;\n }\n\n var iteratorFn = getIteratorFn(node);\n\n if (iteratorFn) {\n {\n validateIterable(node, iteratorFn);\n }\n\n var iterator = iteratorFn.call(node);\n\n if (iterator) {\n // We need to know how many total children are in this set, so that we\n // can allocate enough id slots to acommodate them. So we must exhaust\n // the iterator before we start recursively rendering the children.\n // TODO: This is not great but I think it's inherent to the id\n // generation algorithm.\n var step = iterator.next(); // If there are not entries, we need to push an empty so we start by checking that.\n\n if (!step.done) {\n var children = [];\n\n do {\n children.push(step.value);\n step = iterator.next();\n } while (!step.done);\n\n renderChildrenArray(request, task, children);\n return;\n }\n\n return;\n }\n }\n\n var childString = Object.prototype.toString.call(node);\n throw new Error(\"Objects are not valid as a React child (found: \" + (childString === '[object Object]' ? 'object with keys {' + Object.keys(node).join(', ') + '}' : childString) + \"). \" + 'If you meant to render a collection of children, use an array ' + 'instead.');\n }\n\n if (typeof node === 'string') {\n var segment = task.blockedSegment;\n segment.lastPushedText = pushTextInstance(task.blockedSegment.chunks, node, request.responseState, segment.lastPushedText);\n return;\n }\n\n if (typeof node === 'number') {\n var _segment = task.blockedSegment;\n _segment.lastPushedText = pushTextInstance(task.blockedSegment.chunks, '' + node, request.responseState, _segment.lastPushedText);\n return;\n }\n\n {\n if (typeof node === 'function') {\n error('Functions are not valid as a React child. This may happen if ' + 'you return a Component instead of <Component /> from render. ' + 'Or maybe you meant to call this function rather than return it.');\n }\n }\n}\n\nfunction renderChildrenArray(request, task, children) {\n var totalChildren = children.length;\n\n for (var i = 0; i < totalChildren; i++) {\n var prevTreeContext = task.treeContext;\n task.treeContext = pushTreeContext(prevTreeContext, totalChildren, i);\n\n try {\n // We need to use the non-destructive form so that we can safely pop back\n // up and render the sibling if something suspends.\n renderNode(request, task, children[i]);\n } finally {\n task.treeContext = prevTreeContext;\n }\n }\n}\n\nfunction spawnNewSuspendedTask(request, task, x) {\n // Something suspended, we'll need to create a new segment and resolve it later.\n var segment = task.blockedSegment;\n var insertionIndex = segment.chunks.length;\n var newSegment = createPendingSegment(request, insertionIndex, null, segment.formatContext, // Adopt the parent segment's leading text embed\n segment.lastPushedText, // Assume we are text embedded at the trailing edge\n true);\n segment.children.push(newSegment); // Reset lastPushedText for current Segment since the new Segment \"consumed\" it\n\n segment.lastPushedText = false;\n var newTask = createTask(request, task.node, task.blockedBoundary, newSegment, task.abortSet, task.legacyContext, task.context, task.treeContext);\n\n {\n if (task.componentStack !== null) {\n // We pop one task off the stack because the node that suspended will be tried again,\n // which will add it back onto the stack.\n newTask.componentStack = task.componentStack.parent;\n }\n }\n\n var ping = newTask.ping;\n x.then(ping, ping);\n} // This is a non-destructive form of rendering a node. If it suspends it spawns\n// a new task and restores the context of this task to what it was before.\n\n\nfunction renderNode(request, task, node) {\n // TODO: Store segment.children.length here and reset it in case something\n // suspended partially through writing something.\n // Snapshot the current context in case something throws to interrupt the\n // process.\n var previousFormatContext = task.blockedSegment.formatContext;\n var previousLegacyContext = task.legacyContext;\n var previousContext = task.context;\n var previousComponentStack = null;\n\n {\n previousComponentStack = task.componentStack;\n }\n\n try {\n return renderNodeDestructive(request, task, node);\n } catch (x) {\n resetHooksState();\n\n if (typeof x === 'object' && x !== null && typeof x.then === 'function') {\n spawnNewSuspendedTask(request, task, x); // Restore the context. We assume that this will be restored by the inner\n // functions in case nothing throws so we don't use \"finally\" here.\n\n task.blockedSegment.formatContext = previousFormatContext;\n task.legacyContext = previousLegacyContext;\n task.context = previousContext; // Restore all active ReactContexts to what they were before.\n\n switchContext(previousContext);\n\n {\n task.componentStack = previousComponentStack;\n }\n\n return;\n } else {\n // Restore the context. We assume that this will be restored by the inner\n // functions in case nothing throws so we don't use \"finally\" here.\n task.blockedSegment.formatContext = previousFormatContext;\n task.legacyContext = previousLegacyContext;\n task.context = previousContext; // Restore all active ReactContexts to what they were before.\n\n switchContext(previousContext);\n\n {\n task.componentStack = previousComponentStack;\n } // We assume that we don't need the correct context.\n // Let's terminate the rest of the tree and don't render any siblings.\n\n\n throw x;\n }\n }\n}\n\nfunction erroredTask(request, boundary, segment, error) {\n // Report the error to a global handler.\n var errorDigest = logRecoverableError(request, error);\n\n if (boundary === null) {\n fatalError(request, error);\n } else {\n boundary.pendingTasks--;\n\n if (!boundary.forceClientRender) {\n boundary.forceClientRender = true;\n boundary.errorDigest = errorDigest;\n\n {\n captureBoundaryErrorDetailsDev(boundary, error);\n } // Regardless of what happens next, this boundary won't be displayed,\n // so we can flush it, if the parent already flushed.\n\n\n if (boundary.parentFlushed) {\n // We don't have a preference where in the queue this goes since it's likely\n // to error on the client anyway. However, intentionally client-rendered\n // boundaries should be flushed earlier so that they can start on the client.\n // We reuse the same queue for errors.\n request.clientRenderedBoundaries.push(boundary);\n }\n }\n }\n\n request.allPendingTasks--;\n\n if (request.allPendingTasks === 0) {\n var onAllReady = request.onAllReady;\n onAllReady();\n }\n}\n\nfunction abortTaskSoft(task) {\n // This aborts task without aborting the parent boundary that it blocks.\n // It's used for when we didn't need this task to complete the tree.\n // If task was needed, then it should use abortTask instead.\n var request = this;\n var boundary = task.blockedBoundary;\n var segment = task.blockedSegment;\n segment.status = ABORTED;\n finishedTask(request, boundary, segment);\n}\n\nfunction abortTask(task, request, reason) {\n // This aborts the task and aborts the parent that it blocks, putting it into\n // client rendered mode.\n var boundary = task.blockedBoundary;\n var segment = task.blockedSegment;\n segment.status = ABORTED;\n\n if (boundary === null) {\n request.allPendingTasks--; // We didn't complete the root so we have nothing to show. We can close\n // the request;\n\n if (request.status !== CLOSED) {\n request.status = CLOSED;\n\n if (request.destination !== null) {\n close(request.destination);\n }\n }\n } else {\n boundary.pendingTasks--;\n\n if (!boundary.forceClientRender) {\n boundary.forceClientRender = true;\n\n var _error = reason === undefined ? new Error('The render was aborted by the server without a reason.') : reason;\n\n boundary.errorDigest = request.onError(_error);\n\n {\n var errorPrefix = 'The server did not finish this Suspense boundary: ';\n\n if (_error && typeof _error.message === 'string') {\n _error = errorPrefix + _error.message;\n } else {\n // eslint-disable-next-line react-internal/safe-string-coercion\n _error = errorPrefix + String(_error);\n }\n\n var previousTaskInDev = currentTaskInDEV;\n currentTaskInDEV = task;\n\n try {\n captureBoundaryErrorDetailsDev(boundary, _error);\n } finally {\n currentTaskInDEV = previousTaskInDev;\n }\n }\n\n if (boundary.parentFlushed) {\n request.clientRenderedBoundaries.push(boundary);\n }\n } // If this boundary was still pending then we haven't already cancelled its fallbacks.\n // We'll need to abort the fallbacks, which will also error that parent boundary.\n\n\n boundary.fallbackAbortableTasks.forEach(function (fallbackTask) {\n return abortTask(fallbackTask, request, reason);\n });\n boundary.fallbackAbortableTasks.clear();\n request.allPendingTasks--;\n\n if (request.allPendingTasks === 0) {\n var onAllReady = request.onAllReady;\n onAllReady();\n }\n }\n}\n\nfunction queueCompletedSegment(boundary, segment) {\n if (segment.chunks.length === 0 && segment.children.length === 1 && segment.children[0].boundary === null) {\n // This is an empty segment. There's nothing to write, so we can instead transfer the ID\n // to the child. That way any existing references point to the child.\n var childSegment = segment.children[0];\n childSegment.id = segment.id;\n childSegment.parentFlushed = true;\n\n if (childSegment.status === COMPLETED) {\n queueCompletedSegment(boundary, childSegment);\n }\n } else {\n var completedSegments = boundary.completedSegments;\n completedSegments.push(segment);\n }\n}\n\nfunction finishedTask(request, boundary, segment) {\n if (boundary === null) {\n if (segment.parentFlushed) {\n if (request.completedRootSegment !== null) {\n throw new Error('There can only be one root segment. This is a bug in React.');\n }\n\n request.completedRootSegment = segment;\n }\n\n request.pendingRootTasks--;\n\n if (request.pendingRootTasks === 0) {\n // We have completed the shell so the shell can't error anymore.\n request.onShellError = noop$1;\n var onShellReady = request.onShellReady;\n onShellReady();\n }\n } else {\n boundary.pendingTasks--;\n\n if (boundary.forceClientRender) ; else if (boundary.pendingTasks === 0) {\n // This must have been the last segment we were waiting on. This boundary is now complete.\n if (segment.parentFlushed) {\n // Our parent segment already flushed, so we need to schedule this segment to be emitted.\n // If it is a segment that was aborted, we'll write other content instead so we don't need\n // to emit it.\n if (segment.status === COMPLETED) {\n queueCompletedSegment(boundary, segment);\n }\n }\n\n if (boundary.parentFlushed) {\n // The segment might be part of a segment that didn't flush yet, but if the boundary's\n // parent flushed, we need to schedule the boundary to be emitted.\n request.completedBoundaries.push(boundary);\n } // We can now cancel any pending task on the fallback since we won't need to show it anymore.\n // This needs to happen after we read the parentFlushed flags because aborting can finish\n // work which can trigger user code, which can start flushing, which can change those flags.\n\n\n boundary.fallbackAbortableTasks.forEach(abortTaskSoft, request);\n boundary.fallbackAbortableTasks.clear();\n } else {\n if (segment.parentFlushed) {\n // Our parent already flushed, so we need to schedule this segment to be emitted.\n // If it is a segment that was aborted, we'll write other content instead so we don't need\n // to emit it.\n if (segment.status === COMPLETED) {\n queueCompletedSegment(boundary, segment);\n var completedSegments = boundary.completedSegments;\n\n if (completedSegments.length === 1) {\n // This is the first time since we last flushed that we completed anything.\n // We can schedule this boundary to emit its partially completed segments early\n // in case the parent has already been flushed.\n if (boundary.parentFlushed) {\n request.partialBoundaries.push(boundary);\n }\n }\n }\n }\n }\n }\n\n request.allPendingTasks--;\n\n if (request.allPendingTasks === 0) {\n // This needs to be called at the very end so that we can synchronously write the result\n // in the callback if needed.\n var onAllReady = request.onAllReady;\n onAllReady();\n }\n}\n\nfunction retryTask(request, task) {\n var segment = task.blockedSegment;\n\n if (segment.status !== PENDING) {\n // We completed this by other means before we had a chance to retry it.\n return;\n } // We restore the context to what it was when we suspended.\n // We don't restore it after we leave because it's likely that we'll end up\n // needing a very similar context soon again.\n\n\n switchContext(task.context);\n var prevTaskInDEV = null;\n\n {\n prevTaskInDEV = currentTaskInDEV;\n currentTaskInDEV = task;\n }\n\n try {\n // We call the destructive form that mutates this task. That way if something\n // suspends again, we can reuse the same task instead of spawning a new one.\n renderNodeDestructive(request, task, task.node);\n pushSegmentFinale(segment.chunks, request.responseState, segment.lastPushedText, segment.textEmbedded);\n task.abortSet.delete(task);\n segment.status = COMPLETED;\n finishedTask(request, task.blockedBoundary, segment);\n } catch (x) {\n resetHooksState();\n\n if (typeof x === 'object' && x !== null && typeof x.then === 'function') {\n // Something suspended again, let's pick it back up later.\n var ping = task.ping;\n x.then(ping, ping);\n } else {\n task.abortSet.delete(task);\n segment.status = ERRORED;\n erroredTask(request, task.blockedBoundary, segment, x);\n }\n } finally {\n {\n currentTaskInDEV = prevTaskInDEV;\n }\n }\n}\n\nfunction performWork(request) {\n if (request.status === CLOSED) {\n return;\n }\n\n var prevContext = getActiveContext();\n var prevDispatcher = ReactCurrentDispatcher$1.current;\n ReactCurrentDispatcher$1.current = Dispatcher;\n var prevGetCurrentStackImpl;\n\n {\n prevGetCurrentStackImpl = ReactDebugCurrentFrame$1.getCurrentStack;\n ReactDebugCurrentFrame$1.getCurrentStack = getCurrentStackInDEV;\n }\n\n var prevResponseState = currentResponseState;\n setCurrentResponseState(request.responseState);\n\n try {\n var pingedTasks = request.pingedTasks;\n var i;\n\n for (i = 0; i < pingedTasks.length; i++) {\n var task = pingedTasks[i];\n retryTask(request, task);\n }\n\n pingedTasks.splice(0, i);\n\n if (request.destination !== null) {\n flushCompletedQueues(request, request.destination);\n }\n } catch (error) {\n logRecoverableError(request, error);\n fatalError(request, error);\n } finally {\n setCurrentResponseState(prevResponseState);\n ReactCurrentDispatcher$1.current = prevDispatcher;\n\n {\n ReactDebugCurrentFrame$1.getCurrentStack = prevGetCurrentStackImpl;\n }\n\n if (prevDispatcher === Dispatcher) {\n // This means that we were in a reentrant work loop. This could happen\n // in a renderer that supports synchronous work like renderToString,\n // when it's called from within another renderer.\n // Normally we don't bother switching the contexts to their root/default\n // values when leaving because we'll likely need the same or similar\n // context again. However, when we're inside a synchronous loop like this\n // we'll to restore the context to what it was before returning.\n switchContext(prevContext);\n }\n }\n}\n\nfunction flushSubtree(request, destination, segment) {\n segment.parentFlushed = true;\n\n switch (segment.status) {\n case PENDING:\n {\n // We're emitting a placeholder for this segment to be filled in later.\n // Therefore we'll need to assign it an ID - to refer to it by.\n var segmentID = segment.id = request.nextSegmentId++; // When this segment finally completes it won't be embedded in text since it will flush separately\n\n segment.lastPushedText = false;\n segment.textEmbedded = false;\n return writePlaceholder(destination, request.responseState, segmentID);\n }\n\n case COMPLETED:\n {\n segment.status = FLUSHED;\n var r = true;\n var chunks = segment.chunks;\n var chunkIdx = 0;\n var children = segment.children;\n\n for (var childIdx = 0; childIdx < children.length; childIdx++) {\n var nextChild = children[childIdx]; // Write all the chunks up until the next child.\n\n for (; chunkIdx < nextChild.index; chunkIdx++) {\n writeChunk(destination, chunks[chunkIdx]);\n }\n\n r = flushSegment(request, destination, nextChild);\n } // Finally just write all the remaining chunks\n\n\n for (; chunkIdx < chunks.length - 1; chunkIdx++) {\n writeChunk(destination, chunks[chunkIdx]);\n }\n\n if (chunkIdx < chunks.length) {\n r = writeChunkAndReturn(destination, chunks[chunkIdx]);\n }\n\n return r;\n }\n\n default:\n {\n throw new Error('Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.');\n }\n }\n}\n\nfunction flushSegment(request, destination, segment) {\n var boundary = segment.boundary;\n\n if (boundary === null) {\n // Not a suspense boundary.\n return flushSubtree(request, destination, segment);\n }\n\n boundary.parentFlushed = true; // This segment is a Suspense boundary. We need to decide whether to\n // emit the content or the fallback now.\n\n if (boundary.forceClientRender) {\n // Emit a client rendered suspense boundary wrapper.\n // We never queue the inner boundary so we'll never emit its content or partial segments.\n writeStartClientRenderedSuspenseBoundary(destination, request.responseState, boundary.errorDigest, boundary.errorMessage, boundary.errorComponentStack); // Flush the fallback.\n\n flushSubtree(request, destination, segment);\n return writeEndClientRenderedSuspenseBoundary(destination, request.responseState);\n } else if (boundary.pendingTasks > 0) {\n // This boundary is still loading. Emit a pending suspense boundary wrapper.\n // Assign an ID to refer to the future content by.\n boundary.rootSegmentID = request.nextSegmentId++;\n\n if (boundary.completedSegments.length > 0) {\n // If this is at least partially complete, we can queue it to be partially emitted early.\n request.partialBoundaries.push(boundary);\n } /// This is the first time we should have referenced this ID.\n\n\n var id = boundary.id = assignSuspenseBoundaryID(request.responseState);\n writeStartPendingSuspenseBoundary(destination, request.responseState, id); // Flush the fallback.\n\n flushSubtree(request, destination, segment);\n return writeEndPendingSuspenseBoundary(destination, request.responseState);\n } else if (boundary.byteSize > request.progressiveChunkSize) {\n // This boundary is large and will be emitted separately so that we can progressively show\n // other content. We add it to the queue during the flush because we have to ensure that\n // the parent flushes first so that there's something to inject it into.\n // We also have to make sure that it's emitted into the queue in a deterministic slot.\n // I.e. we can't insert it here when it completes.\n // Assign an ID to refer to the future content by.\n boundary.rootSegmentID = request.nextSegmentId++;\n request.completedBoundaries.push(boundary); // Emit a pending rendered suspense boundary wrapper.\n\n writeStartPendingSuspenseBoundary(destination, request.responseState, boundary.id); // Flush the fallback.\n\n flushSubtree(request, destination, segment);\n return writeEndPendingSuspenseBoundary(destination, request.responseState);\n } else {\n // We can inline this boundary's content as a complete boundary.\n writeStartCompletedSuspenseBoundary(destination, request.responseState);\n var completedSegments = boundary.completedSegments;\n\n if (completedSegments.length !== 1) {\n throw new Error('A previously unvisited boundary must have exactly one root segment. This is a bug in React.');\n }\n\n var contentSegment = completedSegments[0];\n flushSegment(request, destination, contentSegment);\n return writeEndCompletedSuspenseBoundary(destination, request.responseState);\n }\n}\n\nfunction flushClientRenderedBoundary(request, destination, boundary) {\n return writeClientRenderBoundaryInstruction(destination, request.responseState, boundary.id, boundary.errorDigest, boundary.errorMessage, boundary.errorComponentStack);\n}\n\nfunction flushSegmentContainer(request, destination, segment) {\n writeStartSegment(destination, request.responseState, segment.formatContext, segment.id);\n flushSegment(request, destination, segment);\n return writeEndSegment(destination, segment.formatContext);\n}\n\nfunction flushCompletedBoundary(request, destination, boundary) {\n var completedSegments = boundary.completedSegments;\n var i = 0;\n\n for (; i < completedSegments.length; i++) {\n var segment = completedSegments[i];\n flushPartiallyCompletedSegment(request, destination, boundary, segment);\n }\n\n completedSegments.length = 0;\n return writeCompletedBoundaryInstruction(destination, request.responseState, boundary.id, boundary.rootSegmentID);\n}\n\nfunction flushPartialBoundary(request, destination, boundary) {\n var completedSegments = boundary.completedSegments;\n var i = 0;\n\n for (; i < completedSegments.length; i++) {\n var segment = completedSegments[i];\n\n if (!flushPartiallyCompletedSegment(request, destination, boundary, segment)) {\n i++;\n completedSegments.splice(0, i); // Only write as much as the buffer wants. Something higher priority\n // might want to write later.\n\n return false;\n }\n }\n\n completedSegments.splice(0, i);\n return true;\n}\n\nfunction flushPartiallyCompletedSegment(request, destination, boundary, segment) {\n if (segment.status === FLUSHED) {\n // We've already flushed this inline.\n return true;\n }\n\n var segmentID = segment.id;\n\n if (segmentID === -1) {\n // This segment wasn't previously referred to. This happens at the root of\n // a boundary. We make kind of a leap here and assume this is the root.\n var rootSegmentID = segment.id = boundary.rootSegmentID;\n\n if (rootSegmentID === -1) {\n throw new Error('A root segment ID must have been assigned by now. This is a bug in React.');\n }\n\n return flushSegmentContainer(request, destination, segment);\n } else {\n flushSegmentContainer(request, destination, segment);\n return writeCompletedSegmentInstruction(destination, request.responseState, segmentID);\n }\n}\n\nfunction flushCompletedQueues(request, destination) {\n beginWriting();\n\n try {\n // The structure of this is to go through each queue one by one and write\n // until the sink tells us to stop. When we should stop, we still finish writing\n // that item fully and then yield. At that point we remove the already completed\n // items up until the point we completed them.\n // TODO: Emit preloading.\n // TODO: It's kind of unfortunate to keep checking this array after we've already\n // emitted the root.\n var completedRootSegment = request.completedRootSegment;\n\n if (completedRootSegment !== null && request.pendingRootTasks === 0) {\n flushSegment(request, destination, completedRootSegment);\n request.completedRootSegment = null;\n writeCompletedRoot(destination, request.responseState);\n } // We emit client rendering instructions for already emitted boundaries first.\n // This is so that we can signal to the client to start client rendering them as\n // soon as possible.\n\n\n var clientRenderedBoundaries = request.clientRenderedBoundaries;\n var i;\n\n for (i = 0; i < clientRenderedBoundaries.length; i++) {\n var boundary = clientRenderedBoundaries[i];\n\n if (!flushClientRenderedBoundary(request, destination, boundary)) {\n request.destination = null;\n i++;\n clientRenderedBoundaries.splice(0, i);\n return;\n }\n }\n\n clientRenderedBoundaries.splice(0, i); // Next we emit any complete boundaries. It's better to favor boundaries\n // that are completely done since we can actually show them, than it is to emit\n // any individual segments from a partially complete boundary.\n\n var completedBoundaries = request.completedBoundaries;\n\n for (i = 0; i < completedBoundaries.length; i++) {\n var _boundary = completedBoundaries[i];\n\n if (!flushCompletedBoundary(request, destination, _boundary)) {\n request.destination = null;\n i++;\n completedBoundaries.splice(0, i);\n return;\n }\n }\n\n completedBoundaries.splice(0, i); // Allow anything written so far to flush to the underlying sink before\n // we continue with lower priorities.\n\n completeWriting(destination);\n beginWriting(destination); // TODO: Here we'll emit data used by hydration.\n // Next we emit any segments of any boundaries that are partially complete\n // but not deeply complete.\n\n var partialBoundaries = request.partialBoundaries;\n\n for (i = 0; i < partialBoundaries.length; i++) {\n var _boundary2 = partialBoundaries[i];\n\n if (!flushPartialBoundary(request, destination, _boundary2)) {\n request.destination = null;\n i++;\n partialBoundaries.splice(0, i);\n return;\n }\n }\n\n partialBoundaries.splice(0, i); // Next we check the completed boundaries again. This may have had\n // boundaries added to it in case they were too larged to be inlined.\n // New ones might be added in this loop.\n\n var largeBoundaries = request.completedBoundaries;\n\n for (i = 0; i < largeBoundaries.length; i++) {\n var _boundary3 = largeBoundaries[i];\n\n if (!flushCompletedBoundary(request, destination, _boundary3)) {\n request.destination = null;\n i++;\n largeBoundaries.splice(0, i);\n return;\n }\n }\n\n largeBoundaries.splice(0, i);\n } finally {\n completeWriting(destination);\n\n if (request.allPendingTasks === 0 && request.pingedTasks.length === 0 && request.clientRenderedBoundaries.length === 0 && request.completedBoundaries.length === 0 // We don't need to check any partially completed segments because\n // either they have pending task or they're complete.\n ) {\n {\n if (request.abortableTasks.size !== 0) {\n error('There was still abortable task at the root when we closed. This is a bug in React.');\n }\n } // We're done.\n\n\n close(destination);\n }\n }\n}\n\nfunction startWork(request) {\n scheduleWork(function () {\n return performWork(request);\n });\n}\nfunction startFlowing(request, destination) {\n if (request.status === CLOSING) {\n request.status = CLOSED;\n closeWithError(destination, request.fatalError);\n return;\n }\n\n if (request.status === CLOSED) {\n return;\n }\n\n if (request.destination !== null) {\n // We're already flowing.\n return;\n }\n\n request.destination = destination;\n\n try {\n flushCompletedQueues(request, destination);\n } catch (error) {\n logRecoverableError(request, error);\n fatalError(request, error);\n }\n} // This is called to early terminate a request. It puts all pending boundaries in client rendered state.\n\nfunction abort(request, reason) {\n try {\n var abortableTasks = request.abortableTasks;\n abortableTasks.forEach(function (task) {\n return abortTask(task, request, reason);\n });\n abortableTasks.clear();\n\n if (request.destination !== null) {\n flushCompletedQueues(request, request.destination);\n }\n } catch (error) {\n logRecoverableError(request, error);\n fatalError(request, error);\n }\n}\n\nfunction renderToReadableStream(children, options) {\n return new Promise(function (resolve, reject) {\n var onFatalError;\n var onAllReady;\n var allReady = new Promise(function (res, rej) {\n onAllReady = res;\n onFatalError = rej;\n });\n\n function onShellReady() {\n var stream = new ReadableStream({\n type: 'bytes',\n pull: function (controller) {\n startFlowing(request, controller);\n },\n cancel: function (reason) {\n abort(request);\n }\n }, // $FlowFixMe size() methods are not allowed on byte streams.\n {\n highWaterMark: 0\n }); // TODO: Move to sub-classing ReadableStream.\n\n stream.allReady = allReady;\n resolve(stream);\n }\n\n function onShellError(error) {\n // If the shell errors the caller of `renderToReadableStream` won't have access to `allReady`.\n // However, `allReady` will be rejected by `onFatalError` as well.\n // So we need to catch the duplicate, uncatchable fatal error in `allReady` to prevent a `UnhandledPromiseRejection`.\n allReady.catch(function () {});\n reject(error);\n }\n\n var request = createRequest(children, createResponseState(options ? options.identifierPrefix : undefined, options ? options.nonce : undefined, options ? options.bootstrapScriptContent : undefined, options ? options.bootstrapScripts : undefined, options ? options.bootstrapModules : undefined), createRootFormatContext(options ? options.namespaceURI : undefined), options ? options.progressiveChunkSize : undefined, options ? options.onError : undefined, onAllReady, onShellReady, onShellError, onFatalError);\n\n if (options && options.signal) {\n var signal = options.signal;\n\n var listener = function () {\n abort(request, signal.reason);\n signal.removeEventListener('abort', listener);\n };\n\n signal.addEventListener('abort', listener);\n }\n\n startWork(request);\n });\n}\n\nexports.renderToReadableStream = renderToReadableStream;\nexports.version = ReactVersion;\n })();\n}\n"],"names":["React","require$$0","ReactVersion","ReactSharedInternals","warn","format","_len","args","_key","printWarning","error","_len2","_key2","level","ReactDebugCurrentFrame","stack","argsWithFormat","item","scheduleWork","callback","VIEW_SIZE","currentView","writtenBytes","beginWriting","destination","writeChunk","chunk","bytesToWrite","allowableBytes","writeChunkAndReturn","completeWriting","close","textEncoder","stringToChunk","content","stringToPrecomputedChunk","closeWithError","typeName","value","hasToStringTag","type","willCoercionThrow","testStringCoercion","checkAttributeStringCoercion","attributeName","checkCSSPropertyStringCoercion","propName","checkHtmlStringCoercion","hasOwnProperty","RESERVED","STRING","BOOLEANISH_STRING","BOOLEAN","OVERLOADED_BOOLEAN","NUMERIC","POSITIVE_NUMERIC","ATTRIBUTE_NAME_START_CHAR","ATTRIBUTE_NAME_CHAR","VALID_ATTRIBUTE_NAME_REGEX","illegalAttributeNameCache","validatedAttributeNameCache","isAttributeNameSafe","shouldRemoveAttributeWithWarning","name","propertyInfo","isCustomComponentTag","prefix","getPropertyInfo","properties","PropertyInfoRecord","mustUseProperty","attributeNamespace","sanitizeURL","removeEmptyString","reservedProps","_ref","CAMELIZE","capitalize","token","xlinkHref","isUnitlessNumber","prefixKey","key","prefixes","prop","hasReadOnlyValue","checkControlledValueProps","tagName","props","isCustomComponent","ariaProperties","warnedProperties","rARIA","rARIACamel","validateProperty","ariaName","correctName","lowerCasedName","standardName","warnInvalidARIAProps","invalidProps","isValid","unknownPropString","validateProperties","didWarnValueNull","validateProperties$1","possibleStandardNames","validateProperty$1","warnedProperties$1","EVENT_NAME_REGEX","INVALID_EVENT_NAME_REGEX","rARIA$1","rARIACamel$1","eventRegistry","registrationNameDependencies","possibleRegistrationNames","registrationName","isReserved","warnUnknownProperties","unknownProps","validateProperties$2","warnValidStyle","badVendoredStyleNamePattern","msPattern","hyphenPattern","badStyleValueWithSemicolonPattern","warnedStyleNames","warnedStyleValues","warnedForNaNValue","warnedForInfinityValue","camelize","string","_","character","warnHyphenatedStyleName","warnBadVendoredStyleName","warnStyleValueWithSemicolon","warnStyleValueIsNaN","warnStyleValueIsInfinity","warnValidStyle$1","matchHtmlRegExp","escapeHtml","str","match","escape","html","index","lastIndex","escapeTextForBrowser","text","uppercasePattern","msPattern$1","hyphenateStyleName","isJavaScriptProtocol","didWarn","url","isArrayImpl","isArray","a","startInlineScript","endInlineScript","startScriptSrc","startModuleSrc","endAsyncScript","escapeBootstrapScriptContent","scriptText","scriptRegex","scriptReplacer","s","suffix","createResponseState","identifierPrefix","nonce","bootstrapScriptContent","bootstrapScripts","bootstrapModules","idPrefix","inlineScriptWithNonce","bootstrapChunks","i","_i","ROOT_HTML_MODE","HTML_MODE","SVG_MODE","MATHML_MODE","HTML_TABLE_MODE","HTML_TABLE_BODY_MODE","HTML_TABLE_ROW_MODE","HTML_COLGROUP_MODE","createFormatContext","insertionMode","selectedValue","createRootFormatContext","namespaceURI","getChildFormatContext","parentContext","UNINITIALIZED_SUSPENSE_BOUNDARY_ID","assignSuspenseBoundaryID","responseState","generatedID","makeId","treeId","localId","id","encodeHTMLTextNode","textSeparator","pushTextInstance","target","textEmbedded","pushSegmentFinale","lastPushedText","styleNameCache","processStyleName","styleName","result","styleAttributeStart","styleAssign","styleSeparator","pushStyle","style","isFirst","styleValue","nameChunk","valueChunk","isCustomProperty","attributeEnd","attributeSeparator","attributeAssign","attributeEmptyString","pushAttribute","attributeNameChunk","endOfStartTag","endOfStartTagSelfClosing","pushInnerHTML","innerHTML","children","didWarnDefaultInputValue","didWarnDefaultChecked","didWarnDefaultSelectValue","didWarnDefaultTextareaValue","didWarnInvalidOptionChildren","didWarnInvalidOptionInnerHTML","didWarnSelectedSetOnOption","checkSelectProp","array","pushStartSelect","startChunkForTag","propKey","propValue","flattenOptionChildren","child","selectedMarkerAttribute","pushStartOption","formatContext","selected","stringValue","v","pushInput","defaultValue","checked","defaultChecked","pushStartTextArea","leadingNewline","pushSelfClosing","tag","pushStartMenuItem","pushStartTitle","pushStartGenericElement","pushStartCustomElement","pushStartPreformattedElement","VALID_TAG_REGEX","validatedTagCache","tagStartChunk","DOCTYPE","pushStartInstance","endTag1","endTag2","pushEndInstance","writeCompletedRoot","placeholder1","placeholder2","writePlaceholder","formattedID","startCompletedSuspenseBoundary","startPendingSuspenseBoundary1","startPendingSuspenseBoundary2","startClientRenderedSuspenseBoundary","endSuspenseBoundary","clientRenderedSuspenseBoundaryError1","clientRenderedSuspenseBoundaryErrorAttrInterstitial","clientRenderedSuspenseBoundaryError1A","clientRenderedSuspenseBoundaryError1B","clientRenderedSuspenseBoundaryError1C","clientRenderedSuspenseBoundaryError2","writeStartCompletedSuspenseBoundary","writeStartPendingSuspenseBoundary","writeStartClientRenderedSuspenseBoundary","errorDigest","errorMesssage","errorComponentStack","writeEndCompletedSuspenseBoundary","writeEndPendingSuspenseBoundary","writeEndClientRenderedSuspenseBoundary","startSegmentHTML","startSegmentHTML2","endSegmentHTML","startSegmentSVG","startSegmentSVG2","endSegmentSVG","startSegmentMathML","startSegmentMathML2","endSegmentMathML","startSegmentTable","startSegmentTable2","endSegmentTable","startSegmentTableBody","startSegmentTableBody2","endSegmentTableBody","startSegmentTableRow","startSegmentTableRow2","endSegmentTableRow","startSegmentColGroup","startSegmentColGroup2","endSegmentColGroup","writeStartSegment","writeEndSegment","completeSegmentFunction","completeBoundaryFunction","clientRenderFunction","completeSegmentScript1Full","completeSegmentScript1Partial","completeSegmentScript2","completeSegmentScript3","writeCompletedSegmentInstruction","contentSegmentID","completeBoundaryScript1Full","completeBoundaryScript1Partial","completeBoundaryScript2","completeBoundaryScript3","writeCompletedBoundaryInstruction","boundaryID","formattedContentID","clientRenderScript1Full","clientRenderScript1Partial","clientRenderScript1A","clientRenderScript2","clientRenderErrorScriptArgInterstitial","writeClientRenderBoundaryInstruction","errorMessage","escapeJSStringsForInstructionScripts","regexForJSStringsInScripts","input","escaped","assign","REACT_ELEMENT_TYPE","REACT_PORTAL_TYPE","REACT_FRAGMENT_TYPE","REACT_STRICT_MODE_TYPE","REACT_PROFILER_TYPE","REACT_PROVIDER_TYPE","REACT_CONTEXT_TYPE","REACT_FORWARD_REF_TYPE","REACT_SUSPENSE_TYPE","REACT_SUSPENSE_LIST_TYPE","REACT_MEMO_TYPE","REACT_LAZY_TYPE","REACT_SCOPE_TYPE","REACT_DEBUG_TRACING_MODE_TYPE","REACT_LEGACY_HIDDEN_TYPE","REACT_SERVER_CONTEXT_DEFAULT_VALUE_NOT_LOADED","MAYBE_ITERATOR_SYMBOL","FAUX_ITERATOR_SYMBOL","getIteratorFn","maybeIterable","maybeIterator","getWrappedName","outerType","innerType","wrapperName","displayName","functionName","getContextName","getComponentNameFromType","context","provider","outerName","lazyComponent","payload","init","disabledDepth","prevLog","prevInfo","prevWarn","prevError","prevGroup","prevGroupCollapsed","prevGroupEnd","disabledLog","disableLogs","reenableLogs","ReactCurrentDispatcher","describeBuiltInComponentFrame","source","ownerFn","x","reentry","componentFrameCache","PossiblyWeakMap","describeNativeComponentFrame","fn","construct","frame","control","previousPrepareStackTrace","previousDispatcher","Fake","sample","sampleLines","controlLines","c","_frame","syntheticFrame","describeClassComponentFrame","ctor","describeFunctionComponentFrame","shouldConstruct","Component","prototype","describeUnknownElementTypeFrameInDEV","loggedTypeFailures","setCurrentlyValidatingElement","element","owner","checkPropTypes","typeSpecs","values","location","componentName","has","typeSpecName","error$1","err","ex","warnedAboutMissingGetChildContext","emptyContextObject","getMaskedContext","unmaskedContext","contextTypes","processChildContext","instance","childContextTypes","childContext","contextKey","rendererSigil","rootContextSnapshot","currentActiveSnapshot","popNode","prev","pushNode","next","popToNearestCommonAncestor","parentPrev","parentNext","popAllPrevious","pushAllNext","popPreviousToCommonLevel","popNextToCommonLevel","switchContext","newSnapshot","pushProvider","nextValue","prevValue","prevNode","newNode","popProvider","prevSnapshot","getActiveContext","readContext","get","set","didWarnAboutNoopUpdateForComponent","didWarnAboutDeprecatedWillMount","didWarnAboutUninitializedState","didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate","didWarnAboutLegacyLifecyclesAndDerivedState","didWarnAboutUndefinedDerivedState","warnOnUndefinedDerivedState","warnOnInvalidCallback","didWarnAboutDirectlyAssigningPropsToState","didWarnAboutContextTypeAndContextTypes","didWarnAboutInvalidateContextType","didWarnOnInvalidCallback","callerName","partialState","warnNoop","publicInstance","_constructor","warningKey","classComponentUpdater","inst","internals","applyDerivedStateFromProps","getDerivedStateFromProps","prevState","nextProps","newState","constructClassInstance","maskedLegacyContext","contextType","addendum","foundWillMountName","foundWillReceivePropsName","foundWillUpdateName","_componentName","newApiName","checkClassInstance","newProps","renderPresent","hasMutatedProps","_state","callComponentWillMount","oldState","processUpdateQueue","internalInstance","oldQueue","oldReplace","nextState","dontMutate","partial","mountClassInstance","initialState","emptyTreeContext","getTreeId","overflow","idWithLeadingBit","getLeadingBit","pushTreeContext","baseContext","totalChildren","baseIdWithLeadingBit","baseOverflow","baseLength","getBitLength","baseId","slot","length","numberOfOverflowBits","newOverflowBits","newOverflow","restOfBaseId","restOfBaseLength","restOfLength","restOfNewBits","newBits","_id","_overflow","number","clz32","clz32Fallback","log","LN2","asUint","is","y","objectIs","currentlyRenderingComponent","currentlyRenderingTask","firstWorkInProgressHook","workInProgressHook","isReRender","didScheduleRenderPhaseUpdate","localIdCounter","renderPhaseUpdates","numberOfReRenders","RE_RENDER_LIMIT","isInHookUserCodeInDev","currentHookNameInDev","resolveCurrentlyRenderingComponent","areHookInputsEqual","nextDeps","prevDeps","createHook","createWorkInProgressHook","prepareToUseHooks","task","componentIdentity","finishHooks","refOrContext","resetHooksState","checkDidRenderIdHook","didRenderIdHook","readContext$1","useContext","basicStateReducer","state","action","useState","useReducer","reducer","initialArg","queue","dispatch","firstRenderPhaseUpdate","update","_queue","_dispatch","dispatchAction","useMemo","nextCreate","deps","useRef","initialValue","previousRef","ref","useLayoutEffect","create","inputs","lastRenderPhaseUpdate","useCallback","useMutableSource","getSnapshot","subscribe","useSyncExternalStore","getServerSnapshot","useDeferredValue","unsupportedStartTransition","useTransition","useId","currentResponseState","noop","Dispatcher","setCurrentResponseState","getStackByComponentStackNode","componentStack","info","node","ReactCurrentDispatcher$1","ReactDebugCurrentFrame$1","PENDING","COMPLETED","FLUSHED","ABORTED","ERRORED","OPEN","CLOSING","CLOSED","DEFAULT_PROGRESSIVE_CHUNK_SIZE","defaultErrorHandler","noop$1","createRequest","rootFormatContext","progressiveChunkSize","onError","onAllReady","onShellReady","onShellError","onFatalError","pingedTasks","abortSet","request","rootSegment","createPendingSegment","rootTask","createTask","pingTask","performWork","createSuspenseBoundary","fallbackAbortableTasks","blockedBoundary","blockedSegment","legacyContext","treeContext","boundary","currentTaskInDEV","getCurrentStackInDEV","pushBuiltInComponentStackInDEV","pushFunctionComponentStackInDEV","pushClassComponentStackInDEV","popComponentStackInDEV","lastBoundaryErrorComponentStackDev","captureBoundaryErrorDetailsDev","logRecoverableError","fatalError","renderSuspenseBoundary","parentBoundary","parentSegment","fallback","fallbackAbortSet","newBoundary","insertionIndex","boundarySegment","contentRootSegment","renderNode","queueCompletedSegment","suspendedFallbackTask","renderHostElement","segment","prevContext","shouldConstruct$1","renderWithHooks","secondArg","finishClassComponent","nextChildren","didWarnAboutReassigningProps","previousContext","mergedContext","renderNodeDestructive","renderClassComponent","maskedContext","didWarnAboutBadClass","didWarnAboutModulePatternComponent","didWarnAboutContextTypeOnFunctionComponent","didWarnAboutGetDerivedStateOnFunctionComponent","didWarnAboutDefaultPropsOnFunctionComponent","didWarnAboutGenerators","didWarnAboutMaps","hasWarnedAboutUsingContextAsConsumer","renderIndeterminateComponent","hasId","_componentName2","validateFunctionComponentInDev","prevTreeContext","_componentName3","_componentName4","resolveDefaultProps","baseProps","defaultProps","renderForwardRef","renderMemo","resolvedProps","renderElement","renderContextConsumer","render","newValue","newChildren","renderContextProvider","renderLazyComponent","validateIterable","iterable","iteratorFn","renderNodeDestructiveImpl","lazyNode","resolvedNode","renderChildrenArray","iterator","step","childString","_segment","spawnNewSuspendedTask","newSegment","newTask","ping","previousFormatContext","previousLegacyContext","previousComponentStack","erroredTask","abortTaskSoft","finishedTask","abortTask","reason","_error","errorPrefix","previousTaskInDev","fallbackTask","childSegment","completedSegments","retryTask","prevTaskInDEV","prevDispatcher","prevGetCurrentStackImpl","prevResponseState","flushCompletedQueues","flushSubtree","segmentID","r","chunks","chunkIdx","childIdx","nextChild","flushSegment","contentSegment","flushClientRenderedBoundary","flushSegmentContainer","flushCompletedBoundary","flushPartiallyCompletedSegment","flushPartialBoundary","rootSegmentID","completedRootSegment","clientRenderedBoundaries","completedBoundaries","_boundary","partialBoundaries","_boundary2","largeBoundaries","_boundary3","startWork","startFlowing","abort","abortableTasks","renderToReadableStream","options","resolve","reject","allReady","res","rej","stream","controller","signal","listener","reactDomServer_browser_development"],"mappings":"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","x_google_ignoreList":[0]}