Home > @rushstack/typings-generator > ITypingsGeneratorOptions > parseAndGenerateTypings
ITypingsGeneratorOptions.parseAndGenerateTypings property
Signature:
parseAndGenerateTypings: (fileContents: string, filePath: string, relativePath: string) => TTypingsResult | Promise<TTypingsResult>;