createSecKeyCopyimport { createSecKey } from "https://deno.land/std@0.95.0/ws/mod.ts";Returns base64 encoded 16 bytes string for Sec-WebSocket-Key header. function createSecKey(): string;