Rush StackShopBlogEvents
Skip to main content

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

(constructor)(options)

Constructs a new instance of the StringValuesTypingsGenerator class

(constructor)(options)

Constructs a new instance of the StringValuesTypingsGenerator class