@infernus/core 0.11.5 → 0.11.6

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/bundle.d.ts CHANGED
@@ -2150,6 +2150,7 @@ declare class Player {
2150
2150
  isInDriveByMode(): boolean;
2151
2151
  isAndroid(): boolean;
2152
2152
  isPC(): boolean;
2153
+ isUsingOmp(): boolean;
2153
2154
  static getInstance(id: number): Player | undefined;
2154
2155
  static getInstances(): Player[];
2155
2156
  }