Home > @rushstack/typings-generator > StringValuesTypingsGenerator
StringValuesTypingsGenerator class
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.
Signature:
export declare class StringValuesTypingsGenerator extends TypingsGenerator
Extends: TypingsGenerator
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(options) | Constructs a new instance of the StringValuesTypingsGenerator class |