Home > @rushstack/typings-generator > ITypingsGeneratorOptionsWithoutReadFile
ITypingsGeneratorOptionsWithoutReadFile interface
Signature:
export interface ITypingsGeneratorOptionsWithoutReadFile<TTypingsResult = string | undefined, TFileContents = string> extends ITypingsGeneratorBaseOptions
Extends: ITypingsGeneratorBaseOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string[] | |||
(relativePath: string) => string[] | (Optional) | ||
(fileContents: TFileContents, filePath: string, relativePath: string) => TTypingsResult | Promise<TTypingsResult> |