/// import { Cell } from "commontools"; export default function TestLiteralWidenExplicitTypeArgs() { const _c1 = Cell.of(10); const _c2 = Cell.of("hello"); const _c3 = Cell.of(true); return null; }