Assume ES5+ built-ins exist.

This commit is contained in:
John-David Dalton
2017-01-09 19:06:04 -08:00
parent 8501b0c2ef
commit 8bc7e006db
26 changed files with 18 additions and 117 deletions

View File

@@ -38,7 +38,7 @@ const reIsNative = RegExp(`^${
* isNative(Array.prototype.push);
* // => true
*
* isNative(_);
* isNative(isDate);
* // => false
*/
function isNative(value) {