OpCodeCopyimport { OpCode } from "https://deno.land/std@0.95.0/ws/mod.ts";enum OpCode { Continue = 0,TextFrame = 1,BinaryFrame = 2,Close = 8,Ping = 9,Pong = 10, }