@etsoo/shared 1.1.69 → 1.1.70

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.
@@ -1,4 +1,4 @@
1
- export declare type DelayedExecutorType<P extends any[]> = {
1
+ export declare type DelayedExecutorType<P extends any[] = []> = {
2
2
  /**
3
3
  * Call the function
4
4
  * @param miliseconds Delayed miliseconds for this call
@@ -1,4 +1,4 @@
1
- export declare type DelayedExecutorType<P extends any[]> = {
1
+ export declare type DelayedExecutorType<P extends any[] = []> = {
2
2
  /**
3
3
  * Call the function
4
4
  * @param miliseconds Delayed miliseconds for this call
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/shared",
3
- "version": "1.1.69",
3
+ "version": "1.1.70",
4
4
  "description": "TypeScript shared utilities and functions",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -1,4 +1,4 @@
1
- export type DelayedExecutorType<P extends any[]> = {
1
+ export type DelayedExecutorType<P extends any[] = []> = {
2
2
  /**
3
3
  * Call the function
4
4
  * @param miliseconds Delayed miliseconds for this call