babylonjs-serializers 5.23.0 → 5.24.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.
@@ -5497,7 +5497,7 @@ var _GLTFMaterialExporter = /** @class */ (function () {
5497
5497
  * Extracts a texture from a Babylon texture into file data and glTF data
5498
5498
  * @param babylonTexture Babylon texture to extract
5499
5499
  * @param mimeType Mime Type of the babylonTexture
5500
- * @return glTF texture info, or null if the texture format is not supported
5500
+ * @returns glTF texture info, or null if the texture format is not supported
5501
5501
  */
5502
5502
  _GLTFMaterialExporter.prototype._exportTextureAsync = function (babylonTexture, mimeType) {
5503
5503
  var _this = this;