Home > @rushstack/typings-generator > TypingsGenerator > (constructor)
TypingsGenerator.(constructor)
Constructs a new instance of the TypingsGenerator class
Signature:
constructor(options: TFileContents extends string ? ITypingsGeneratorOptions<string | undefined, TFileContents> : never);
Parameters
Parameter | Type | Description |
|---|---|---|
options | TFileContents extends string ? ITypingsGeneratorOptions<string | undefined, TFileContents> : never |