Code
import { Profile } from '@ghlee/profile';
new Profile()
.printFullName() // Geunhyeok LEE
.printDescription() // Someone who keep working for continuous growth π
.printContacts();
/**
* {
* "email": "dev.ghlee@gmail.com,
* "github": "leegeunhyeok",
* "linkedin": "in/dev-ghlee"
* }
*/