# package Library 📦

Provides functions for loading Lua modules. Note: Functions related to loading C libraries (loadlib) or modifying the default loaders might be blocked. See the Blocked Functions list.

Function / Table Description
package.searchpath(n, p, [s, [r]]) Searches for file n within the given path string.
package.seeall(module) Sets metatable for module to make globals accessible directly.
package.loaders (Likely Blocked) Table holding searcher functions used by require.
package.loadlib(lib, fun) (Likely Blocked) Loads a C library.