mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
Remove the now unnecessary extension method
This commit is contained in:
parent
9e685a0375
commit
187befcf11
|
|
@ -7,9 +7,6 @@ namespace DiscordChatExporter.Core.Utils.Extensions;
|
|||
|
||||
public static class SuperpowerExtensions
|
||||
{
|
||||
public static TextParser<string> Text(this TextParser<char[]> parser) =>
|
||||
parser.Select(chars => new string(chars));
|
||||
|
||||
public static TextParser<T> Token<T>(this TextParser<T> parser) =>
|
||||
parser.Between(Character.WhiteSpace.IgnoreMany(), Character.WhiteSpace.IgnoreMany());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue