{"version":3,"file":"ping.cjs","names":[],"sources":["../../../../src/rest/commands/server/ping.ts"],"sourcesContent":["import type { RestCommand } from '../../types.js';\n\n/**\n * Ping... pong! 🏓\n * @returns Pong\n */\nexport const serverPing =\n\t<Schema>(): RestCommand<string, Schema> =>\n\t() => ({\n\t\tmethod: 'GET',\n\t\tpath: '/server/ping',\n\t});\n"],"mappings":"AAMA,MAAa,WAEL,CACN,OAAQ,MACR,KAAM,eACN"}