Skip to content

sdellysse/crystalize-promise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

crystalize-promise

Global default Promise implementation for crystalize modules

All crystalize modules that reference promises use this module. This module allows the user to swap out the default Promise implementation for one their preference. It defaults to ES6 Promises.

For example, to change the default Promise implementation to bluebird, simply do the following:

 require("crystalize-promise").Promise = require("bluebird");

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published