Dawn/ts/index.ts
2021-09-25 11:29:23 -07:00

7 lines
145 B
TypeScript

import { MESSAGE_TEST } from "./test";
import { MESSAGE_ALT } from "./test2";
//@ts-ignore
print(MESSAGE_TEST);
//@ts-ignore
print(MESSAGE_ALT);