mirror of
https://github.com/CompeyDev/bun-lune-loader.git
synced 2025-05-04 10:03:49 +01:00
206 B
206 B
bun-luau-loader
Allows to import lua/luau files in TypeScript. Requires Lune.
-- module.luau
return {
SomeKey = "SomeValue"
}
// index.ts
import { SomeKey } from "./module.luau"