8 lines
104 B
JavaScript
8 lines
104 B
JavaScript
|
|
define( [
|
||
|
|
"./class2type"
|
||
|
|
], function( class2type ) {
|
||
|
|
"use strict";
|
||
|
|
|
||
|
|
return class2type.toString;
|
||
|
|
} );
|