blob: ff4ecdc722268c141e147c02f5b16e7afd93e5ea [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001define( [
2 "./class2type"
3], function( class2type ) {
4 "use strict";
5
6 return class2type.toString;
7} );