From 6e2ac5af5de7e363da38a789b4aa3eeed6611fb3 Mon Sep 17 00:00:00 2001 From: Aire-One Date: Sun, 23 Oct 2022 21:07:18 +0200 Subject: [PATCH] build(types): add pl.stringx functions --- types/pl.d.tl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/types/pl.d.tl b/types/pl.d.tl index 171e19a..b88ecbc 100644 --- a/types/pl.d.tl +++ b/types/pl.d.tl @@ -832,6 +832,9 @@ local record pl rpartition: function(string, string): string, string, string at: function(string, number): string + indent: function(string, number, string): string + dedent: function(string): string + lines: function(string): function(): string title: function(string): string