UNPKG

hello-vga-function

Version:

This is hello-vga-function package

10 lines (9 loc) 206 B
// src/index.ts function sayHelloFromVGA({ username, age }) { console.log( `[VGA] Hello everyone, thank you for using my library, ${username} - ${age}` ); } export { sayHelloFromVGA as default };