bun-lune-loader/tests/import.test.ts

4 lines
106 B
TypeScript
Raw Normal View History

2023-09-25 19:25:39 +05:30
import { SomeData } from "./data.luau";
console.log("[LOG] tests::import -> Received data: ", SomeData);