File

teal-src/util/format.d.tl @ 12453:1ec4a3a61cf7

Merge 0.12->trunk
author Kim Alvefur <zash@zash.se>
date Tue, 05 Apr 2022 19:49:18 +0200
parent 11432:113f3912c7cb
line wrap: on
line source

local record lib
	format : function (string, ... : any) : string
end
return lib