WordElementSet class

Since

1.0.0

Classdesc

Represents a set of word elements.

Example

import { WordElementSet } from "@ironarachne/word-generator";

const set = new WordElementSet("affricates", "a", ["ch", "j"]);

Constructors

Properties

Constructors

Properties

elements: string[]

The written elements in the set.

name: string

The name of the set.

symbol: string

The symbol used to represent the set in word patterns.

Generated using TypeDoc