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<TFileContents = string> extends TypingsGenerator<TFileContents>
Extends: TypingsGenerator<TFileContents>
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the | ||
Constructs a new instance of the |