LineConstructor<T>: (new (s: string, r: record.Record, n: number) => T)

Type Parameters

Type declaration

    • new (s: string, r: record.Record, n: number): T
    • Parameters

      • s: string
      • r: record.Record
      • n: number

      Returns T

Generated using TypeDoc