We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
es-errors
get-intrinsic
1 parent 46cc1f4 commit e2511e0Copy full SHA for e2511e0
index.js
@@ -1,8 +1,6 @@
1
'use strict';
2
3
-var GetIntrinsic = require('get-intrinsic');
4
-
5
-var $TypeError = GetIntrinsic('%TypeError%');
+var $TypeError = require('es-errors/type');
6
7
var callBound = require('call-bind/callBound');
8
package.json
@@ -37,7 +37,7 @@
37
"homepage": "https://github.com/ljharb/typed-array-buffer#readme",
38
"dependencies": {
39
"call-bind": "^1.0.6",
40
- "get-intrinsic": "^1.2.4",
+ "es-errors": "^1.3.0",
41
"is-typed-array": "^1.1.13"
42
},
43
"devDependencies": {
0 commit comments