index
:
kartik-iridium
trunk
Iridium for Kartik - KTPv1 - An improved version of the original Kartik game server with additional fixes and improvments
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
pinkie-promise
/
index.js
blob: 777377a1f777b166a5b116e1a87f99d21fbea75d (
plain
)
1
2
3
'use strict'
;
module
.
exports
=
typeof
Promise
===
'function'
?
Promise
:
require
(
'pinkie'
);