Skip to content

GenericAsyncVoidFunction<Arguments>

Represents a generic async void function.

Import:

import type { GenericAsyncVoidFunction } from 'obsidian-dev-utils/function';

Signature:

export type GenericAsyncVoidFunction<Arguments extends unknown[] = never[]>

Signature:

type GenericAsyncVoidFunction<Arguments> = GenericAsyncFunction<Arguments, void>

Type: GenericAsyncFunction<Arguments, void>


Links to this page: