Class that, when instantiated, provides a handier alternative to the generate function if you want to reuse the same generation configuration (e.g. openaiApiKey, dangerouslyAllowBrowser, etc.) from multiple places.
openaiApiKey
dangerouslyAllowBrowser
Creates a new Generator with the given options.
Generates data using the Generator's configuration.
Optional
generate for more information.
Generated using TypeDoc
Class that, when instantiated, provides a handier alternative to the generate function if you want to reuse the same generation configuration (e.g.
openaiApiKey
,dangerouslyAllowBrowser
, etc.) from multiple places.