5 lines
69 B
TypeScript
5 lines
69 B
TypeScript
import * as ping from "./ping";
|
|
|
|
export const commands = {
|
|
ping
|
|
} |