mx3d 2025.5.24 → 2025.5.26

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/index.d.ts CHANGED
@@ -276,6 +276,7 @@ declare class App {
276
276
  sl?: string;
277
277
  rl?: string;
278
278
  });
279
+ looksLikePathOrUrl(str: any): boolean;
279
280
  load(_config: {
280
281
  pk?: string;
281
282
  fileUrl?: string;