1 2 3 4 5 6 7 8 9
import { client } from "../client"; /** * Declare cross examination. */ export function initCE() { client.sender.sendRT("testimony2"); } window.initCE = initCE;