mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-16 10:41:05 +00:00
larry babby and threejs for glsl
This commit is contained in:
8
webGl/my-threejs-test/node_modules/@swc/helpers/cjs/_instanceof.cjs
generated
vendored
Normal file
8
webGl/my-threejs-test/node_modules/@swc/helpers/cjs/_instanceof.cjs
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
|
||||
exports._ = exports._instanceof = _instanceof;
|
||||
function _instanceof(left, right) {
|
||||
if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
|
||||
return !!right[Symbol.hasInstance](left);
|
||||
} else return left instanceof right;
|
||||
}
|
||||
Reference in New Issue
Block a user