@vidispine/vdt-js 22.2.0-pre.2 → 22.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1045,11 +1045,6 @@ function countDroppedFrames(frames, roundedFrameRate) {
1045
1045
  var frameChunks = frameRemainder > 0 ? dropFrames : 0;
1046
1046
  return tenMinuteChunks * 9 * dropFrames + oneMinuteChunks * dropFrames + frameChunks;
1047
1047
  }
1048
- /**
1049
- * @class TimeBase
1050
- * @constructs formatTimeBaseText(timeBaseText: string)
1051
- */
1052
-
1053
1048
 
1054
1049
  var TimeBase = /*#__PURE__*/function () {
1055
1050
  function TimeBase() {