path file - kuistime/posts GitHub Wiki

const a = 1;
new Promise((resolve, reject)=>{
  resolve(1)
})