Type Alias PlatformSetTimeout
PlatformSetTimeout: (
...args: Parameters<typeof globalThis.setTimeout>,
) => ReturnType<typeof globalThis.setTimeout>
Type Declaration
- (
...args: Parameters<typeof globalThis.setTimeout>,
): ReturnType<typeof globalThis.setTimeout> Parameters
- ...args: Parameters<typeof globalThis.setTimeout>
Returns ReturnType<typeof globalThis.setTimeout>