GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

NextFunction

API/Type Aliases/NextFunction
seyfert/lib/commands/applications/shared.d.ts

Signature

export type NextFunction<T = unknown> = IsStrictlyUndefined<T> extends true ? () => void : (data: T) => void;

Members

This export does not declare public properties or methods in the generated declaration file.