4 lines
54 B
TypeScript
4 lines
54 B
TypeScript
import { saveRun } from "./saveImpl";
|
|
|
|
saveRun(true);
|
import { saveRun } from "./saveImpl";
|
|
|
|
saveRun(true);
|