UNPKG

hello-vga-function

Version:

This is hello-vga-function package

8 lines (6 loc) 178 B
interface IUser { username: string; age?: number; } declare function sayHelloFromVGA({ username, age }: IUser): void; export { type IUser, sayHelloFromVGA as default };