index
:
Website Creator
main
Node+React+MongoDB App to help create and maintain websites (WIP)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
node_modules
/
p-try
/
index.js
blob: efa2f743381dd45212c7dd2b94238e50b53a41cc (
plain
) (
blame
)
1
2
3
4
'use strict'
;
module
.
exports
=
cb
=>
new
Promise
(
resolve
=>
{
resolve
(
cb
());
});