Software /
code /
prosody
File
teal-src/util/id.d.tl @ 12921:d238633a9d67
core.moduleapi: Record reverse dependencies
Useful to know why a module was auto-loaded without having to dig trough
all other modules for the one that depends on it.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 05 Mar 2023 14:07:08 +0100 |
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