swc/bundler/tests/.cache/deno/62f9ce33a62a530d0014ff33b77340297854fc90.ts

10 lines
165 B
TypeScript
Raw Normal View History

// Loaded from https://deno.land/x/mysql/src/constant/packet.ts
export enum PacketType {
OK_Packet = 0x00,
EOF_Packet = 0xfe,
ERR_Packet = 0xff,
Result,
}