๐Ÿ“ฆ microsoft / playwright

๐Ÿ“„ callback.js ยท 6 lines
1
2
3
4
5
6function callme(cb) {
  return cb();
}

module.exports = callme;