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