10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-04 02:16:11 +02:00
QUESTDB_website/static/js/trueTypeOf.js
Mickaël Véril 923a9acb7f Use Class.name for trueTypeOf
comparison and only constructor name
2019-11-02 16:21:11 +01:00

4 lines
64 B
JavaScript

function trueTypeOf(object){
return object.constructor.name
}