Type alias VoidFn

VoidFn: (() => void)

Type declaration

    • (): void
    • Function which expects no arg and returns void

      Returns void