Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 265 Bytes

README.MD

File metadata and controls

16 lines (12 loc) · 265 Bytes

LazyMan

问题在这里 question is here

node index.js

// LazyMan('alex').sleep(1).eat('😄').sleepFirst(2).sleep(2).eat('😭')
// two second
// hi alex
// one second
// eat 😄
// two second
// eat 😭