mirror of
https://github.com/CompeyDev/bun-lune-loader.git
synced 2024-12-12 04:40:39 +00: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"