blowfish/node_modules/jquery/src/var/toString.js

8 lines
104 B
JavaScript
Raw Normal View History

2023-01-29 22:30:24 +00:00
define( [
"./class2type"
], function( class2type ) {
"use strict";
return class2type.toString;
} );