Function maybeStaticCall

  • Type Parameters

    • T extends undefined | ((...args: any[]) => any)

    Parameters

    • Optional fn: T

    Returns undefined | StaticCall<Exclude<T, undefined>>

Generated using TypeDoc