swc/bundler/tests/.cache/deno/62f9ce33a62a530d0014ff33b77340297854fc90.ts
강동윤 bbaf619f63
fix(bundler): Fix bugs (#1437)
swc_bundler:
 - [x] Fix wrapped esms. (denoland/deno#9307)
 - [x] Make test secure.
2021-03-02 17:33:03 +09:00

10 lines
165 B
TypeScript

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