Implement module section types "Signals" (#18) #23

Merged
Aire-One merged 5 commits from feat/#18 into master 2022-10-23 21:39:59 +02:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 6e2ac5af5d - Show all commits

View File

@ -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