GetFrameworkName

local Bridge = exports.community_bridge:Bridge()

---This will get the name of the framework being used (if a supported framework).
---@return string

local frameworkName = Bridge.Framework.GetFrameworkName()
print(frameworkName) -- will return core name as a string

Last updated