Skip to content

Commit

Permalink
fix an-uint8-array validation with polyfilled typed arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Dec 5, 2023
1 parent 98f3276 commit 27ce99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-js/internals/an-uint8-array.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
var classof = require('../internals/classof-raw');
var classof = require('../internals/classof');

var $TypeError = TypeError;

Expand Down

0 comments on commit 27ce99b

Please sign in to comment.