Skip to content

Global Libs Api

get list(): string[]

A list of all the libraries installed

string[]

get<T>(name): Libraries[T]

Gets the exported values of a library

Type Parameter
T extends string | number
ParameterType
nameT

Libraries[T]


getHeaders(name): ScriptHeaders

Gets the headers of a library, such as version, author, and description

ParameterType
namestring

ScriptHeaders


isEnabled(name): boolean

Gets whether or not a plugin is installed and enabled

ParameterType
namestring

boolean