// ets_tracing: off import type * as C from "../core.js" import * as As from "./as.js" export function unit_( self: C.Channel ): C.Channel { return As.as_(self, undefined) }