Function wordType

  • Define types which name is the same as its literal value.

    Parameters

    • Rest ...words: readonly string[]

    Returns {
        [type: string]: Action;
    }

Generated using TypeDoc