UNPKG

dm-tools

Version:
10 lines (7 loc) 154 B
// 'use strict'; export const hello = (): string => { return 'Hello DM-Tools!'; }; export function goodbye(): string { return 'See you later =)'; }