Skip to content

Commit

Permalink
chore: reverting unneccesary change while resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush0325 authored Dec 2, 2024
1 parent 74305aa commit 1b7bce6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ function factory( dtype ) { // eslint-disable-line max-lines-per-function, stdli
var out;
var i;
var v;

if ( !isTypedArray( this ) ) {
throw new TypeError( format( 'invalid invocation. `this` is not %s %s.', CHAR2ARTICLE[ dtype[0] ], CTOR_NAME ) );
}
Expand Down

0 comments on commit 1b7bce6

Please sign in to comment.