attach promise utils atop bluebird

pull/21833/head
Michael Telatynski 2019-11-12 12:30:05 +00:00
parent f5d467b391
commit c3df2f941d
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// This is only here to allow access to methods like done for the time being
import Promise from "bluebird";
// @flow
// Returns a promise which resolves with a given value after the given number of ms