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