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