@ironarachne/word-generator
Preparing search index...
pattern-tokenizer
Token
Interface Token
A utility class for tokenizing word generation patterns.
interface
Token
{
choices
?:
string
[]
;
type
:
"symbol"
|
"group"
|
"repeat"
;
value
?:
string
;
}
Index
Properties
choices?
type
value?
Properties
Optional
choices
choices
?:
string
[]
type
type
:
"symbol"
|
"group"
|
"repeat"
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
choices
type
value
@ironarachne/word-generator
Loading...
A utility class for tokenizing word generation patterns.