method Chan.prototype.writeCaseimport { Chan } from "https://deno.land/x/easyts@0.1.3/channel.ts"; writeCase(val: T, exception?: boolean): WriteCase<T>Create a case for select to write to Parametersval: Tvalue to write optionalexception: booleanIf set to true, writing to a closed channel will throw an exception ReturnsWriteCase<T>