Skip to content

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
Parameter Type
name T

Libraries[T]


getHeaders(name): null | ScriptHeaders

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

Parameter Type
name string

null | ScriptHeaders


isEnabled(name): boolean

Gets whether or not a plugin is installed and enabled

Parameter Type
name string

boolean