UNPKG

a2r

Version:
9 lines (7 loc) 109 B
/** * Ping method */ const ping = async (): Promise<string> => { return "pong"; }; export default ping;