Library

Attempts to find and import a library package (wally) with the provided name

Stellar.Library(name)

Example usage:

local Stellar = shared.Stellar
local Promise = Stellar.Library("Promise")

Last updated