File

teal-src/util/id.d.tl @ 12604:bd9e006a7a74

various: Update IETF RFC URLs for tools.ietf.org transition See https://www.ietf.org/blog/finalizing-ietf-tools-transition/ Already done in various other places.
author Kim Alvefur <zash@zash.se>
date Fri, 05 Aug 2022 16:54:15 +0200
parent 11459:86904555bffc
line wrap: on
line source

local record lib
	short : function () : string
	medium : function () : string
	long : function () : string
	custom : function (integer) : function () : string

end
return lib