1
define( [
2 3
"./class2type" ], function( class2type ) {
4
"use strict";
5
return class2type.toString;
6
} );