Type alias NotaFn<Input>

NotaFn<Input>: ((..._args: Input[]) => NotaText)

Type Parameters

Type declaration

    • (..._args: Input[]): NotaText
    • Parameters

      • Rest ..._args: Input[]

      Returns NotaText

Generated using TypeDoc