index
:
website
master
social-links
The ouroboros.rocks website
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
p-try
/
index.js
blob: efa2f743381dd45212c7dd2b94238e50b53a41cc (
plain
)
1
2
3
4
'use strict'
;
module
.
exports
=
cb
=>
new
Promise
(
resolve
=> {
resolve
(
cb
());
});