File

teal-src/util/format.d.tl @ 11764:e2650d59db2d

net.server_select: Deprecate and warn about it To be removed in the future, but not right now. Give the log warning a chance to prod anyone who might have network_backend="select" in their config first. There's also things built on Verse which uses server_select.lua, which will need to be updated somehow.
author Kim Alvefur <zash@zash.se>
date Fri, 03 Sep 2021 17:46:55 +0200
parent 11432:113f3912c7cb
line wrap: on
line source

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