busted-tl/types/pl.d.tl

11 lines
154 B
Plaintext
Raw Normal View History

2023-04-23 03:34:05 +02:00
local record pl
record file
read: function(string): string
end
record path
extension: function(string): string
end
end
return pl