atma-utils
Advanced tools
Comparing version 0.2.59 to 0.2.60
@@ -185,2 +185,3 @@ // Generated by dts-bundle v0.7.3 | ||
_rejected: any; | ||
get [Symbol.toStringTag](): string; | ||
defer(): this; | ||
@@ -187,0 +188,0 @@ isResolved(): boolean; |
@@ -902,2 +902,9 @@ var _Array_slice, | ||
} | ||
Object.defineProperty(class_Dfr.prototype, Symbol.toStringTag, { | ||
get: function () { | ||
return 'Promise'; | ||
}, | ||
enumerable: false, | ||
configurable: true | ||
}); | ||
class_Dfr.prototype.defer = function () { | ||
@@ -904,0 +911,0 @@ this._rejected = null; |
@@ -737,2 +737,9 @@ (function(factory){ | ||
} | ||
Object.defineProperty(class_Dfr.prototype, Symbol.toStringTag, { | ||
get: function () { | ||
return 'Promise'; | ||
}, | ||
enumerable: false, | ||
configurable: true | ||
}); | ||
class_Dfr.prototype.defer = function () { | ||
@@ -739,0 +746,0 @@ this._rejected = null; |
{ | ||
"name": "atma-utils", | ||
"description": "Helpers", | ||
"version": "0.2.59", | ||
"version": "0.2.60", | ||
"author": "Alex Kit <alex.kit@atmajs.com>", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -13,2 +13,6 @@ import { fn_apply, fn_proxy } from '../fn'; | ||
get [Symbol.toStringTag]() { | ||
return 'Promise'; | ||
} | ||
defer() { | ||
@@ -15,0 +19,0 @@ this._rejected = null; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
204149
5987