aptechka 0.5.11 → 0.5.12

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.
@@ -28,4 +28,5 @@ export declare class En3SourceManager<T> extends SourceManager {
28
28
  * Calling this method will start loading the resource.
29
29
  */
30
30
  lazyLoad(): void;
31
+ processData?(data: T): T;
31
32
  }