UNPKG

dm-tools

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