@vidispine/vdt-js 22.2.0-pre.3 → 22.3.0-pre.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -1030,11 +1030,6 @@ function countDroppedFrames(frames, roundedFrameRate) {
1030
1030
  var frameChunks = frameRemainder > 0 ? dropFrames : 0;
1031
1031
  return tenMinuteChunks * 9 * dropFrames + oneMinuteChunks * dropFrames + frameChunks;
1032
1032
  }
1033
- /**
1034
- * @class TimeBase
1035
- * @constructs formatTimeBaseText(timeBaseText: string)
1036
- */
1037
-
1038
1033
 
1039
1034
  var TimeBase = /*#__PURE__*/function () {
1040
1035
  function TimeBase() {