Home > @rushstack/typings-generator
typings-generator package
An engine for generating TypeScript .d.ts files that provide type signatures for non-TypeScript modules such as generated JavaScript or CSS. It can operate in either a single-run mode or a watch mode.
Classes
Class | Description |
---|---|
StringValuesTypingsGenerator | This is a simple tool that generates .d.ts files for non-TS files that can be represented as a simple set of named string exports. |
TypingsGenerator | This is a simple tool that generates .d.ts files for non-TS files. |
Interfaces
Interface | Description |
---|---|
IStringValuesTypingsGeneratorOptions | |
IStringValueTyping | |
IStringValueTypings | |
ITypingsGeneratorBaseOptions | |
ITypingsGeneratorOptions |