Skip to content

cmdparkour/cmdparkour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 

Repository files navigation

Hello there πŸ‘‹

function formatMe() {
  const content = {
    name: "luo xi",
    role: "Frontend Engineer",
    languageSpoken: ['zh_CN', 'en_US'],
  }
  const sayHi = async (text: string) => {
    const msg = await chatgpt(text)
    return msg
  }
}
const me = formatMe()
async(() => {
  const resolveMsg = await me.sayHi("Can you join us?") // resolveMsg = 'of course'
})()

πŸ“ About Me

About

a des about cmdparkour

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published