- Index
- »
- xeto
- »
- func:specLibs
def
func:specLibs
specLibs(scope: null)
List Xeto libraries as a list of their dict
representation. Is scope is null then return all installed libs (libs not yet loaded will not have their metadata). Otherwise scope must be a filter expression used to filter the dict representation.
Examples:
specLibs() // all installed libs specLibs(loaded) // only libs loaded into memory