@tixyel/streamelements 6.4.7 → 6.4.8
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.d.ts +1 -1
- package/dist/index.es.js +173 -172
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2391,7 +2391,7 @@ declare namespace Helper {
|
|
|
2391
2391
|
* @param detail - The event detail object received from the StreamElements event.
|
|
2392
2392
|
* @returns An object containing the provider and the original event data.
|
|
2393
2393
|
*/
|
|
2394
|
-
function parseProvider(detail: StreamElements.Event.onEventReceived): ClientEvents$1;
|
|
2394
|
+
function parseProvider(detail: StreamElements.Event.onEventReceived, _provider?: Provider$1): ClientEvents$1;
|
|
2395
2395
|
}
|
|
2396
2396
|
namespace string {
|
|
2397
2397
|
type Modifier = (value: string, param: string | null | undefined, values: {
|