WordElementSet class
1.0.0
Represents a set of word elements.
import { WordElementSet } from "@ironarachne/word-generator";const set = new WordElementSet("affricates", "a", ["ch", "j"]); Copy
import { WordElementSet } from "@ironarachne/word-generator";const set = new WordElementSet("affricates", "a", ["ch", "j"]);
The written elements in the set.
The name of the set.
The symbol used to represent the set in word patterns.
Generated using TypeDoc
WordElementSet class
Since
1.0.0
Classdesc
Represents a set of word elements.
Example