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

4 lines
106 B
TypeScript
Raw Normal View History

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