UNPKG

tscli

Version:
8 lines (6 loc) 133 B
export const hello = (): string => { return "Hello TSCLI!"; }; export function goodbye(): string { return "See you later =)"; }