4 lines
116 B
TypeScript
Executable File
4 lines
116 B
TypeScript
Executable File
import { type PacketHandler } from '../shared';
|
|
declare const handleAuth: PacketHandler;
|
|
export default handleAuth;
|