• Parameters

    • word: string | RegExp

    Returns {
        by: {
            word: string | RegExp;
        };
        id: string;
        type: "text";
    }

    • by: {
          word: string | RegExp;
      }
      • word: string | RegExp
    • id: string
    • type: "text"

Generated using TypeDoc