feat(extends): extend promise

This commit is contained in:
Roberto Huertas
2018-08-24 01:25:43 +02:00
parent 045138f397
commit 042cfad5ce
3 changed files with 13 additions and 0 deletions

View File

@ -26,6 +26,7 @@ pub mod MapIterator;
pub mod Math;
pub mod Number;
pub mod Object;
pub mod Promise;
pub mod Proxy;
pub mod RangeError;
pub mod ReferenceError;