Skip to content

luau

luau
local luau = require("@std/luau")

luau.compile

luau
(source: string) -> bytecode

luau.load

luau
(bytecode: bytecode, chunkname: string?, env: { [any]: any }?) -> (...any) -> ...any

luau.loadbypath

luau
(requirePath: path.pathlike, env: { [any]: any }?) -> any

luau.typeofmodule

luau
(modulepath: path.pathlike) -> string