mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-23 22:43:57 +00:00
Remove the now unnecessary extension method
This commit is contained in:
@@ -7,9 +7,6 @@ namespace DiscordChatExporter.Core.Utils.Extensions;
|
|||||||
|
|
||||||
public static class SuperpowerExtensions
|
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) =>
|
public static TextParser<T> Token<T>(this TextParser<T> parser) =>
|
||||||
parser.Between(Character.WhiteSpace.IgnoreMany(), Character.WhiteSpace.IgnoreMany());
|
parser.Between(Character.WhiteSpace.IgnoreMany(), Character.WhiteSpace.IgnoreMany());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user