diff options
Diffstat (limited to 'node_modules/when/es6-shim/README.md')
-rw-r--r-- | node_modules/when/es6-shim/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/when/es6-shim/README.md b/node_modules/when/es6-shim/README.md new file mode 100644 index 000000000..fe1749e5d --- /dev/null +++ b/node_modules/when/es6-shim/README.md @@ -0,0 +1,5 @@ +# ES6 Promise shim + +Promise.js in this dir contains a complete ES6 Promise shim built on when.js that adds a global `Promise` in browser, AMD, Node, and other CommonJS environments. + +[Go to the full documentation](../docs/es6-promise-shim.md)
\ No newline at end of file |