rentgen/background.ts

6 lines
73 B
TypeScript

import { init } from "./memory";
init();
alert("memory initialized!");