🟧install
Function to enumerate import possibilities.
install( Package parentPackage, boolean async, vararg importPaths ) -> Promise/any
This function is just a global alias of the gpm.Install function.
This function can return a promise instead of the result of a packet execution.
Example Usage
Last updated